/* Lagen */

html {

}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    background-image: url("images/body_bg.gif");
    background-repeat: repeat-y;
    background-position: top center;
    text-align: center; 
}

#kop1 {
    background-color: #fff;
    background-image: url("images/kop_bg.jpg");
    background-repeat: repeat-x;
}

#kopBeeld {
    border: 0px red solid;
    background-image: url("images/kopBeeld.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    height: 111px;
    width: 700px;
    margin: 0 auto;
}

#logo {
    background-image: url("images/logo.gif");
    background-repeat: no-repeat;
    background-position: top left;
    width: 250px;
    height: 100px;
    position: relative;
    top:20px;
    float: left;
}

#kop2 {
    border: 0px solid yellow;
    height: 22px;
    background-image: url("images/naw_bg.jpg");
    background-repeat: repeat-x;            
}

#nawBalk {
    width: 700px;
    color: #fff;
    margin: 0 auto;
    padding-top: 5px;
}

#container {
    text-align: left;
    width: 700px;
    margin: 0 auto;
}

#links {
    border: 0px red solid;
    float: left;
    width: 151px;
    padding-top: 15px;
}

#midden {
    border: 0px green solid;
    float: left; 
    width: 500px;
    padding: 20px;    
}

#content {
    
}

#rechts {
    border: 0px blue solid;
    float: right;
    width: 150px;
}

/* OPMAAK */

/* body */
body, td {
    font-family: Verdana;
    font-size: 10px;
    font-size: 11px;
    line-height: 100%;
    color: #222;
}

/*  naw-balk */
ul.naw {
    list-style: none outside url();
    margin: 0;
    padding: 0;
}

ul.naw li {
    float: left;  
    padding: 0 5px;
}

a { color: #fff; text-decoration: none; }
a:hover { text-decoration: underline; }

/* linker kolom */
#links {
    
}

#links ul {
    list-style: none outside url();
    margin: 0;
    padding: 0;
    text-align: right;
}

#links li {         
    height: 26px;
}

#links ul a {
    text-decoration: none;
    display: block;
    height: 25px;
    margin: 0;
    padding: 5px 10px;  
    color: #fff;
}

ul.blauw a {
    background: url("images/menuItemBlauw_bg.jpg") no-repeat;
}

ul.blauw a:hover {
    background: url("images/menuItemBlauw_bg_hover.jpg") no-repeat;
}

ul.blauw a.rood {
    background: url("images/menuItemRood_bg.jpg") no-repeat;
}

ul.blauw a.rood:hover {
    background: url("images/menuItemRood_bg_hover.jpg") no-repeat;
}

ul.groen a {
    background: url("images/menuItemGroen_bg.jpg") no-repeat;
}

ul.groen a:hover {
    background: url("images/menuItemGroen_bg_hover.jpg") no-repeat;
}

/* Content */
#content {
    line-height: 140%;
}
#content h1,#content h2,#content h3 {
    color: #006;
}
#content h1 {
    font-size: 1.6em; 
    margin: 0 0 15px 0;
}
#content h2 {
    font-size: 1.3em;
    margin: 0 0 5px 0;
}
#content h3 {
    font-size: 1.1em;
    margin: 0;
}

#content p {
    margin: 0;
}

#content a {
    color: #028;
    text-decoration: underline;
}
#content a:hover {
    text-decoration: none;
}

table.formNieuwsbrief {
    margin-top: 20px;
}
input, textarea {
    font-family: Arial, Verdana;
    font-size: 1.2em;
}
input.text, input.telefoon, input.postcode, textarea {
    border: 1px solid #aaa;
}
input.text {
    width: 300px;
}
input.postcode {
    width: 60px
}
input.telefoon {
    width: 100px;
}
input.button {
    
}



div.boek {
    height: 160px;
}
div.boek a {
    color: #fff;
}
a.knop {         
    text-align: center;
    text-decoration: none;
    font-size: 9px;
    display: block;
    height: 18px;
    width: 100px;
    margin: 0 0 3px 110px;
    padding: 2px 0 0;    
    color: #fff;
    background: url("images/knopGrijs_bg.jpg") top left no-repeat;
}
a.knop:hover, input.button:hover {
    background-position: bottom left;
}

input.button {
    margin: 10px 0 0 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    height: 20px;
    width: 100px;
    font-size: 11px;
    color: #fff;
    background: url("images/knopGrijs_bg.jpg") top left no-repeat;
}


br.clear {
    clear:both;
}

