body{
	
	background-color: 				#439493;
	padding: 0 auto;
	margin: 0 auto;
	background-image: url(images/achtergrond.gif);
	background-position: center top;
	background-repeat: repeat-y;

	
		
}

div#container{
	
	padding: 0 auto;
	margin: 0 auto;
	width: 880px;
	padding-left: 15px;
	padding-right: 15px;
		
}

div#header{
	
	width: 880px;
	height: 125px;
	background-image: url(images/header.jpg);
	
}
div#navigation{
	
	width: 880px;
	height: 40px;
	background-image: url(images/nav_back.gif);
	
}

div#content{
	
	background-color: #89bcbb;
	width: 842px;
	padding: 19px;
	color: #0d4e4d;
	font: normal normal 400 12px Verdana, monospace;
	text-align: justify;
	line-height: 18px;
	padding-bottom: 20px;
	
}

div#top{
	
	height: 40px;
	width: 860px;
	
}
div#subnav{
	
	background-image: url(images/subnav_back.gif);
	float: left;
	width:  458px;
	height: 30px;
	margin-bottom: 20px;
	text-align: center;
	padding-left: 82px;
	
}
a{
	
	color: #1d504f;
	
}
a:hover{
	
	text-decoration: none;
	
}
h4{
	
	font: normal normal 900 14px Verdana, monospace;
	
}
