
BODY{	
	background-color:#003867;
	background-repeat: repeat-x;
	background-image: url(layout/bovenachter.jpg);
	}

	:link	 {color: #2C3B63; Text-Decoration : None}
	:active	 {color: #2C3B63; Text-Decoration : None}
	:visited {color: #2C3B63; Text-Decoration : None}
	a:hover	 {color: #E00000;}
	
	
#boven{	
	position: absolute;
	background-color:#ffffff;
	top: 0px;
	left: 50%;
	margin: 0 0 0 -400px;
	width: 800px;	
	height: 160px;
}	
	
	
	
	
#linkerkant{
	position: absolute;
	background-color:#ffffff;
	top: 160px;
	left: 50%;
	margin: 0 0 0 -400px;  
	width: 205px;	
	height: 800px;
}


#tekstkant{
	position: absolute;
	background-color:#ffffff;
	top: 160px;
	left: 50%;
	margin: 0 0 0 -195px;  
	width: 595px;	
	height: 800px;
	font-family: Verdana;	
	font-size: 12px;
	letter-spacing: 1pt;
	line-height: 18px;
	color: #003867;
}






