/* ALGEMEEN */

* { -moz-box-sizing: border-box; box-sizing: border-box; }
body { font-family: arial; font-size: 13px; }

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -485px;
	width: 975px;
	height: 600px;	
}


/* NAVIGATIE */

#hoofdmenu {
	position: absolute;
	top: 147px;
	left: 0px;
	background: #f3d661;
	width: 225px;
	padding-top: 15px;
}


/* PAGINA INDELING & OPMAAK */

#opening {
	position: absolute;
	top: 0px;
	left: 225px;
}

#vogelvlucht {
	position: absolute;
	top: 144px;
	left: 225px;
}

#foto-linksonder, #nieuws {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#nieuws {
	background: #f9eab0;
	width: 225px;
	height: 328px;
	padding: 20px 0px;
}

#nieuws a {	color: #000; }
#nieuws a.active { color: #fa5938; }

#logos {
	position: absolute;
	left: 225px;
	bottom: 0px;
}

#tekst {
	position: absolute;
	top: 0px;
	left: 285px;
	width: 620px;
	height: 600px;
	overflow-y: auto;
	overflow-x: hidden;
	font-family: arial;
	font-size: 13px;
	line-height: 19px;
	padding-right: 20px;
}

#tekst strong {	color: #64a069;	font-size: 13px; }
#tekst h2 { color: #64a069; }
