* { margin:0; padding:0; border:none;}

body {
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
}


/***** wrapper *****/
#wrap {
	width: 960px;
	height:640px;
	padding: 0;
	margin: 10px auto;


}


/***** header *****/
#header {
	width: 960px;
	height: 192px;
	background: url(images/header.jpg) no-repeat ;
}

#header .tekst{
	font-family: Verdana;
	font-size: 10px;
	float:right;
	width: 140px;
	margin: 20px 10px 0 0;
	line-height:14px;
}

#middengedeelte{
	background: #ffffff url(images/midden_bg.jpg)  repeat-y ;
	width:100%;
	height:100%;
	float:left;
}

/***** linker vak *****/
#links {
	width: 183px;
	min-height: 463px;
	background: #ffffff url(images/links_bg.jpg)  repeat-y ;
	float:left;

}

#links2 {
	width: 183px;
	min-height: 463px;
	background-color: #e7e7e7 ;
	float:left;

}


/***** linker vak menu *****/
#links ul{
	margin: 0;
}

#links ul li{list-style: none; margin: 12px 0 0 0; 
}

/*#links ul li a 	{display: block;}
#links ul li ul{display: none; clear: both; position: absolute; margin:-40px 0 0 183px;}
#links ul li:hover ul, #links li.mouseover ul { display: block; }
#links li ul a { height: 21px; }
#links ul li ul li { float: none; padding: 3px 0 0 0; }*/

/***** linker vak submenu *****/

/*#links ul li ul li{list-style: none; margin:10px 0 0 0;}*/


/***** midden vak *****/
#midden {
	width: 564px;
	min-height: 463px;
	background-color: #e7e7e7;
	float:left;
	margin: 0 15px 0 15px;
}

/***** midden vak  content*****/
#midden  .content{
	width: 439px;
	min-height:532px;
	height:532px;
	margin: 46px 0 0 51px;
	color:#000000;
	overflow:auto;
	background-color: #ffffff;
	padding:5px 5px 30px 20px;
}

/***** midden vak footertekst*****/
#midden .footer{
	width:100%;
	text-align:center;
	background: url(images/midden-bg.png) no-repeat ;
	color:#005155;
	margin: 23px 0 0 0 ;
	font-size:10px;
	background-color: #e7e7e7;
}


/***** rechter vak *****/
#rechts {
	width: 182px;
	height: 465px;
	background: url(images/rechts-bg.png) no-repeat ;
	float:left;
	background-color: #e7e7e7;

}

/***** rechter vak tekst*****/
#rechts img{
	margin: 15px 0 5px 30px ;

}
