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

#wrapper {
	position:absolute;
	left: 50%;
	top: 10px;
	width: 850px;
	height: 600px;
	margin-left: -425px; /* half of width */
	margin-top: 0px; /* half of height */
	z-index:1;
	background-color: #FFF;
}
* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 160%;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.vet {
	font-weight: bold;
}
.rood {
	color: #C00;
}
body {
	background-image: url(_images/gras.jpg);
	background-repeat: repeat-x;
	background-position: 0px 156px;
	background-color: #363;
}

#kopregel {
	position:absolute;
	left:0px;
	top:146px;
	width:850px;
	height:50px;
	z-index:2;
}



ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}
li {
	text-align: left;
	width: auto;
	margin-bottom: 4px;
	text-indent: 10px;
	background-color: #6666666;
}
ul li a {
	color: #FFF;
	width: 150px;
	font-size: 10pt;
	background-color: #666666;
	display: block;
	z-index: 3;
	text-decoration: none;
}
ul li a:hover {
	color: #000;
	background-color: #CCC;
	text-decoration: none;
	font-size: 10pt;
}

#wrapper #MB a {
	font-size: 9pt;
	color: #999;
}
#wrapper #MB a:hover {
	color: #FFF;
	text-decoration: underline;
	font-size: 9pt;
}

#wrapper #teksten p a {
	color: #000;
	text-decoration: underline;
}
#wrapper #teksten p a:hover {
	color: #000;
	text-decoration: none;
}
#balk {
	position:absolute;
	left:0px;
	top:146px;
	width:850px;
	height:40px;
	z-index:2;
	background-color: #000066;
}
#nbg {
	position:absolute;
	left:15px;
	top:490px;
	width:150px;
	height:90px;
	z-index:2;
}



#foto {
	position:absolute;
	left:190px;
	top:0px;
	width:660px;
	height:146px;
	z-index:4;
	background-color: #FFFFFF;
}
#logo {
	position:absolute;
	left:15px;
	top:15px;
	width:150px;
	height:117px;
	z-index:5;
}

#list {
	position:absolute;
	left:15px;
	top:210px;
	width:150px;
	height:180px;
	z-index:10;
	line-height: 200%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #090;
	text-decoration: none;
	display: block;
}


#teksten {
	position:absolute;
	left:190px;
	top:210px;
	width:630px;
	height:350px;
	z-index:2;
	overflow: auto;
	padding-right: 30px;
}
#MB {
	position:absolute;
	left:650px;
	top:610px;
	width:200px;
	height:20px;
	z-index:2;
	font-size: 9pt;
	color: #999;
	text-align: right;
}
