/* gedeelte om de website te centreren */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	background: url(/images/wave.gif) repeat-x 50% 100%;
	vertical-align: top;
	overflow: hidden;
}
#mainsite {
	position:absolute;
	width:620px;
	left: 50%;
	height:100%;
	margin-left: -310px;
	text-align: left;
}
div {
	box-sizing: border-box;
	-moz-box-sizing : border-box;
}
/* Einde gedeelte om de website te centreren */


#header {
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 146px;
	background:#3d9b35 url(/images/body_bg.gif) repeat-x 0 30px;
}
#zoeken {
	position:absolute;
	top: 5px;
	left: 462px;
	width: 158px;
	height: 19px;
	padding-left: 8px;
	background: url(/images/searchbox.gif) no-repeat;
}
#logo {
	position:absolute;
	top: 41px;
	left: 50%;
	width:90px;
	height: 66px;
	margin-left: -45px;
}
#logo img {
	border: 0;
}
#content {
	position:absolute;
	top: 205px;
	width: 620px;
	height: 250px;
	overflow: auto;
	z-index:2;
}
#maintable {
	width: 600px;
}
#maintable .left {
	width:290px;
	padding-right: 10px;
}
#maintable .right {
	width:260px;
	_width:280px;
	padding-left: 20px;
}
#maintable .topright {
	text-align: center;
}
#maintable .left {
	padding-bottom: 100px;
}
#maintable .right {
	padding-bottom: 10px;
}
#footer {
	position: absolute;
	top: 100%;
	margin-top: -98px;
	width: 600px;
	height: 98px;
	padding: 35px 0 0 0;
	color: #190017;
	font-size: 9px;
	background: url(/images/wave.gif) repeat-x -190px 100%;
	overflow: hidden;
}
#footer h2 {
	width: 195px;
	color: #e3000f;
	z-index: 99999;
}
#footer div {
	float: left;
	width: 116px;
}

/* Navigatie  en subnavigatie */
#navigation {
	position: absolute;
	width: 620px;
	top: 130px;
	color: #3d9b35;
}

#navigation div {
	float: left;
	font-size: 19px;
}

#navigation div.i0 { width: 130px; }
#navigation div.i1 { width: 113px; }
#navigation div.i2 { width: 112px; }
#navigation div.i3 { width: 173px; }
#navigation div.i4 { width: 92px; }

#subnavigation {
	position: absolute;
	width: 620px;
	top: 162px;
	height: 40px;
	padding: 8px 0 0;
	color: #3d9b35;
	text-align: center;
	border-top: 1px solid #eaeaea;
	background: url(/images/menu_shadow.gif) no-repeat;
}
#subnavigation a {
	color: #3d9b35;
	text-decoration: none;
}
#subnavigation a:hover,
#subnavigation a.active {
	color: #e3000f;
}


/* Custom scrollbar */
scroll-track{
	height:10px;
	width:7px;
	background: yellow;
}
.scroll-handle{
	border-left: 4px solid transparent;
	height:10px;
	width:7px;
	_width:11px;
	background:#3d9b35;
	cursor:pointer;
}
.scroll-track-top,
.scroll-track-top2 {
	float: none;
	height: 10px;
	background-image: url(/images/scroll/up.png); WIDTH: 10px;
}

/* styling indien geen sifr */
#navigation A, #navigation A:hover #footer h2, #footer h2 A:hover {
	color: #3d9b35;
	text-decoration:none;
	font-style : italic;
	font-size : 14px;
	font-weight : bold;
}
#navigation A:hover, #footer h2, #footer h2 A {
	color: #E3000F;
	text-decoration:none;
	font-style : italic;
	font-size : 14px;
	font-weight : bold;
}

