body {
    text-align: center;
    background-image: url(/img/background_repeat.png);
    background-position: top left;
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    
    
}

#wrapper_compleet {
    height: 669px; 
    margin-left: auto;
    margin-right: auto; 
    background-image: url(/img/background.png);
    background-position: center;
    background-repeat: no-repeat;
    
}
#header{
    height: 250px;
    width: 968px;
    background-image: url(/img/background_header.png);
    margin-left: auto;
    margin-right: auto;
    position: relative;
   
}
#header_bg{
    height: 231px;
    width: 960px;
    position: absolute;  
    top: 0;
    left: 4px;
    overflow: hidden;
    background-image: url(/img/waterval.JPG);
    
}
#header_logo {
    background-image: url(/img/logo_header.png);
    display: block;
    height: 139px;
    width: 440px;
    position: absolute;
    left: 40px;
    top: 75px;
    z-index: 10;
}
#header_contact{
    position: absolute;
    left: 702px;
    top: 37px;
    height: 173px;
    width: 237px;
    background-image: url(/img/logo_contact.png);
    background-repeat: no-repeat;
    color: white;
    z-index: 10;
    
}
#contact_content{
    color: white;
    height: 168px;
    width: 212px;
    text-align: left;
    padding-left: 25px; 
    padding-top: 10px;
    font-size: 10px;   
}
#contact_content h1{
    color: white;
    font-size: 11px;
}
#contact_content a{
    text-decoration: none;
    color: white;
}

 #wrapper_content{
   width: 968px; 
   margin-left: auto;
   margin-right: auto;
   margin-top: -400px;
   position: relative;
}
#kolom_links{
    width: 231px;
    float: left;
    margin-right: 27px;
    /*background-color: white;*/
    
}


#kolom_links ul{
    list-style-type: none;
    margin-top: 0px;
    text-align: left;
    margin: 0;
    padding: 0;
}
#menu_top a{
    display: block;
    width: 170px;
    height: 46px;
    line-height: 43px;
    text-decoration: none;
    /*margin-left: -40px;*/
    color: black;
    background-image: url(/img/menu_top.png);
    padding-left: 60px;
    background-repeat: no-repeat;
}
.menu a {
    display: block;
    width: 170px;
    height: 43px;
    line-height: 43px;
    text-decoration: none;
    /*margin-left: -40px;*/
    color: black;
    background-image: url(/img/menu.png);
    padding-left: 60px;
    background-repeat: no-repeat;
}
.aktief a{
    display: block;
    width: 231px;
    height: 43px;
    line-height: 43px;
    text-decoration: none;
    /*margin-left: -40px;*/
    padding-left: 60px;
    color: black;
    font-weight: bold;
    background-image: url(/img/menu_mo.png);
    background-repeat: no-repeat;
}

.menu a:hover{
    font-weight: bold;
    background-image: url(/img/menu_mo.png);
}

#menu_top a:hover,#menu_top.aktief a{
    font-weight: bold;
    background-image: url(/img/menu_top_mo.png);
}
#vca {
    margin-top: 30px;
    margin-bottom: 25px; 
}
    
#kolom_leeg{
    width: 27px;
    float: left;
    min-height: 50px;
}
#kolom_rechts{
    width: 710px;
    float: left;
    background-color: white;
    text-align: left;
}

#content{
   width: 670px;
   padding-left: 25px; 
   margin-bottom: 20px;
   min-height: 320px;
}
.clear{
    clear: both;
}


h1{
    color: #01A159;
    font-size: 16px;
}
#footer{
    width: 968px;
    height: 46px;
    background-image: url(/img/footer.png);
    background-repeat: repeat-x;
    text-align: center;
    line-height: 17px;
    padding-top:  5px;
    font-size: 11px;
}
#footer img {
    margin-top:  -5px;
}
#footer a{
    text-decoration: none;
    color: black;
}
#links{
    float: left;
    
}
#rechts{
    float: right;
}

.error {
    font-weight: bold;
    color: red;
    margin:  10px;
    line-height: 18px;
}



.download {
	color: black;
	line-height: 34px;
	text-decoration: none;
}
.download img {
	border: none;
	padding-right: 5px;
}
.download:hover {
	color: #666;
	text-decoration: underline;
}
