body {
	margin: 0px;
	scrollbar-face-color: #000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #000000;
	scrollbar-track-color: #000;
	scrollbar-darkshadow-color: #000;
	background: #000;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
}

table {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
}

#container {
	border: 1px solid #000;
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: 18px;
}

.bg_content {
	background-attachment: fixed;
	background: url(../img/bg_content.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top;
}

.bg_navigatation {
	background-attachment: fixed;
	background: url(../img/bg_navigation.gif);
	background-color: #fff;
	background-position: top;
	background-repeat: repeat;
	border-left: 2px solid #0C6A12;
	border-top: 2px solid #0C6A12;
}

#content {
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	font: 11px Arial, Helvetica, sans-serif;
	line-break: strict;
	line-height: 25px;
}

#content a {
	text-decoration: underline;
	color: #000;
}

#content a:hover {
	text-decoration: underline;
	color: #11961A;
}


#navigation {
	padding:0px;
	color: #fff;
	line-break: normal;
	line-height: 16px;

}

#navigation a {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	border-bottom: 1px solid #0E7915;
}

#navigation a:hover {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0C6A12;
	text-decoration: none;
	background-color: #ffff00;
}


#mainnav {
	width: 191px;
	font-size: 12px;
}
#mainnav ul {
	list-style-type: none;
 font-weight: bold;
	text-transform: none;
	padding-top: 20px;
	margin: 0px;
}
#mainnav a {
	display: block;
	width: 191px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	height: 20px;
	color: #fff;
	text-decoration: none;
}

#mainnav a:hover {
	background-color: #FFFF00;
	color: #094C0E;
}

.headertitle {
	font-size: 14px;
	font-weight: bold;
	color: #000;

}

.headertitle a {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.headertitle a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#adresgegevens {
	font-size: 12px;
	font-weight: normal;
	color: #fff000;
	padding-left: 10px;
	line-height: 18px;
	text-decoration: none;
}


#adresgegevens a {
	font-size: 12px;
	font-weight: normal;
	color: #fff000;
}


.fields {
	background: #fff;
	width: 300px;
	height: 20px;
	font: 11px Arial, Helvetica, sans-serif;
	border: 1px solid #094C0E;
}

.textarea {
	background: #fff;
	width: 300px;
	height: 200px;
	font: 11px Arial, Helvetica, sans-serif;
	border: 1px solid #094C0E;
}

.dropdown {
	background: #fff;
	height: 20px;
	font: 11px Arial, Helvetica, sans-serif;
	border: 1px solid #094C0E;
}


.submitbutton {
	background: #094C0E;
	height: 20px;
	font: 11px Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	color: #fff;
	font-weight: bold;
}

#contactform label{
	width:200px;
	float:left;
}
#contactform  fieldset{
	padding:10px;
}
