
html,body{
margin:0;
padding:0;
}

body, p, div, li {
	font-family: Arial;
	line-height: 20px;
	font-size: 15px;
	color: #666666;
}
/* rood			=CC3300= */
/* oranje			=CE5D0B= */
/* lichtgrijs	=CED8DA= */
/* darkgrey		=8EA29E= */
/* green			=82A918= */
body {
	margin: 0px 0px 50px 0px;
	background: #E5E5E5;
	height: 100%;
}
/* ---------------- LAY-OUT ---------------- */
div.wrap{
width:956px;
margin:0 auto;
padding:0;
	background:  url(/imgs/titel.jpg) bottom right no-repeat;
}
div.top{
height: 10px;
}
div.bottom{
height: 0px;
}
/* ---------------- HEADER ---------------- */
div#header {
height:100px;
text-align: right;
margin:0;
color: #79B30B;
background: url(/imgs/header.jpg) bottom no-repeat;
}
/* ---------------- NAVIGATION ---------------- */
div#container{
width:950px;
margin:0 auto;
text-align:left;
}
div#navigation{
float:left;
width:200px;
}
div#navigation ul {
	width: 200px;
}
div#navigation ul, div#navigation ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#navigation ul li a {
	display:block;
	width: 180px;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	background-color: #E2DCFA;
	border-bottom: 1px solid #C8C8C8;
}
div#navigation ul li.sub a {
	padding: 0 0 0 15px;
	font-weight: normal;
}
div#navigation ul li a:hover {
	color: #E2DCFA;
	background-color: #990000;
}
/* ---------------- CONTENT ---------------- */
div#content{
float:right;
margin: 0 250px 0 0;
width:475px;
}
div#content a{
color: #990000;
text-decoration: underline;
}
div#content a:hover{
color: #CC0000;
text-decoration: underline;
}
div#extra{
float:left;clear:left;width:200px;
background:#FFFFFF;
}
div#footer{
clear:both;width:100%;
color: #222;
}
/* ---------------- LAY-OUT ---------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 2px 0px;
	line-height: 24px;
}
/* --------------- colofon --------------- */
.colofon {
	height: 50px;
	color: #666666;
	line-height: 50px;
	font-size: 10px;
	padding: 0;
	text-align: center;
}
.colofon a {
	color: #666666;
	text-decoration: none;
}
.colofon a:hover {
	color: #000000;
	text-decoration: underline;
}
/* -------------- LOCAL ZZPform CSS -------------- */
#contactForm {
	width: 500px; 
}
li.formbox {
	margin: 10px 0;
	padding: 10px 0;
	background: #E5E5E5;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#contactForm p, #contactForm label {
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
#contactForm p {
	border-bottom: 1px dotted #FFF;
}
#contactForm p.last {
	border: 0px none;
}
#contactForm label {
	width: 150px;
}
#contactForm label.radiobox {
	width: auto;
	margin-left: 0px;
}
#contactForm input, #contactForm textarea {	
	border: 0px solid #2E3D4E;
	padding: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#contactForm textarea {
	width: 450px;
}
#contactForm span.textbox input {
	width: 300px;
}
#contactForm label.radiobox input {
	width: 32px;
}
#contactForm label.invalidField {
	background: url(/imgs/icon_invalidField.png) top left no-repeat;
	padding: 16px 8px 4px 8px;
	margin: 0 0 0 155px;
	width: 250px;
	color: #F6F6F5;
	border: none;
}
/* -------------- LOCAL ZZPform submit buttons -------------- */
#contactForm input.submit  {
	text-transform:uppercase;
	padding: 0;
	color: #FFFFFF;
	font-size: 14px;
	border: none 0px;
	width: 190px;
	height: 40px;
	line-height: 38px;
	font-weight: bold;
	cursor: pointer;
	background: #990000;
}
#contactForm input.submit:hover {
	background: #990000;
	color: #FFFFFF;
	font-weight: bold;
}
/* -------------- LOCAL ZZPform callback DIV -------------- */
.error {
	font-size: 12px;
	color: #FFF;
	border: 2px solid #990000;
	display: block;
	margin: 10px 0;
	padding: 20px 10px;
	font-weight: bold;
	background-color: #990000;
}
/* -------------- hide mail span -------------- */
span.mailtool {
	display: none;
}

