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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,  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: 14px;

    font-family:arial;
}

body{
    background-color: #E0ECD6;
}

#pagewrapper{
    width: 1000px;
    height: auto;
    min-height: 625px;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    background-color: #FFFFFF;
    border-left: solid 1px #228C44;
    border-right: solid 1px #228C44;
    border-bottom: solid 1px #228C44;
}

#bestelbutton{
    float: left;
}

#header{
     width:1000px;
     height: 100px;
}

#mainMenu a{
    list-style: none;
    margin-left: 15px;
    color: #228C44;
    text-decoration: none;
    font-size: 15px;
}

#mainMenu a:hover{
    color:#BD2B36;
}

#mainMenu li{
      font-weight: bold;
      font-size: 13px;
      line-height: 22px;
      list-style: none; 
      border-bottom: 1px solid;
      
}

#mainMenu li ul li{
    line-height: 16px;
    border-bottom: 0px ;
}
#mainMenu li ul a{
      margin-left: 25px;
      
}

#subMenu{
    list-style: none;
    margin-left: 5px;
    color: #228C44;  
}

#menuLeft{
    float: left;
    width: 220px;
    min-height: 500px;
    
}

#imgRotatorLeft{
    width: 200px;
    height: auto;
    
    margin-top: 10px;
    margin-left: 15px;
}



#menuRight{
    float: right;
    width: 220px;
    min-height: 500px;
    
}

#imgRotatorRight{
    width: 150px;
    height: 150px;
    
    margin-top: 15px;
    margin-left: -10px;
}

#content{
    float: left;
    border-right: solid 1px #CEDBD1;    
    border-left: solid 1px #CEDBD1;    
    width: 508px;
    color: #228C44;
    padding: 10px;
    font-size: 12px;
    min-height: 550px;
    background: url(images/background-vlamsymbool.png) no-repeat;
}

#content2{
    float: left;
    border-right: solid 1px #CEDBD1;    
    border-left: solid 1px #CEDBD1;    
    width: 508px;
    color: #228C44;
    padding: 10px;
    font-size: 12px;
    min-height: 550px;
    
    
}

#textfield{
    margin-top: 35px;
    padding-bottom: 40px;
}

#textfield h3{
    font-size: 17px;
    font-weight: bold;
}

#textfield p{
    line-height: 15px;
}

#textfield strong{
    font-weight: bold;
}

#content h1{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;    
}

#content h2{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;    
}

#content2 h1{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;    
}

#content2 h2{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;    
}

#footer{
    clear: both;
    width: 1000px;
    height: 25px;
}
.red{
    color: red;
}

#menurightImage{
    float: left;
    height: 250px;
    display: block;
    
}

#menurightText{
    float: left;
    min-height: 180px; 
}

#bestelpropaaan{
    clear: both;
    float:left;
}

#content input{
    width: 200px;
}
#content textarea{
    width: 200px;
    height: 125px;
}