body {
margin: 0;
background-image:url(../images/bg.gif);
scrollbar-base-color: #232323;
scrollbar-arrow-color: #6D827C;
scrollbar-3dlight-color: #232323;
scrollbar-darkshadow-color: #232323;
scrollbar-face-color: #232323;
scrollbar-highlight-color: #494949;

 }
 
 #center{
	width: 950px;
	height: 700px;
	z-index:3;
	position: relative;
	margin:0 auto;
	background-color:#e4e4e4;
	top: 20px;
}

#header{
	position:absolute;
	left:0px;
	top:0px;
	width:950px;
	height:142px;
	z-index:3;
	background-image: url(../images/header.jpg);
}

#navbar{
	position:absolute;
	left:0px;
	top:142px;
	width:709px;
	height:43px;
	z-index:3;
	background-image: url(../images/nav.jpg);
	background-repeat:repeat-x;
}

#navbar_onder{
	position:absolute;
	left:0px;
	top:185px;
	width:709px;
	height:57px;
	z-index:3;
	background-image: url(../images/nav_onder.jpg);
	background-repeat:repeat-x;
}


#logo{
	position:absolute;
	left:709px;
	top:142px;
	width:241px;
	height:100px;
	z-index:3;
	background-image: url(../images/logo_onder.jpg);
}


#nieuws_content{
	position:absolute;
	left:0px;
	top:185px;
	height:476px;
	width:229px;
	background-image:url(../images/nieuws.jpg);
	background-repeat:no-repeat;
	z-index:3;
	padding-left:24px;
	padding-top:11px;
	overflow: auto;
}

#nieuws_txt{
	position:absolute;
	left:16px;
	top:222px;
	height:190px;
	width:184px;
	padding-right: 10px;
	z-index:3;
	overflow: auto;
}

#berichten_txt{
	position:absolute;
	left:16px;
	top:452px;
	height:190px;
	width:184px;
	padding-right: 10px;
	z-index:3;
	overflow: auto;
}


#content{
	position:absolute;
	left:229px;
	top:242px;
	height:379px;
	width:681px;
	background-image:url(../images/content.jpg);
	z-index:3;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

#text_vak{
	position:absolute;
	left:0px;
	top:0px;
	height:400px;
	width:650px;
	z-index:3;

	overflow: auto;
}

#footer{
	position:absolute;
	left:0px;
	top:661px;
	width:950px;
	height:29px;
	z-index:3;
	padding-top: 10px;
	background-image: url(../images/footer.jpg);
}
.TableBorder {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.TableCell {
	background-color: #CDCDCD;
}
.TableHeader {
	background-color: #A4A4AC;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color: #ffcb2d;
	text-decoration: none;
}