/* CSS Document */
html, body {
	height:100%;
	text-align:center;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:black;
	font-size:10pt;
}
body {
    /*
    background: url(../images/bodyBG.jpg) center;
	background-repeat:repeat-y;
    */
}
h1{
	/*background:#78bf73;*/
	background:#2e8a27;
	margin:0 0 0 190px;
	width:auto;
	padding:7px 5px 7px 20px;
	color:white;
	font-size:13pt;
	border-bottom:1px solid black;
	border-left:1px solid black;
}

h2 {
	color: #2E8A27;	
	font-style:italic;
	font-weight: bold;
	font-size:11pt;
}

h3 {
	color: #2E8A27;	
	font-weight: bold;
	font-size:10pt;
}
#container {
	_height: 100%;
	min-height: 100%;
	width:955px;
	margin:0 auto;
	text-align:left;
   /*
    background:url(../images/mainBG.gif) bottom right;
    background-repeat: no-repeat;
    */
    
    background:#CDDDC0 url(../images/body_bg.jpg);
	background-repeat:repeat-y;
   
	border-left:1px solid black;
	border-right:1px solid black;
}
#header{
	height:85px;
	width:100%;
	background:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid black;
	padding:0;
	margin:0;
}
#header img{
	border:none;
	padding:0;
	margin:0;
}
#menuHolder {
	width:190px;
	position:relative;
	float:left;
}
#menuHolder ul {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
}
#menuHolder li a{
	padding:8px 5px 8px 31px;
	margin:0;
	width:auto;
	display:block;
	height: auto;
	_height: 17px;
	min-height: 17px;
	background:#c9dda3;
	color:black;
	text-decoration:none;
	border-bottom:1px solid #000;
	font-size:11pt;
}
#menuHolder li.bottom{
	background:url(../images/menuBottom.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:20px;
}
#menuHolder li a:hover, #menuHolder li a#current{
	background:#2e8a27;
	color:white;
}

#menuHolder img {
    margin: 10px 0 0 0;
}


#contentHolder{
	padding:5px 50px 20px 0;
	margin:0 0 0 210px;
}

#contentHolder img, #contentHolder img a {
	vertical-align: middle;
    border: none;
    text-decoration: none;
    padding-right: 2px;
}
#contentHolder a:link{
	color:#236A1E;
	text-decoration:underline;
}
#contentHolder a:hover{
	text-decoration:none;
}
#contentHolder a:visited{
	color:#2E8A27;
}
#contentHolder ul li{
	list-style:none;
	list-style-image:url(../images/liImage.jpg);
	padding: 2px;
	vertical-align: middle;
}

.nieuwsBericht {
	font-style: normal;
	padding: 10px;
	line-height:17px;
}

.contactTable{
	width:99%;
	padding:0;
	margin:0;
}
.contactTable td{
	padding:0 10px 10px 0;
	vertical-align:top;
}
.contactTable td.tekstveld{
	width:200px;
}
.contactTable td.naw{
	width:200px;
	padding:0 0 0 20px;
	border-left:1px solid #2e8a27;
}
.contactTable td.opmerking{
	font-size:8pt;
	padding-top:10px;
}
.contactTable td input.width, .contactTable td textarea.width{
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:black;
	font-size:10pt;
	border:1px solid #2e8a27;
	padding:2px 5px 2px 5px;
}
.contactTable td textarea{
	height:100px;
}
.melding {
	color: #2E8A27;
}
.veldNaam {
    width: 150px;
    position: relative;
    float: left
}
