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:#FFFF33;
}
H2 {
COLOR: #FFFFCC;}

div#kop {
	background-color: #9599C9;
	height: 120px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
            }
div#subkop {
	background-color: #006699;
	height: 49px;
	left: 131px;
	position: absolute;
	right: 0;
	top: 120px;
	}

div#menubalk {
	background-color: #006699;
	left: 0;
	right: 0;
	position: absolute;
	width: 131px;
	top: 169px;
	bottom: 0;
	height: 1022px;
}

div#menublokje {
	background-color: #5275AD;
	left: 0;
	right: 0;
	position: absolute;
	width: 131px;
	top: 120px;
	bottom: 0;
	background-image: url(../banners/images/kop_2.jpg);
}

#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;
	height: 1022px;
}
			
div#blokje_tekst {
	background-color: #003D59;
	color:#FFFF33;
	left: 150px;
	position: absolute;
	top: 190px;
	width: 420px;
	height: 943px;
	border-width: 0px;
	border-style: solid;
}

div#blokje_1a {
	background-color: #DB90FF;
	left: 230px;
	position: absolute;
	top: 256px;
	width: 700px;
	height: 469px;
	border-color:#669999;
	border-width: 35px;
	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: #006699;
text-decoration: none;
}

#navlist li a:link { color: #FFFF33; }
#navlist li a:visited { color: #FFCC33; }
#navlist li a:hover
{
border-color: #FE3;
color: #FFF;
background: #332;
}
