/* CSS Document */
#print-logo {display:none;}


#container {
	width: 860px;
	padding: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#top3 {
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 860px;		
	
}
body {
	
	background-color: #f3f4f2;
	background:#eee url(../images/achtergrond.jpg) no-repeat center top
}

#clear{clear:both;  
	   }
	   
#header {
	float: left;
	width: 860px;
	height: 10px;
	background-color:#424b2a;
	display: block;
	
}
	
	
   

#top {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 860px;
	height: 157px;
}

#menu  {
	float: left;
	width: 860px;
	height: 50px;
	background-image: url(../images/link.png);
	background-repeat: no-repeat;	
	
}

.link a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	margin: 8px;
	left: 10px;
	text-align: left;
	white-space: normal;
	display: inline-block;
	   }
	   
		 
.link :hover {
	
	text-decoration: underline;
		 }
	   		 
	   
#main  {
		float: left;
		width: 860px;
		height: 500px;
		background-color:#FFF;
		
	
}

.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 5px;
	padding-top: 5px;
	width: 800px;
}

#footer {
	float: left;
	width: 860px;
	height: 20px;
	background-color:#424b2a;
	

}

.footer1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	
	
}
