*{
	margin:0px;
	padding:0px;
}
html{
	height:100%;
}
#container{
	position:absolute;
	top:10%;
	left:10%;
	width:80%;
	overflow:hidden;
}
#logo{
	position:relative;
	height:53px;
	width:100%;
	background:#FFF url(../img/logo.jpg) top left no-repeat;
}
#header{
	position:relative;
	height:110px;
	width:100%;
	background:#FFF;
	border-bottom:1px solid #CCCCCC;
}
#band{
	position:relative;
	overflow:hidden;
}
#left{
	position:absolute;
	top:0%;
	left:0%;
	width:30%;
	height:1000px;
	overflow:hidden;
}
#right{
	position:absolute;
	top:0%;
	left:30%;
	width:70%;
	overflow:hidden;
	height:1000px;
}

.right{	height:1000px;}

#footer{
	position:relative;
	height:20px;
	width:100%;
	background:#FFF;
	border-top:1px solid #ccc;
}
#footer_left{
	position:relative;
	width:30%;
	height:20px;
	line-height:20px;
	font-size:0.60em;
	font-family:Verdana, Geneva, sans-serif;
	color:#F60;
	float:left;	
}
#footer_right{
	position:relative;
	width:70%;
	height:20px;	
	float:left;
	//padding-top:1px;
}
#footer_right img{
	text-decoration:none;
	border:none;
}
#footer_right a{
	text-decoration:none;
}

#footer_left a{
	text-decoration:none;
	color:#F60;}

#corrector{
	position:relative;
	height:9000px;
	background:#white;
	width:100%;
}

.scaler{width:100%;}	

/*----------------------- MENU ----------------------*/

#header li{
	list-style:none;
	color: #CCC;
	font-family:Verdana, Geneva, sans-serif;
}
#header a {
	text-decoration:none;
	color: #CCC;
	width:100px;
}
#header a:hover {
	color:black;
}
#header .active {
	color:#F60;
	cursor:default;
}
#header .menu {
	float:left;
}
	
#header .level1 ul li {
	line-height:25px;
	font-size:1.2em;
	width:130px;
}
.eerste{
	margin-bottom:32px;
}
#header .level2 ul li {
	line-height:20px;
	font-size:0.9em;
	width:165px;
}
#header .level3 ul li {
	line-height:16px;
	font-size:0.7em;
	font-weight:lighter;
}
.spacer{
	margin:25px;
	float:left;
}
.dark_gray a {
	color:#666;
}
/*------------------- TEXT ------------------*/

#pdf {
	position:absolute;
	left:85%;
	width:20px;
	height:20px;
	background:url(../img/pdf.png) top right no-repeat;
	z-index:3;
	text-decoration:none;

}
* html #pdf { /*bug fix for ie6*/
	top:2px;
}

a img{border:none;}

h2 {
	position:absolute;
	top:0px;
	left:0px;
	background:#FFFFFF;
	font-size:0.9em;
	width:25%;
	font-weight:bold;
	color:#F60;
	font-family:Verdana, Geneva, sans-serif;
	z-index:4;
	line-height:25px;
	margin-bottom:5px;
}

h3 {
	position:relative;
	font-size:0.9em;
	font-weight:bold;
	color:#F60;
	font-family:Verdana, Geneva, sans-serif;
	line-height:25px;
	margin-bottom:5px;
	width:100%;
}

.h3{
	padding-top:3px;
}

.small_block{
	margin-bottom:3px;
}
.white{
	color:#FFFFFF;
}

h4 {
	font-size:0.7em;
	font-weight:lighter;
	font-style:italic;
	font-family:Verdana, Geneva, sans-serif;
	padding-top:1px;
	padding-bottom:5px;
	color:#000000;
}

#spacer{
	position:relative;
	margin-bottom:30px;
	width:100%;
	clear:both;
	background:#00FF00;
}

#text p {
	margin-right:18%;
	line-height:1.5em;
	text-align: justify;
	font-size:0.7em;
	padding-bottom:3px;
	font-family:Verdana, Geneva, sans-serif;
}
#text a{
	color:#F60;
	text-decoration:none;
}
#text a:hover{
	border-bottom:1px dashed #F60;
}

.float_left{
	float:left;
	padding: 4px 10px 10px 0px;
}

.block{
	widht:100%;
	clear:both;
	margin:5px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

.small{
	font-size:0.80em;
	color:#666;
}
.sitemap{
	font-size:1em;
	color:#666666;
	font-variant:small-caps;
	margin:2px 0px;
}
#sitemap{
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.7em;
}
td{
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.85em;
}

/*------------------- image ------------------*/

#img{
	position:absolute;
	top:0%;
	left:0%;
	z-index:30;
	cursor:pointer;
}
#img_back{
	position:absolute;
	top:0%;
	left:0%;
	z-index:29;
}	

/*------------------- hoekjes ------------------*/

#scroll{
	position:absolute;
	top:0px;
	width:20px;
	height:30px;
	z-index:26;
	visibility:hidden;
	cursor:pointer;	
}
#scroller{
	background:transparent url(../img/scroller.gif) no-repeat scroll 0 0;
	height:40px;
	width:20px;
}
/*-------------------SITEMAP----------------------------*/

#sitemap a.level_1{
	margin-left:0px;
	list-style-type:none;
	color:#F60;
}
#sitemap a.level_2{
	color:black;
	margin-left:20px;
	list-style-type:none;

}
#sitemap a.level_3{
	margin-left:40px;
	list-style-type:none;
	color:#999999;
}
#sitemap a.level_4{
	margin-left:60px;
	list-style-type:none;
	color:#CCCCCC;
}
