/* general layout  */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input, div, td{ 
	margin:0; 
	padding:0; 
}


body {
	background:#9d9a95;
	color:#000;
	margin: 0px 0px 0px 50%;
}


/* general definitions  */

p, a, li, td, blockquote, ol, div, dd, dt, body, a, h1, h2, h3, h4{
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	line-height:15px;
}



ul{
	
}

a, a:hover{
	text-decoration:underline;
}

a img{
	border:0;
}

h1{
	position:absolute;
	text-indent:-2000px;
	background:transparent url(../images/logo.jpg) left top no-repeat;
	width:579px;
	height:97px;
	left:0px;
}

h2{
	font: bold 20pt "courier new", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#52CECC;
	margin:0 0 10px 0;
}

	
img.links {
	float:left;
	margin:20px 0 0 15px;
}
/*index pagina*/

#index img{
	float:left;
	clear:both;
	margin:7px 0 0 16px;
}

#leeg{
	margin:97px 0 0 0;
}

#index p{
	border-top:2px dashed #E2E2E0;
	border-bottom:2px dashed #9A9994;
	background:#fff;
	margin:0;
	padding:5px 30px  10px 176px;
	}

#index p a{
	color:#33CD99;
	background:transparent;
}

#index h2{
	font: bold 20pt "courier new", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:transparent url(../images/h2index.gif) 25px center no-repeat;
	color:#9A9994;
	padding:10px 0 0 60px;
	margin:0 0 0px 0;
	height:50px;/*ie5*/
	voice-family: "\"}\""; 
	voice-family:inherit;
	height:40px;
}

	#index #wrapper>h2{
		padding:10px 0 0 206px;
		background:transparent url(../images/h2index.gif) 175px center no-repeat;
	}


	#index h2.eerste{
		margin:97px 0 0 0;
	}

#index #wrapper{
	background:transparent url(../images/bg.gif) left top repeat-y;
}

#index #footer{
	background:#9d9a95 url(../images/foot2.jpg) center top no-repeat;
	bottom:-12px;
}


/*lijnen*/
/*div*/
div#wrapper{
	margin:0 0 0  -290px;
	padding:0 12px 0 12px;
	position:absolute;
	background:transparent url(../images/bg2.gif) left top repeat-y;
	width:581px;/*ie5*/
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:556px;
}



div#footer{
	background:#9d9a95 url(../images/foot.jpg) center top no-repeat;
	position:absolute;
	bottom:-23px;
	left:0px;
	height:23px;
	width:579px;
}

	#wrapper>div#footer{/*FF*/
		left:1px;
	}

div#foto{
	border-bottom:2px dashed #9D9A95;
	background:#fff;
	padding:10px 0px 10px 0px;
	text-align:center;
	margin:-20px 0 40px 0;/*ie5*/
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin:0px 0 40px 0;
	
}

	div#foto img{
		margin:0 23px 0 23px;
}

div#main{
	border-bottom:2px dashed #9D9A95;
	border-top:2px dashed #9D9A95;
	background:#fff;	
	padding:25px 30px 10px 180px;
	margin:0;
}

/*menu*/
ul#menu{
	padding:97px 0 0 0;
	height:52px;
	background:#EDEDED;
}
		
	ul#menu li{
		list-style-type:none;
		float:left;
	}

	ul#menu li a{
		text-decoration:none;
		background:transparent url(../images/menubg.gif) left center no-repeat;;
		float:left;
		padding:16px 0 16px 35px;
		display:block;
		color:black;	
		height:20px;
		font: bold 13pt "Courier new",tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		width:108px;/*ie5*/
		voice-family: "\"}\""; 
		voice-family:inherit;
		width:74px;
	}

	ul#menu li a:hover, ul#menu li a.actief{
		text-decoration:none;
		color:#52CECC;
	}
	
	
	
