@charset "utf-8";
/* CSS Document */


body{ 
	background-image:url(../Afbeeldingen/back.jpg); 
}

#scherm{
	position: relative; margin-left:auto; margin-right:auto; top:0px; width:800px; height: 570px; 
}

#header{
	position:absolute; left:0px; top: -8px; width:800px; height:108px; 
	background-color:#592D00; 
	
}

#menu{
	position: absolute; top: 100px; left: 0px; width: 800px; height: 25px;
	background-color:#773C00; z-index:2;
	
}

#menu a {color:#FFF; text-decoration: none; margin: 10px;}
#menu a:hover {color:#000; }

#content{
	position: absolute; top:115px; left:0px; width:780px; height:370px;
	background-color:#D8BB47; text-align:center; padding: 10px; 
}

#footer{
	position: absolute; left:0px; top:510px; width:800px; height:20px; 
	background-color:#592D00; 
}

#rocky{
	position:absolute; top:410px; left: 650px; z-index: 5;
}

#waar{
	position: absolute; top:-17px; left: 140px;
	color: #FFF; 
}

#waar a{color:#FFF; text-decoration:none;}

#content p{ text-align:left;}

#stichting{
		position: absolute; top:115px; left:0px; width:780px; height:370px;
	background-color:#D8BB47; text-align:center; padding: 10px; overflow: scroll; overflow-x: hidden;
}

#stichting p{
	text-align:left;
}

