@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
	padding:0;
   	background-color: #76923C;
	scrollbar-arrow-color: #c1cfd7;
	scrollbar-highlight-color: #FFFFFFF;
	scrollbar-3dlight-color: #76923C;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #008080;
	scrollbar-track-color: #600;
	scrollbar-face-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

#container{
	width: 1000px;
	margin:auto;
	height:auto;
	}
#container_header_menu{
	width: 1000px;
	height: 150px;
}
	
#header {
	height: 120px;
	width: 1000px;
	float: left;
	background-color: #FFFF2B;
}		
		
#menu{
	width:1000px;
	height:35px;
	float:left;
	background-color:#000000;
	}
#links_tekst{
	width:999px;

}	

#container_links{
	height:auto;
	min-height:500px;
	width: 250px;
	overflow: visible;
	float: left;
	font-size: 12px;
	background-color: #3659AB;
	text-align: left;
}	
#kader_links {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
    background-color: #3659AB;
	padding: 2px;
	overflow: auto;
	bottom: auto;
	margin: 5px;
	color: #FFFFFF;
}

#tekstcontainer{
	width:500px;
	height: 508px;
	float:left;
	overflow: auto;
	background-color: #76923C;
}
#tekst{
	float: left;
	width:470px;
	height:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #76923C;
	padding-left: 10px;
}	

#container_rechts{
	height:auto;
	min-height:500px;
	width: 250px;
	overflow:visible;
	float:left;
	font-size: 12px;
	background-color: #800000;
	text-align: left;
}	
#kader_rechts {
	background-color: #800000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	overflow: auto;
	bottom: auto;
	margin: 5px;
	color: #FFFFFF;
}

/*Dit is de css voor het contactformulier

*/
#autocontainer {
	width: 650px;
	height:750;
	margin-top: 0px;
	margin-right:auto;
	float:left;
	}
.formregel {
	width: 450px;
	margin-bottom: 18px;
}
.labelkolom {
	float: left;
	width: 140px;
	margin-right: 8px;
}
h1 {
	font-size: 18px;
	line-height: 20px;
}
#formblok {
	width: 450px;
	height:750px;
	border: 0px;
	padding: 15px;
	color: #000000;
	margin-top: 0px;
	}
.opties{
	width:450px;
	height: 230px;
	}
.opties1{
	width: 205px;
	height: 170px;
	float:left;
}
.opties2{
	width: 205px;
	height:170px;
	float:left;
	}

#resetform {
	float: right;
}
.nietverplicht {
	font-style: italic;
	color: #006600;
}
.tussenregel {
	width: 100%;
	margin-top: -12px;
	margin-bottom: -12px;
}
#naw {
    width:480px;
	height:auto;
	float:left;
	padding: 10px; 
	color: #c1cfd7;
}
a{
   color: #c1cfd7;
   text-decoration: underline;
   }

#copyrights {
	margin-top: 12px;
	font-size: 10px;
	text-align: left;
	clear: both;
}
#bel {
	width:200px;
	float: left;
}

