/* ------ CSS schoonmaak code  ------ */ 

 

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, form, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

 

    margin:0px;

 

    padding:0px;

 

    border:0px;

 

    font-weight: inherit;

 

    font-style: inherit;

 

    line-height: inherit;

 

    font-size: 12px;

 

    font-family: Arial, Helvetica, sans-serif;

 

}
strong{
    font-weight: bolder;
}

body{
    background-color: #B59945; 
}

h1{
    font-size:18px;
    font-weight: bold;
}
h2{
    font-size:16px;
    font-weight: bold;
}
h3{
    font-size:14px;
    font-weight: bold;
}

#pagewrapper{
width: 954px;
min-height: 800px;
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
background-color: #fffdee;
}

#pagewrapper2{
width: 1250px;
min-height: 800px;
margin: 0 auto;
background: url(images/background2.png);
background-color: #B59945;
}

#header{
width: 600px;
height: auto;
float: left;
}

#leftmenu{
width: 146px;
min-height: 800px;
border-right: 1px solid #000;
background: url(images/menu.png);
margin-left: 0px;
float: left; 
padding: 0px 0px 0px 0px;
background-color: #B2CAA4;
}

#menufooter{
    clear: both;
}

#leftmenu a{
color: #fff;
text-decoration:  none;
font-size:12px;
}

#leftmenu li{
list-style: none;
}

#submenu_background{
width:146px;
height:25px;
float: left;
color: #fff;
font-size: 12px;
border-bottom: 1px solid #9AAB96;
}

#submenu_background li:hover{
width: 146px;
height: 25px;
background-color: #6B741C;
float: left;
}

#submenu_background li{
text-decoration: none;
float: left;

}

#submenu_background a{
padding-left: 10px;
}


#rightmenu{
width: 146px;
min-height: 800px;
background: url(images/menu.png);
border-left: 1px solid #000;
float: right;
margin-right: 0px;

} 



#rightmenu a{
color: #fff;
text-decoration:  none;
font-size:12px;
}

#rightmenu li{
list-style: none;
}




#content{
width: 600px;
min-height: 600px;
float: left;

}

#backgroundleft{
width: 146px;
min-height: 800px;
background: url(images/backgroundleft.png);
float: left;
}

#backgroundright{
width: 146px;
height: 800px;
background:url(images/backgroundright.png);
float: right;
}

.purple_titels{
padding: 0px 0px 0px 9px;

}
 
#tekst_nieuwsflits{
    margin-top: 15px;
    width: 590px;
height: auto;
float: left;
padding: 10px 0px 0px 10px;
}

.leesmeer{
font-size: 13px;
}

.contact input{
    border: 1px #B59945 solid;
    background-color: #F4EFCB;
}

.contact textarea{
    border: 1px #B59945 solid;
    background-color: #F4EFCB;
    height: 100px;
    width: 250px;    
}

#footer{
    clear:both;
 
}