/* gedeelte om de website te centreren */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #F0F5FA url(/images/algemeen/bg_body.gif);
	overflow: hidden;
}

#mainsite {
	position:absolute;
	top:50%;
	left:50%;
	width:1024px;
	height:598px;
	margin-top:-299px;
	margin-left:-512px;
	text-align: left;
	background: #fff;
	border: 1px solid #3184D6;
}

div {
	box-sizing: border-box;
	-moz-box-sizing : border-box;
}
/* Einde gedeelte om de website te centreren */

#blokBovenLinks {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 112px;
	background: #EAF7CC url(/images/voorpagina/bg_blokbovenlinks.gif);
}
#blokBovenMidden {
	position: absolute;
	top: 0;
	left: 221px;
	width: 248px;
	height: 112px;
	background: #EAF7CC url(/images/voorpagina/bg_blokbovenmidden.gif);
}
#blokBovenRechts {
	position: absolute;
	top: 0;
	left: 802px;
	width: 220px;
	height: 112px;
	background: #EAF7CC url(/images/voorpagina/bg_blokbovenrechts.gif);
}
#logo {
	position: absolute;
	top: 28px;
	left: 572px;
	width: 230px;
	height: 69px;
	background: #EAF7CC url(/images/algemeen/logo.gif);
}
#navigatiebalk {
	position: absolute;
	top: 112px;
	left: 0;
	width: 100%;
	height: 24px;
	background: #fff url(/images/algemeen/bg_navigatiebalk.gif);
	border-top: 1px solid #3184D6;
	border-bottom: 1px solid #3184D6;
}
#navbalkStreeplinks, #navbalkStreeprechts {
	position: absolute;
	top: 114px;
	left: 220px;
	width: 1px;
	height: 20px;
	background: #fff;
}
#navbalkStreeprechts {
	left: 801px;
}
#navigatie {
	position: absolute;
	top: 115px;
	left: 264px;
	width: 505px;
	height: 24px;
	text-align: right;
	z-index: 99;
}
#breadcrumbs {
	position: absolute;
	top: 145px;
	left: 261;
	width: 495px;
	height: 17px;
}
#breadcrumbs span {
	width: 100%;
	height: 100%;
	background: #E9F0F8;
	border: 1px solid #ADC6E2;
	padding: 0 5px 0;
}
#breadcrumbs span a {
	font-size: 0.85em;
	font-weight: bold;
	color: #0066CC;
}
#linkerbalk {
	position: absolute;
	top: 136px;
	left: 0;
	width: 220px;
	height: 460px;
	background: #ABDD31 url(/images/voorpagina/bg_linkerbalk.gif) repeat-y 200px 0;
}
#middenbalk {
	position: absolute;
	top: 425px;
	left: 531px;
	width: 271px;
	height: 171px;
	background: url(/images/voorpagina/bg_middenbalk.gif) no-repeat;
}
#rechterbalk {
	position: absolute;
	top: 136px;
	left: 802px;
	width: 220px;
	height: 460px;
	background: #C0D9F2 url(/images/voorpagina/bg_rechterbalk.gif) repeat-y 2px 0;
}
#copyright {
	position: absolute;
	top: 570px;
	left: 267px;
	width: 420px;
	font-size: 0.8em;
	color: #999;
}
#iconSearch {
	position: absolute;
	top: 565px;
	left: 711px;
	width: 24px;
	height: 20px;
}
#iconPrint {
	position: absolute;
	top: 565px;
	left: 741px;
	width: 26px;
	height: 22px;
}
#sponsors {
	position: absolute;
	top: 545px;
	left: 856px;
	width: 139px;
	height: 38px;
}

/* Maintable opbouw */
#maintable {
	position: absolute;
	top: 179px;
	width: 100%;
	height: 150px;
}
#Links_0_0 {
	width: 200px;
	padding: 0 20px 0 0;
}
#Midden_0_1 {
	width: 582px;
}
#Rechts_0_2 {
	width: 200px;
	padding: 0 0 0 20px;
}
#scrolldiv {
	width: 100%;
	height: 380px;
	padding: 0 41px 0;
	overflow: auto;
	scrollbar-face-color: #0066CC;
    scrollbar-arrow-color: #fff;
    scrollbar-track-color: #fff;
    scrollbar-shadow-color: #3184D6;
    scrollbar-highlight-color: white;
    scrollbar-3dlight-color: #3184D6;
    scrollbar-darkshadow-Color: #000000;
}
