body, html {
	background:#FFF;
	
}

#container {
width: 904px;
height: 604px;
position: absolute; /*Dan komt hij precies op de juiste plaats te staan, met relative kan dit wijzigen, vandaar absolute*/
top: 50%;  /*waarom 50%*/
left: 50%;/*waarom 50%*/
margin-top: -302px; /* heigt/2 Dit moet zodat het in het midden komt te staan */
margin-left: -450px; /* width/2 *Dit moet zodat het in het midden komt te staan */
padding: 0;
border: solid 1px #000;

}

#innercontainer {
width: 904px;
height: 604px;
position:; /*waarom staat er voor de puntkomma niks*/
background-color:#FFF;
}

#header { /*een png-foto die op elke pagina terug komt */
position: absolute;
background-color:#000;
top: 0;
left: 0;
width: 904px;
height: 115px;
background:#C96;
background:url(../webimages/header.jpg);

}


#top_navigatie { /*buttons boven */
	background:#000;
	position: absolute;
	top: 115px;
	left:0px;
	width:904px;
	height:25px;
	}

#space_links { /*wordt een foto */
position: absolute;
top: 140px;
left:0;
width:15px;
height: 450px;
background-color:#FFF;
}

#foto_links_home { /*wordt een foto */
position: absolute;
top: 160px;
left: 50px;
width:210px;
height: 250px;
background:url(../webimages/homelinks1.png);
border:solid 1px #000;
}

#foto_links_accommodatie{ /*wordt een foto */
position: absolute;
top: 160px;
left: 50px;
width:210px;
height: 250px;
background:url(../webimages/accommodatielinks.png);
border:solid 1px #000;
}

#foto_links_programma{ /*wordt een foto */
position: absolute;
top: 160px;
left: 50px;
width:210px;
height: 250px;
background:url(../webimages/programmalinks);
border:solid 1px #000;
}

#foto_links_sponsoren{ /*wordt een foto */
position: absolute;
top: 160px;
left: 50px;
width:210px;
height: 250px;
background:url(../webimages/sponsorlinks);
border:solid 1px #000;
}

#foto_links_fotoalbum{ /*wordt een foto */
position: absolute;
top: 160px;
left: 50px;
width:210px;
height: 250px;
background:url(../webimages/fotoalbumlinks.png);
border:solid 1px #000;
}

#foto_links_nieuws{ /*wordt een foto */
position: absolute;
top: 160px;
left: 50px;
width:210px;
height: 250px;
background:url(../webimages/niewslinks.png);
border:solid 1px #000;
}

#foto_links_routeplanner{ /*wordt een foto */
position: absolute;
top: 160px;
left: 50px;
width:210px;
height: 250px;
background:url(../webimages/routeplannerlinks.png);
border:solid 1px #000;
}

#foto_links_contact{ /*wordt een foto */
position: absolute;
top: 160px;
left: 50px;
width:210px;
height: 250px;
background:url(../webimages/contactlinks.png);
border:solid 1px #000;
}

#content {
	position: absolute;
	margin-left: 6px;
	top: 145px;
	right: 15px;
	width: 570px;
	height: 420px;
	margin-left:2px;
	font:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin-right:2px;
	overflow: hidden;
	text-align:left;
	background-color:#FFF;
}

#bruine_BALK_ONDER { /*tekstbuttons */
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 904px;
	height: 25px;
	background:url(../webimages/balkonder.jpg);
	}
	

