html { 	overflow: auto; }

body { 	
	background-color: #6c6c6c; 
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
}



#horizon {
	width: 100%; 
	text-align: center; 
	height: 1px; 
	position: absolute; 
	top: 0px; 
	left: 0px;
}

#center {
	width: 800px; 
	height: 668px;
	position: absolute; 
	top: 0px; 
	left: 50%; 
	margin-left: -395px; 
	padding-top: 0px;
	text-align: center;
	background-image: url('images/main_back.gif');
	background-repeat: no-repeat;
}

#header {
	width: 100%;
	text-align: left;
	border: 0px solid #FF0000;
	line-height: 125%;
}





body, textarea {
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #8e8e8e;
	line-height: 150%;
}

a.adreslink, a:visited.adreslink, a:active.adreslink, a:link.adreslink {
	color: #ffffff; 
	text-decoration: none;
}

a:hover.adreslink {
	color: #CCCCCC; 
	text-decoration: underline;
}


a, a:visited, a:active, a:link {
	color: #012444; 
	text-decoration: none;
}

a:hover {
	color: #8e8e8e; 
	text-decoration: underline;
}


html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#center {
	scrollbar-base-color: #808080;
	scrollbar-arrow-color: #d6051d;
	scrollbar-face-color: #8b8883;
	scrollbar-highlight-color: #8b8883;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-darkshadow-color: #8b8883;
	scrollbar-track-color: #CCCCCC;
}
#centertekst {
	position: absolute;
	top: 39px;
	left: 180px;
	width: 526px;
	text-align: left;
	overflow-x: none;
	margin: auto;
	margin-left: 10px;
}

#menu_links {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 200px;
	margin: auto;
	text-align: left;
	overflow: auto;
	height: 268px;
}


#menu_top {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 755px;
	text-align: left;
}

hr {
	height: 1px;
	border: 0px;
	color: #bbbabb;
	background-color: #bbbabb;
	line-height: 120%;
	}

h1 { 
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #808080;
	padding: 20px;
	padding-left: 10px;
	display: inline;
}

.blauw { color: #6ea1db; }

.knop {
	cursor: pointer;
	float: right;
	color: #FFFFFF;
	padding-left: 10px; 
	padding-right: 20px; 	
	font-size: 10pt;
}

.knop_over {	
	cursor: pointer;
	float: right;
	color: #d6051d;
	padding-left: 10px; 
	padding-right: 20px; 	
	font-size: 10pt;
}

.knop div, .knop_over div { padding-left: 25px; padding-top: 3px; }

.knop2 {
	text-align:center;
	font-weight:bold;
	width: 195px; 
	cursor: pointer;
	float: left;
	color: #FFFFFF;
	font-size: 10pt;
}

.knop2_over {
	text-align:center;
	font-weight:bold;	
	width: 195px; 
	cursor: pointer;
	float: left;
	color: #d6051d;
	font-size: 10pt;
}

.knop3 {
	display: inline;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 7pt;
}

.knop3_over {
	display: inline; 
	cursor: pointer;
	color: #333333;
	font-size: 7pt;
	text-decoration:underline;
}


.knop4 {
	cursor: pointer;
	display: inline;
	color: #FFFFFF;
	font-size: 7pt;
}



.knop4_over {
	cursor: pointer;
	display: inline;
	color: #333333;
	font-size: 7pt;
	text-decoration:underline;
}

.spacelijn {
	text-align: center;
	display: inline;
	color: #666666;
	padding-left: 20px; 
	padding-right: 20px;
}

.spacedot {
	text-align: center;
	display: inline;
	padding-left: 40px; 
	padding-right: 40px;
}



p { margin-bottom: 0px; padding-bottom: 0px;}

.aanvraag_titel {  width: 180px; }
.aanvraag_veld { 
	width: 300px; 	
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;

}

.tab {
	cursor: pointer; 
	float: right; 
	padding: 14px; 
	padding-top: 2px; 
	padding-bottom: 4px; 
	text-align: center;
	color: #8e8e8e;
	border-left: 1px solid #cdcdcd;
}

.tabover {
	cursor: pointer; 
	float: right; 
	padding: 14px; 
	padding-top: 2px; 
	padding-bottom: 4px; 
	text-align: center;
	color: #FFFFFF;
	border-left: 1px solid #8e8e8e;	
	border-top: 1px solid #8e8e8e;	
	background-color: #8e8e8e	
}