body {
	text-align: left;
	margin-top: 10px;
		
	background-color: white;
}

img {
	border: none;
}
/* Titel */
#boven	{ 
	width : 660px;
	height : 287px;
	margin : 0 auto;
	
	z-index: 2;
	
	background-image : url(./img/boven.png); 
	
	position : relative; top: 0px; left: 0px; 
	text-align: center;
}

#slogan {
	z-index: 2;
	float: center;
	position : relative; top: 118px;
}
/* Menu */
#keuzemenu {
	background-color: yellow; 
	width: 100%;
	position : absolute; top: 400px; left: 0px;
}
/* Midden */
#midden {
	margin: 0 auto;
	text-align: left;
	
	width: 660px;
	z-index: 0;
		
	position : relative; top: 250px; left: 0px;
}

#inhoud a {
	color: black;
	text-decoration: underline;
}
#inhoud a:hover {
	text-decoration: none;
	color: #FFCC00;
}
#inhoud h1 {
	font-family: Trebuc, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	background-color: white;
	font-size: 24px;
}
#inhoud h2 {
	font-family: Trebuc, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	background-color: white;
	font-size: 18px;
}
#inhoud {
	z-index : 0;
	margin : 0 auto;
   	
	width: 551px;
	text-align: left;
	
	overflow: hidden;
	
	padding-left: 40px;
	padding-right: 40px;
	
	border-left: 4px solid black;
	border-right: 4px solid black;
	
	font-family: Trebuc, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	background-color: white;
	
	position : relative; top: 0px; left: 1px;
	
	list-style: inside;
	list-style-image: url(./img/lijst.png)
}

/* Onderzijde pagina */
#onder {
	height: 304px;
	width: 660px;
	
	z-index : 0;
	margin : 0 auto;
   	
	overflow: hidden;
	
	position : relative; top: 0px; left: 0px;
		
	/* background-image : url(./img/onder.png); */
}
#onder_tekst a {
	color: white;
	text-decoration: none;
}
#onder_tekst a:hover {
	text-decoration: underline;
	color: white;
}
#onder_tekst {
	
	
	text-align: center;
	font-size: 36px;
	font-family: Trebuc, Arial, Helvetica, sans-serif;
	color: white;
	
	letter-spacing: 0.2em;
			
	z-index : 1; 
	margin : 0 auto; 
	
	height: 70px; 
	width: 90%; 
	
	position : absolute; top: 55px; left: 5%; 
	overflow: hidden;
}

/* Inhouds opgave */
#banaan {
	z-index : 2;
	float: left;
	position : absolute; top: 0px; left: -30px;
}

#vrouw {
	z-index : 2;
	float: left;
	position : absolute; top: 0px; left: 130px;
}

#wolk {
	z-index : 2;
	float: left;
	position : absolute; top: 0px; left: 280px;
}

#manmethoed {
	z-index :2;
	float: left;
	position : absolute; top: 0px; left: 440px;
}

#rolstoel {
	z-index : 2;
	float: left;
	position : absolute; top: 0px; left: 570px;
}