html,body {height:100%}
html,body {margin:0;padding:0;}
* html body {overflow:hidden;padding-bottom:41px}/* for ie only */
#mainpage {
 position:absolute;
 overflow:auto;
 top:0;
 left:0;
 width:100%;
 bottom:41px;/* same height as footer */
}
* html #mainpage { height:100%;position:static}/* for ie only*/
#footer {
	height:35px;
	background:url(images/footer_back.jpg);
	width:100%;
	border-top:1px solid red;
	position:fixed;
	bottom:0;
	left:0;
	text-align:center;
	padding-top: 5px;
}
* html #footer {position:absolute}/*for ie*/

#header {
	position: absolute;
	height: 100px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 20;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(images/header_back_light.jpg);
}
#scrollpart {
	position:absolute;
	left:670px;
	top:3px;
	visibility: visible;
	height: 100px;
	width: 94px;
	z-index: 30;
}
#content {
	position: absolute;
	background-color: #FFFFFF;
	width: 630px;
	top: 101px;
	left: 130px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 5px;
} 
#nav {
	position: absolute;
	height: 110px;
	width: 130px;
	top: 101px;
	left: 0px;
}
#nav a {
	font-size: 12px;
	border-bottom: 1px solid #999999;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 129px;
	height: 20px;
	position: relative;
}
#nav a:link, #nav a:visited {
	color: #666666;
	text-decoration: none;
	background-color: #EAECF7;
	padding-top: 4px;
}
#nav a:hover, #nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #96A2BA;
	padding-top: 4px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F2F2F2;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	vertical-align: top;
}
.bodytextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
ul {
	line-height: 22px;
}
.pagetitle {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 4px;
	text-indent: 30px;
	padding-top: 4px;
}
a:link, a:visited {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:hover, a:active {
	color: #333333;
	text-decoration: underline overline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	height: 40px;
	vertical-align: bottom;
}
input {
	border: 1px solid #999999;
}

/*navigation in "aanbod"*/
.subnav {
	width: 150px;
	padding-left: 5px;
}
.subnav a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 148px;
	height: 11px;
	position: relative;
	margin-left: 10px;
	margin-bottom: 2px;
	padding: 0px 5px 1px;
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
}
.subnav a:link, .subnav a:visited {
	color: #666666;
	text-decoration: none;
	background-color: #F6F7FC;
	padding-top: 4px;
}
.subnav a:hover, .subnav a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D3D7ED;
	padding-top: 4px;
}
