/*KOKEN*/
body {
 margin: 0;
 padding: 0;
 text-align: center;
 background-image:url(/editor/images/bg.gif);

}

div#container {
 	width: 774px;
 	margin: 0 auto;
 	text-align: left;
 	overflow:hidden;
 	font-family:Arial;
	font-style:normal;
	color:#78782A;
	font-size:12px;

}


div#imagetop {
	height: 61px;	
	width: 774px;
	background:no-repeat;
	background-position: top;
 	background: url(/editor/images/top.gif) no-repeat;
	margin:0px 0px 0px 0px;
	display: block;	
}
div#top {
	height: 1%;
	width: 774px;
	background:no-repeat;
	background: url(/editor/images/image_top.jpg) no-repeat;
	margin:0px 0px 0px 0px;
 
}
div#content {
	margin:296px 0px 0px 0px;
	height:auto;
 	width: 774px;
 	float: left; 	
	line-height: 140%;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	background:#DCDB8A url(/editor/images/achtergr.gif) no-repeat;
}
div#content a {
	font-family: Arial;
	font-weight:normal;
	font-size:12px;
	color: #B21B03;
	text-decoration: none;
	}

div#content a:hover {
	color: #B21B03;
	text-decoration: underline;
}


div#content_left {
	margin:0px;
	height:auto;
 	width: 221px;
 	float: left;
	line-height: 140%;	
 	overflow:hidden;
	padding:10px 0px 0px 10px;
	
}

div#nieuws {
	padding:10px 10px 0px 10px;
	background:url(/editor/images/vlak_uitvul.gif) repeat;	


}
div#content_right {
	margin:0px 0px 0px 0px ;
	height:auto;
 	width: 500px;
 	float: left;	 	
	line-height: 140%;
	overflow:hidden;
	padding:0px 10px 0px 30px;
	
}
div#image_balk {
	height:6px;
	margin-top:15px;
	margin-bottom:15px;
	background-image:url(/editor/images/balk.gif);
	background-repeat:no-repeat;
	display: block;	
}

div#images {
	background:url(/editor/images/vlak_onder.gif) no-repeat;
	display: block;	
}
img#footer {
	margin:0px 0px 0px 0px;
 	display: block;	
}

/* nav */
ul#nav {
	position:absolute;
	float:left;
	margin:272px 0px 0px 0px ;
 	padding: 0px 0px 0px 20px;
 	width: 774px;
 	list-style-type: none;
}

ul#nav li {
	 margin: 0px 0px 0px 0px;
	 display:block; 
	 padding: 0px 10px 0px 0px;
	 color:#78782A;
	 float: left;
	 font-family:Arial;
	 font-weight:bold;
	 font-size:13px; 
 
}

ul#nav li a {
 color:#DCDB8A;
 text-decoration: none;	
}

ul#nav li a:hover {
  text-decoration: underline;	
}

ul#nav li a.active {
	color: #FFFFFF;
    text-decoration: underline;	
}

/* nieuws headlines */
ul.nheadlines {
	list-style-image:url(/editor/images/bolletje.gif);
	font-size: 12px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

ul.nheadlines li {
	padding: 2px 0px 2px 0px;
	margin: 0px 15px;
}

ul.nheadlines li:hover {
	font-size: 12px;
	border-color: red;	
}

h4.nieuws_head {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
}
/* mailform */
div#mailform {
	margin-top:15px;
	margin-left:30px;
	width: 380px;
	height:300px;	

}

div.formrow {
	margin: 2px 0px;
}

div#mailform fieldset {
	padding: 0.7em;	
	margin-bottom: 10px;
}

div.formrow label {
	padding-top:4px;
	text-align:right;
	display: block;	
	float: left;
	width: 130px;
}



div.formrow input {
	border: solid 1px gray;	
	width: 200px;
	padding: 1px 3px;
	background-color: #F8F8F8;
}

div.formrow input:focus {
	border: brown solid 1px;
	background-color: white;
}
div#mailform textarea {
	padding: 2px;
	border: 1px gray solid;
	background-color: #F8F8F8;
	width:200px;
	overflow:hidden;
}
div#mailform textarea:focus {
	border: brown solid 1px;
	background-color: white;
}

div.formsubmit {
	margin-left: 132px;
 }
 .veld{
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
	background-color:#F0D390;	
    color: #B21A03;
    border: 1px solid #526B58;
 }
 
 .fout {
	color:#B21A03;
	font-weight:bold;
	font-size:12px;
	
}

