body {
	padding-top: 25px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #42474A;
	font-size: 11px;
	line-height: 16px;
	}
a {
	text-decoration: underline;
	font-weight: bold;
	color:  #42474A;
	outline: none;
	}
a:visited {
	color:  #42474A;
	}
a:active {
	color:  #42474A;
	}
a:hover {
	color: #32681D;
	text-decoration: none;
	}
strong, b {
	font-weight: bold;
	}

h1 {
	font-size: 29px;
	line-height: 32px;
	font-weight: normal;
	color: #32681D;
	margin: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	clear: both;
	}
h2 {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #99C81E;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	}
h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #32681D;
	clear: both;
	}
	
ul {
	margin: 0px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
	}
	
li {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom : #D4CFBE solid 1px;
	}
	
#photo {
	border: 0;
	padding: 2px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
	background-color: #fff;
	border : #D4CFBE solid 1px;
	}

	
/* -----------------Wrapper--------------------- */
	
#wrapper {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background-color: #fff;
	text-align:left; /* part 2 of 2 centering hack */
	width: 830px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 800px;
	}
html>body #wrapper {
	width: 800px; /* ie5win fudge ends */
	}	

/* -----------------Top--------------------- */

#top {
	color: #885300;
	padding: 0;
	margin: 0;
	text-align:left;
	}
	
#logo {
	padding-left: 36px;
	margin: 0;
	}
	
#quicknav {
	padding: 12px;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #fff;
	text-align:center;
	background-color: #99C81E;
	}
	
#quicknav a {text-decoration:none; font-weight: bold; color: #fff; outline:none;}
#quicknav a:visited {color:#fff;}
#quicknav a:active {color:#fff;}
#quicknav a:hover {color:#32681D; text-decoration:none;}

	
/* -----------------Menu--------------------- */

/* -----------------Layout--------------------- */
#header {
	padding: 0;
	margin: 0;
	}
	
#rechts {
	padding-top: 0px;
	margin: 0;
	float: left;
	}
	
#adres {
	padding: 25px;
	margin: 0;
	border : 1px solid #D4CFBE;
	}
	

/* -----------------Content--------------------- */
	
#content {
	width: 800px;
	}
div#content { 
min-height:400px;
height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}

#bodytekst {
	float: left;
	width: 425px;
	padding-left: 37px;
	padding-right: 48px;
	padding-top: 40px;
	padding-bottom: 20px;
	margin: 0;
	}
	
#tools {
	color: #7C6355;
	font-size: 90%;
	padding-top: 10px;
	margin-top: 30px;
	margin-bottom: 20px;
	border-top : 1px solid #CDBCA3;
	}
	
#tools a {
	color: #7C6355;
	font-weight: normal;
	text-decoration: none;
	}
	
#tools a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	}

/* --------------left navigavtion------------- */	
	
#navcontainer
{
float: left;
font-size: 12px;
padding: 0px;
margin-bottom: 20px;
width: 290px; /* ie5win fudge begins */
voice-family: "\"}\"";
voice-family:inherit;
width: 260px;
	}
html>body #navcontainer {
	width: 260px; /* ie5win fudge ends */
	}

#navcontainer ul
{
color:#42474A;
line-height: 18px;
text-align:left;
margin: 0px;
padding: 0px;
list-style-type: none;
}

#navcontainer li a
{
width: 245px;
display: block;
font-weight: bold;
color:#42474A;
padding-top: 12px;
padding-left: 10px;
padding-right: 5px;
padding-bottom: 12px;
margin: 0px;
text-decoration: none;
border-bottom : 1px solid #fff;
}

#navcontainer li a:hover
{
color:#1E5683;
font-weight: bold;
background-color: #E4E4E4;
}

#navcontainer li li a
{
width: 235px;
display: block;
font-size: 11px;
color: #42474A;
font-weight: normal;
padding-top: 10px;
padding-left: 20px;
padding-right: 5px;
padding-bottom: 10px;
margin: 0px;
text-decoration: none;
border-bottom: 1px solid #fff;
}

#navcontainer li li a:hover
{
width: 235px;
display: block;
color: #1E5683;
font-weight: normal;
background-color: #E4E4E4;
padding-top: 10px;
padding-left: 20px;
padding-right: 5px;
padding-bottom: 10px;
text-decoration: none;
border-bottom: 1px solid #fff;
}


/* -----------footer--------------------------- */

#footer {
	clear: both;
	font-size: 10px;
	padding-bottom: 20px;
	margin: 0px;
	background-color: #32681D;
	color: #fff;
	text-align:center;
	height: 68px;
	}
	
#footer a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #99C81E;
	font-weight: normal;
	text-decoration: underline;
	}

.style2 {
	color: #FF0000;
	font-weight: bold;
}

.style3 {color: #FF0000}
.themas {
	font-size: 14px;
	line-height: 2px;
	font-weight: normal;
	color: #999999;
	margin: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	clear: both;
	text-decoration:none;
}
.themas a{
	font-size: 14px;
	line-height: 2px;
	font-weight: normal;
	color: #8dbe26;
	margin: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	clear: both;
	text-decoration:none;
}
.style6 {
	color: #32681D;
	font-weight: bold;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #EF3139;
	background-color: #FFFFFF;
	border: thin dotted #8DBE26;
}

.style7 {
	color: #32681D
}
.themas a:hover {
	font-size: 14px;
	line-height: 2px;
	font-weight: normal;
	color: #8dbe26;
	margin: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	clear: both;
	text-decoration:none;
}
.style4 {
	color: #FFFFFF;
	font-weight: bold;
}
.style5 {
	color: #FFFFFF
}
.input1 input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
