
#top, #pagina, #menutop
 {
	width: 74%;
	left: 13%;
}


#top {

				
	background-color: white;
	border-bottom: 5px solid maroon;

	height: 220px;
	position: absolute;	
	
	top: 0px;

	z-index:1;

}

#wtt {
	position: absolute;
	float: left;
	left: 200px;
	top: 20px;
	z-index:4;

	}



#subtitel {
	position: absolute;
	left: 220px;
	top: 80px;

	border: 0px solid red;

	letter-spacing: 0.2em;

	z-index:4;

		
}



#logo {

	margin-top: 0px;
	position: absolute;
	left: 62%;
	top: 0px;
	z-index:3;
	}

#menutop {


	background-color: maroon;

	height: 43px;
	
	position: absolute;	
	top: 144px;
	
	z-index:2;
	
	
	}


#pagina

{	
	background-color: none;
	border-top: 0px solid #6B8E23;
	
	height: 500px;
	
	position: absolute;
	
	top: 230px;
		
	background-position: 5% 160px;
	background-repeat: repeat-y;
	z-index:1;
}




#inhoud  {

	background: url("achtergrond.jpg");
	border: 0px solid maroon;

	float: left;
	position: absolute;
	top: 20px;;
	left: 80px;

	width: 72%;

	margin-top: 0px;
	margin-left: 1%;
	

	padding-top: 10px;
	padding-right: 25px;
 	padding-left: 135px;

	}


#navigatie, #navigatie2, #navigatie3, #kalender{
	position: absolute;
	float: left;
	left: 0px;	

	background-color: white;
	border-right: 5px solid orange;
	border-top: 5px solid orange;
	width: 150px;
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	z-index:2;
}

#kalender {

	top: 5px;
		
	}

#navigatie {

	top: 75px;
		
	}

#navigatie2 {

	top: 315px;

 	}

#navigatie3 {

	top: 480px;

 	}



#footer { 
	
	background-color: none;
	position: relative;
	top: 15px;
	
	
	height: 20px;


}

