body {
	margin: 0px;
	padding: 0px;
	background-color: #B37600; 
  	background-image: url(Images/bkgr.gif);
  	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#header {
	background-image: url(Images/header.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 90px;
	width: 793px;
	font-size: 2em;
	font-weight: bold;
	color: #6D2620;
	padding: 0px 35px 0 0;;
	margin: 0px;
	text-align: right;
	}

/***** topmenu navigatie *****/

#navcontainer {
	width: 794px;
	height: 20px;
	background: #2F2714;
	margin: 0;
	padding: 0px;
	font-family: verdana;
	}

/* to stretch the container div to contain floated list */
#navcontainer:after {
	content: ".";
	display: block;
	line-height: 0px;
	font-size: 1px;
	clear: both;
	}

ul#navlist {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	font-size: 0.8em;
	}

/*eigenschappen van de linkblokken*/
ul#navlist li {
	display: block;
	float: left;
	width: 105px;
	margin: 0;
	padding: 0;
	}

ul#navlist li a {
	display: block;
	width: 100%;
	padding: 0 0.5em;
	border: none;
	color: #fff;
	text-decoration: none;
	text-align: center;
	}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li.bl a {
	background: #000;
	color: #fff;
	height: 20px;
	}

ul#navlist li a:hover, ul#navlist li#active a:hover {
	border: none;
	text-decoration: underline;
	}

/***** linker navigatie *****/

#left {
	float: left;
	padding: 10px 0px 0 10px;
	margin: 0 0 0 10px;
	width: 140px;
	}
	
#left p {
	font-size:10px;
	padding:0px;
	margin: 10px 0 0 0;
	color:#FFF;
}	

#left a {
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 9px;
	}

/***** content *****/

#middle {
	line-height:1.01em;
	width: 620px;
	padding:2px 5px 15px 5px;
	margin: 10px 0 0 155px;
	text-align: justify;
}
	
#middle h1 {
	color: #483d8b; 
	font-size: 12px; 
	line-height: 12px; 
	font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular 
}

#middle h2 {
	font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular;
	font-weight: bold;
	padding-bottom:3px;
	margin-top:24px;
	color: #000; 
	font-size: 13px; 
	line-height: 13px; 
}

#middle h3 {
	color: #000; 
	font-size: 11px; 
	line-height: 11px; 
	font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular 
}

#middle h4 {
	color: #fff; 
	font-style: normal; 
	font-weight: lighter; 
	font-size: 10px; 
	line-height: 12px; 
	font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular 
	}

#middle p, p {
	font-size:10px;
	color:#000;
}

#middle a { 
	color: #fff; 
	font-weight: bold; 
	font-size: 11px; 
	font-family: Geneva, Helvetica, Arial, "Times New Roman", Times, Georgia, Swiss, SunSans-Regular; 
	text-decoration: none; 
	hover: FF00FF 
	}

#middle a.zwart { 
	color: #363061; 
	font-weight: bold; 
	font-size: 10px; 
	font-family: Geneva, Helvetica, Arial, "Times New Roman", Times, Georgia, Swiss, SunSans-Regular; 
	text-decoration: none; 
	hover: FF00FF 
	}

#ad {
	border: 0;
	clear: both;
	margin: 10px 0px 20px 20px;
	float: right;
	padding: 0;
	}
	
/***** rechter kolom *****/

#right {
	float:right;
	padding:0px 0px 10px 10px;
	font-size:11px;
	text-align: right;
}

#right a {
	color: #FFF;
	text-decoration: underline;
	}

#right br {
	line-height:0.7em;
}

/***** footer *****/

#footer {
	width: 793;
	align: left;
	margin: 20px 0 20px 0px;
	padding: 0 0 2px 0;
	clear: both;
	text-align: center;
	background: #2f2714;
	color: #FFF;
	}
	
#footer p {
	padding: 0;
	margin: 0px;
	font-size: 10px; 
	}

#footer a {
	margin: 0;
	padding: 0 10px;
	font-size: 10px; 
	color: #FFF;
	background: #2f2714;
	text-decoration: none;
	}

/***** classes *****/

.wit {
	color: #FFF;
	}
	
a.wit {
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
	}
