/* CSS Document */

body {
	margin:0px;
	background-color:#FFFFFF;
	scrollbar-face-color:	#cbc9c7;
	scrollbar-highlight-color:	#cbc9c7;
	scrollbar-3dlight-color:	#cbc9c7;
	scrollbar-darkshadow-color:	#cbc9c7;
	scrollbar-shadow-color:	#cbc9c7;
	scrollbar-arrow-color:	#ffffff;
	scrollbar-track-color:	#dddddd;
}
p, input, select {
	font-family:Verdana;
	font-size:11px;
	color:#8f8b89;
}
.menukopjes {
	font-family:Verdana;
	font-size:9px;
	color:#cccccc;
}
a {
	color:#8f8b89;
	text-decoration:underline;
}
a:hover {
	color:#000000;
}
.nieuwscontent {
	background-image:url(img/bg_nieuws.gif);
	background-repeat:repeat-y;
}
h2 {
	font-family:Verdana;
	font-size:14px;
	color:#cbc9c7;
	margin-left:7px;
	margin-top:0px;
	margin-bottom:0px;

}
h3 {
	font-family:Verdana;
	font-size:13px;
	color:#666666;
}

.nieuwstxt {
	color:#8f8b89;
}
.contenttext {
	margin: 15px;
	color:#8f8b89;
}
#content{
	position: relative;
	height: 216px;
	width: 360px;
	z-index: 2;
	overflow: auto;
	left: 0px;
	top: 0px;
}
