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

body,td,th {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #cccccc;
	background-image: url(../images/background.gif);
}


table {
	height: auto;
	width: auto;
}

ul {font-family: Arial;
	font-size: 12px;
	color: #666666;
	line-height: 16px;}
	
li {
	margin-left: -15px;
}


.clear { clear:both;
}


.wrapper {
	position: relative;
	width: 880px;
	text-align: left;
	height: 100%;
	visibility: inherit;
	z-index: auto;
	background-color: #FFFFFF;
			}
			
.footer {
	position: relative;
	background-color: #b1c52b;
	height: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 880px;
}


#box_logo {
	float: left;
	width: 210px;
	margin-left: 20px;	
	margin-top: 20px;
	}
	
#box_flash { float: right;	width: 625px;  height:auto;}	

#box_navigatie {
	float: left;
	width: 210px;
	height:auto;
	margin-top: 40px;
	margin-left: 20px;
}

#box_text {
	float: right;
	width: 580px;
	min-height: 100%;
	height: auto !important;
	margin-right: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
		}

#box_adres {
	float: left;
	height: 80px;
	width: 200px;
	position: fixed;
	bottom: 20px;
	background-color: #FFFFFF;
	margin-top: 10px;
	}
	
#balk{
	height: 25px;
	width: 880px;
	position: fixed;
	bottom: 0px;
	background-color: #b1c52b;
	margin-top: 20px;
	float: left;
	}	

/* TEKST */

h1 {font-family: Arial;
	font-size: 26px;
	font-weight: bold;
	color: #b1c52b;
	}

h2 {font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}


h3 {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
}

.navigatie	{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.navigatie a {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.navigatie a:hover {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #b1c52b;
	text-decoration: none;
}

.submenu	{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.submenu a {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.submenu a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #b1c52b;
	text-decoration: none;
}

.submenu2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #b1c52b;
	text-decoration: none;
}

.submenu2 a {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #b1c52b;
	text-decoration: none;
}

.submenu2 a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #b1c52b;
	text-decoration: none;
}



.platte {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

.platte a {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.platte a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #b1c52b;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}

.klein {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

.adres_tekst {
	color: #999999;
	font-family: arial;
	font-size: 10px;
	line-height: 14px;
}

.adres_tekst a{
		text-decoration: none;
}

.aanvraag	{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #b1c52b;
	text-decoration: none;
}

.aanvraag a {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #b1c52b;
	text-decoration: none;
}

.aanvraag a:hover {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #b1c52b;
	text-decoration: none;
}	

.box_text_test {
	margin-right: 40px;
	position: relative;
	width: 580px;
	text-align: left;
	height: 100px;
	visibility: inherit;
	z-index: auto;
	float: right;
	overflow: auto;
			}
			
			.boldgrijs {
	color: #666666;
	font-weight: bold;}
			
/*Contact form*/

div#errors {
	width: 400px;
	margin:0 auto;
}
label {
	float: left;
	width: 140px;
	text-align: left;
	padding-top: 5px;
}

input, textarea {
	padding: 3px;
	margin: 3px;
	border: 1px solid #b1c52b;
	font: 11px Arial;
	background: #fff;
}
input.fout, textarea.fout {
	border: 1px solid #FF0000;
}

label.fout {
	color: #FF0000;
}


