body {
	background-color: #DCDCDC;
	background-image: none;
	color: black;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #336699;
}

div#kop {
	background-color: #232812;
	height: 120px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

div#subkop {
	background-color: #333333;
	height: 50px;
	left: 131px;
	position: absolute;
	right: 0;
	top: 120px;
}

div#menubalk {
	background-color: #3F4A0E;
	left: 0px;
	right: 0;
	position: absolute;
	width: 131px;
	top: 169px;
	bottom: 0;
}

div#menublokje {
	background-color: #5275AD;
	left: 0;
	right: 0;
	position: absolute;
	width: 131px;
	top: 120px;
	bottom: 0;
}

#menubalk div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 2px 0;
padding-left: 5px;
background-color: black;
font: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

div#inhoud {
	background-color: #003D59;
	left: 131px;
	position: absolute;
	right: 0;
	top: 169px;
	bottom: 0;
}
	
div#blokje_1 {
	background-color: #009999;
	left: 156px;
	position: absolute;
	top: 191px;
	width: 420px;
	height: 279px;
	border-color:#FFCC00;
	border-width: 3px;
	border-style: solid;
	
}

div#blokje_2 {
	background-color: #009999;
	left: 591px;
	position: absolute;
	top: 190px;
	width: 420px;
	height: 279px;
	border-color:#FFCC00;
	border-width: 3px;
	border-style: solid;
}

div#blokje_3 {
	background-color: #009999;
	left: 151px;
	position: absolute;
	top: 510px;
	width: 420px;
	height: 279px;
	border-color:#FFCC00;
	border-width: 3px;
	border-style: solid;
	
}

div#blokje_4 {
	background-color: #009999;
	left: 591px;
	position: absolute;
	top: 510px;
	width: 420px;
	height: 279px;
	border-color:#FFCC00;
	border-width: 3px;
	border-style: solid;
}
#navlist
{
padding: 0 1px 1px;
margin-left: 0;
left: 1px;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
background: gray;
width: 129px;
}

#navlist li
{
list-style: none;
margin-left: 0;
border-top: 1px solid gray;
text-align: left;
}

#navlist li a
{
display: block;
padding: 1px 0.5em 1px 0.75em;
border-left: 1em solid #AAB;
background: #CCD;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
border-color: #FE3;
color: #FFF;
background: #332;
}

