html {
	margin:0;
	padding:0;
	height:100%;

}

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
	background-color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
	text-align: center;
	padding: 0;
	margin: 0;
	height: 100%;
}

p {
	padding: 0;
	margin: 0;
}

#container {	
	position: relative;
	margin: auto;
	width: 980px;
	min-height: 100%;
	text-align: left;
}

#inner {
	padding-bottom: 5em;
	background-image: url(../images/header_new.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 690px;
	padding-bottom: 63px;   /* Height of the footer */

}

#content {
	padding: 150px 30px 20px 30px;
	width: 713px;
	float: left;
	color: #0D3803;
}

#menu {
	background-image: url(../images/pompklop.gif);
	background-repeat: no-repeat;
	background-position: 0 60px;
	width: 207px;
	float: left;
	padding-top: 250px;
}

#menu a {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
}

#menu ul {
	background-color: #88A479;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#menu ul li a {
	background-image: url(../images/blad_biggreen.gif);
	background-repeat: no-repeat;
	line-height: 28px;
	padding-left: 50px;
	display: block;
	height: 28px;
	border-bottom: 1px solid #ffffff;
}


#menu ul li.current a {
	background-image: url(../images/blad_bigred.gif);
	background-repeat: no-repeat;
	line-height: 28px;
	padding-left: 50px;
	display: block;
	height: 28px;
	border-bottom: 1px solid #ffffff;
}

#menu ul li:hover a {
	background-image: url(../images/blad_bigred.gif);
	background-repeat: no-repeat;
	line-height: 28px;
	padding-left: 50px;
	display: block;
	height: 28px;
	border-bottom: 1px solid #ffffff;
}

#menu ul ul {
	border-bottom: 1px solid #92b181;
	background-color: #638f4A;
	padding-left: 10px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul ul li a {
	background-image: url(../images/blad_groen.gif);
	background-repeat: no-repeat;
	line-height: 24px;
	padding-left: 70px;
	display: block;
	height: 24px;
	border-bottom: 1px solid #92b181;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	height: 63px;
	padding: 0 0 20px 20px;
}

form#mailform fieldset{
	border: 0;
}

form#mailform fieldset label {
	float: left;
	width: 200px;
}

form#mailform fieldset#mailformOp_welke_manier_antwoord label {
	float: none;
}

form#mailform fieldset#mailformOp_welke_manier_antwoord legend {
	display: none;
}

form#mailform input.csc-mailform-submit {
	margin-left: 200px;
}

p.align-center {
	text-align: center;
}

div.information {
	color: #000000;
	font-family: "Times New Roman",serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	right: 78px;
	position: absolute;
	top: 33px;	
}

div.information a {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	font-family: "Times New Roman", serif;
}