html, body, #container { 
	min-height: 100%; 
	width: 100%; 
	height: 100%;
	}
	
html>body, html>body #container { 
	height: auto;
	}

body { 
	margin: 0; 
	padding:0;
	background-image:url(../images/background_repeater.jpg);
	background-position:top center;
	background-color: #4c84bd;
	background-repeat: repeat-y;
	}

body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;
	color:#000000;
	} 

a:link, a:active, a:visited {
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight:normal;
	color:#eeeeee;
	text-decoration:none;
	}

a:hover {
	color:#ffffff;
	text-decoration: underline;
	}

#container { 
	position: absolute; 
	top: 0; 
	left: 50%; 
	width:801px;
	margin-left: -401px;
	background-image:url(../images/container_back.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	}
	
#topspace {
	position:absolute;
	height:610px;
	width:100%;
	background-attachment: scroll;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	}

#topheader {
	height: 37px;
	width: 100%;
	margin: 0px;
	}

#topheaderspacer {
	height: 37px;
	width: 10px;
	margin: 0px;
	float: left;
	}


#topheadervlaggen {
	height: 37px;
	width: 230px;
	text-align: center;
	vertical-align:middle;
	margin: 0px;
	float: left;
	}
	
#topheadertekst {
	height: 25px;
	width: 185px;
	text-align: left;
	margin-left: 15px;
	margin-top: 12px;
	color: #FFFFFF;
	float: left;
	}
	
#topheadernav {
	height: 37px;
	width: 355px;
	text-align: right;
	margin: 0px;
	float: left;
	}

#header {
	width: 801px;
	height: 217px;
	}

#bottomheader {
	height: 23px;
	width: 801px;
	background-image: url(../images/headerbottom.jpg);
	background-repeat:no-repeat;
	text-align: right;
	}
	
#linksmenu_spacer {
	width: 11px;
	height: auto;
	float: left;
	}

#menu {
	width: 230px;
	height: auto;
	float: left;
	}
	
#probeernu {
	width: 230px;
	height: auto;
	float: left;
	background-image:url(../images/linkercolomn_bg.jpg);
	background-repeat:repeat-y;
	}

#rechtsmenu_spacer {
	width: 20px;
	height: auto;
	float: left;
	}
	
#content {
	width: 520px;
	height: auto;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	}
#divForm1 {
	width: 520px;
	height: auto;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	}

#marginspacer {
	margin-bottom: -35px;
	padding-bottom: -35px;
	}

/*///////////////////////// Koptekst en Subkoppen /////////////////////////*/

h1 {
	height: 30px;
	width: 200px;
	white-space:nowrap;
	background-image:url(../images/h1.jpg);
	background-repeat:repeat-x;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:14px;
	color: #FF6600;
	margin-bottom: -0px;
	}
	
h2 {
	height: 25px;
	width: 400px;
	background-image:url(../images/h2.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color: #FF6600;
	margin-bottom: 5px;
	}

h3 {
	padding: 4px 10px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #222;
	background: #4b85bd;
	cursor: pointer;
	margin-top: -10px;
}
h4 {
	padding: 4px 10px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #222;
	background: #4b85bd;
	cursor: pointer;
	margin-top: 0px;
}

p {
	padding: 0px 0px;
	color: #444;
}

ol {
	margin: 0;
	padding: 0 0px 0px 0px;
}

.vragenfaq {
	margin: 0px;
	padding: 0px;
	}
	
.accordion {
	background-color:#f5fafd;
	margin-top: -10px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 0px;
	}

#terug {
	width: 100%;
	height:auto;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}

#terug2 {
	width: 100%;
	height:auto;
	margin-bottom: -30px;
	padding-bottom: -30px;
	text-align: right;
	}
	
/*///////////////////////// Footer /////////////////////////*/

#footer {
	clear: both; 
	height: 22px; 
	position: relative;
	bottom: 0; 
	left: 0; 
	border: none; 
	width: 100%;
	line-height:20px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:x-repeat;
	margin-bottom: -1px;
	text-align: center;
	color: #FFFFFF;
	}
	
#login 
{	
	color:#585858; 
} 
 fieldset

{
border: 1px solid #CCCCCC;
width: 35em

}
 legend
{
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:100%;
font-weight:bold;
background: #db9728;
border: 1px ;
padding: 2px 6px

}