

div {
	 border: 0px solid Black;
	 background:; 
}
body {
	margin: 0 auto;
	width: 800px;
	 background:#7F97B1;
}  

 #header{
 height:190px; 	   /*zelfde als lh en rh-col*/
 border-bottom:1px solid #BDD634; 
 width:800px; 
 background-image: url("images/header.jpg");  

 color: #BDD634; 
 margin:0;
  }		
 .blok{
  width:50%;
 
 }
  
#content_links {
	float: left;
	width: 150px;
background:#CDB33A;
}
#content_mid {
	float: left;
	width: 600px;
			font-family: Arial, Georgia, Times, Serif;
			color: #253C68 ;	 
			font-size: 12px;	
 background:white;
}
#content_rechts {
	float: left; 
	font-family: Arial, Georgia, Times, Serif;
	width: 50px;
 background:white;
}
#footer { 
 background:#1F2B53;
	clear: both;
}
