.Navigatie {
	background-image: url(../images/button_bg.jpg);
	background-repeat: no-repeat;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	width: 700px;
	position: absolute;
	float: left;
	top: 9px;
	height: 35px;
	left: 266px;
	z-index: 1;
}
ul.topnav {
	list-style: none;
	padding: 0 05px;
	margin: 0;
	float: left;
	width: 750px;
	background: #222;
	font-size: 12px;
	background: url(../images/topnav_bg.gif) repeat-x;
}   
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 5px 0 5px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	
}   
ul.topnav li a{   
    padding: 10px 5px;   
    color: #fff;   
    display: block;   
    text-decoration: none;   
    float: left;   
}   
ul.topnav li a:hover{

}   
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 10px;
	height: 35px;
	float: left;
	background: url(../images/subnav_btn.gif) no-repeat center top;
}   
ul.topnav li span.subhover {background-position: center bottombottom; cursor: pointer;} /*--Hover effect for trigger--*/  
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 35px;
	background: #8b7225;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #554709;
}   
ul.topnav li ul.subnav li{
	margin: 0;
	padding: 0; /*--Create bevel effect--*/
	border-bottom: 1px solid #8b7225; /*--Create bevel effect--*/
	clear: both;
	width: 2px;
}   
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #554709 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}   
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #8e7229 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
}	

body, html {
	margin:	0px;
	background-image: url(../images/bg.jpg);
	min-height: 100%;
	font-family: verdana;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
} 

.Logo {
	WIDTH: 845px;
	HEIGHT: 100px;
	text-align: right;
	margin: 0 auto;
	position: relative;
}
.tabel {
	width: 48%;
	float: left;
	height: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tabelformulier {
	width: 50%;
	float: left;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1;
	border-color: #000;
}
.tabelformulierenkel {
	width: 100%;
	float: left;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1;
	border-color: #000;
}
.Frame {
	WIDTH: 979px;
	margin: auto;
	position: relative;
	height: 366px;
	background-image: url(../images/teaser.jpg);
	background-repeat: no-repeat;
}
.Contact {
	color: #000;
	width: 265px;
	background-repeat: no-repeat;
	background-image: url(../images/BG_Contactinfo.jpg);
	float: left;
	height: 350px;
	left: 4px;
	text-align: left;
	padding-left: 85px;
	padding-top: 70px;
}
.ContentBlock {
	WIDTH: 845px;
	margin: auto;
	position: absolute;
	color: #000000;
	width: 640px;
	background-image: url(../images/content-Main.jpg);
	background-position: right;
	height: auto;
	background-repeat: no-repeat;
	left: 325px;
}
.Content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	WIDTH: 979px;
	margin: auto;
	position: relative;
	height: 600px;
	background-repeat: no-repeat;
}

.Content A:link {
	COLOR: #363;
	text-decoration: none;
}

.Content A:hover {
	COLOR: #360;
	}
.Content  A:visited {
	COLOR: #C90;
	text-decoration: none;
}
.clearfix:unknown {
	CLEAR: both; DISPLAY: block; VISIBILITY: hidden; HEIGHT: 0px; content: "."
}
img.imageright { 
	float: right; 
	margin-left: 15px; 
} 

.verborgen
{
display:none;
font-size:11px;
padding:4px;
}

.formulier {
	font-size: 10px;
	background-color: #FCF;
	border: 1px solid #666666;
	margin-left: 5px;
}
.eyecatcher {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/teaser.png);
	float: none;
	height: 286px;
	width: 558px;
	position: absolute;
	left: 113px;
	top: 58px;
	padding-top: 25px;
	text-align: left;
	background-repeat: no-repeat;
	z-index: -1;
	padding-left: 33px;
}


.eyecatcher  a:link, .eycatcher a:visited
{
	color: #FF0099;
}

.eyecatcher  a:hover {
	color: #666;
}
.cms {
	color: #000;
	width: 265px;
	background-repeat: no-repeat;
	background-image: url(../images/cms.jpg);
	float: left;
	height: 350px;
	left: 4px;
	text-align: left;
	padding-left: 85px;
	padding-top: 70px;
}

.form							{

}
.form h3						{ margin-bottom: 10px; }
.form label						{
	font-weight: bold;
	display: block;
	width: 175px;
	float: left;
	padding: 5px 15px 0px 0px;
	cursor: pointer;
}
.form label.check				{ float: left; width: auto; text-align: left; padding: 5px 5px 0px 0px; margin: 0px 20px 0px 5px; }
.form input.text				{ width: 250px; float: left; border: 1px solid #c5c5c5; padding: 3px; font-size: 1.1em; font-family: Arial, Helvetica, sans-serif; }
.form input.checkbox			{ float: left; margin: 6px 0px 0px 0px; width: auto; }
.form input.submit				{ outline: none; }
.form .errors					{ color: #b01d1d; margin: 0px 0px 15px; }
.form fieldset					{ border: none; margin-bottom: 25px; }
.form input.required			{ border: 1px solid #b43131; }
.form select					{ margin-top: 3px; }
.form input.short				{ width: 30px; } 
.form span.extra				{ display: block; float: left; margin: 7px 0px 0px 10px; }
.form textarea					{ width: 450px; height: 115px; border: 1px solid #c5c5c5; padding: 3px; font-size: 1.1em; font-family: Arial, Helvetica, sans-serif; }
.form small						{ font-size: 0.85em; }
.form p							{ margin-bottom: 10px; clear: both; }
.form .error					{ font-size: 0.85em; color: #d14949; }
