body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2e1800;
	

}
body {
	background-color: #b6aba1;
	margin: 0px;
	padding:0px;
	background-image:url(../img/bg_body.gif);
	background-repeat:repeat-x;
}

a:link {
	text-decoration: underline;
	color: #2e1800;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #0;
}
img{
	border:none;
	vertical-align:top;
}

h1, h2, h3, p{
	margin:0px;
	padding:0px 0px 1em 0px;
	color: #352515;
	font-family:"Trebuchet MS";
}
h1{
	font-size:16px;
	text-transform:uppercase
}

.clear{	
	clear:both;
}

*{ outline:none; }

/* -------------------------- */
/*   STRUCTUUR                */
/* -------------------------- */

#siteWrapper{
	width:712px;
	margin:0px auto;
	background-image:url(../img/bg_site.gif);
	background-repeat:repeat-y;
}

#headerWrapper{
	width:712px;
	margin:0px auto;
	height:299px;
	background-image:url(../img/bg_header.gif);
	background-repeat:no-repeat;
}

#contentWrapper{
	width:712px; /* 712px */
	margin:0px auto;
}


#footer{
	width:712px;
	height:33px;
	background-image:url(../img/bg_footer.gif);
	background-repeat:no-repeat;
}



/* -------------------------- */
/*   HEADERWRAPPER           	  */
/* -------------------------- */

#headerImage{
	position:absolute;
	z-index:1;
	width:704;
	height:183;
	margin:94px 0px 0px 4px;
}

#flashImage{
	position:absolute;
	z-index:1;
	width:704;
	height:183;
	margin:94px 0px 0px 4px;
	vertical-align:top;
	overflow:hidden;
}

/* -------------------------- */
/*   CONTENTWRAPPER       	  */
/* -------------------------- */

#content{
	float:right;
	width:460px; /* 510px */
	padding:40px 25px 40px 25px;
	line-height:18px;
}
#content img{
	background-image:url(/img/bg_thumb.gif);
	padding:1px 8px 9px 1px;
	margin:10px 10px 0px 0px;
}
.center{
	text-align:center;
}
.pdf{
	border:1px solid #352515;
	background-color: #d0baa4;
	padding:4px;
	width: 200px;
	text-align:center;
}
.pdf a,.pdf a:visited{
	text-decoration: none;
	
}
.home_nieuwsitem{
	border:1px solid #352515;
	background-color: #b09e8b;
	padding:4px;
	width: 400px;
	margin-bottom:3px;

}
.home_nieuwsitem a,.home_nieuwsitem a:visited{
	text-decoration: none;
	
}

.error{
	text-align:left; 
	font-weight:bold;
	background-color:#eb0000;
	color:#fff;
	padding:4px;
	text-align:center;
	border:1px solid #fff;
}
	



/* -------------------------- */
/*   NAV 		           	  */
/* -------------------------- */

#nav{
	float:right;
	width:160px; /* 198px */
	padding:40px 20px 40px 14px;
}

#nav ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#nav li{
	display:block;
	border-bottom:1px solid #352515;
	padding:0px;
	margin:0px;
}

#nav a, #nav a:link, #nav a:visited, #nav a:active{
	display:block;
	padding:8px;
	padding-right:0px;
	color:#fff;
	text-decoration:none;
	background-color:none;
}

#nav a:hover{
	display:block;
	padding:8px;
	padding-right:0px;
	color:#fff;
	background-color:#352515;
}

#nav a.active {
	color:#fff;
	text-decoration:none;
	padding-left:17px;
	background-color:#9F8972;
/*	background-image:url(../img/nav_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
*/
}


a#twitter{
	margin-top:10px;
	height:25px;
	text-indent:-9999em;
	background:#775F47 url(../img/twitter.png) no-repeat right 0;
}
a#twitter:hover{
	background:#775F47 url(../img/twitter.png) no-repeat right -40px;
}
	


















