/* algemene css */
* {
    font-family: Trebuchet MS, sans-serif;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    color: #35540C;
    
}

a { color: #35540C; text-decoration: underline; }
a:hover { text-decoration: underline; }
 
p {
    margin: 0px;
    padding: 0px;
    padding-left: 30px;
}

div {
    margin: 0px;
    padding: 0px;
}

h1 {
    tag: h1;
    desc: kop 1;
    color: #000000;
    font-size: 1.2em;
    margin-top: 1em;
    margin-bottom: .2em;
    padding-left: 0px;
}

h2 {
    tag: h2;
    desc: kop 2;
    color: #000000;
    font-size: 1.1em;
    margin-top: .5em;
    margin-bottom: .1em;
    padding-left: 10px;
}

h3 {
    tag: h3;
    desc: kop 3;
    color: #000000;
    font-size: 1em;
    margin-top: .5em;
    margin-bottom: 0em;
    padding-left: 20px;
}

h1 a,h2 a,h3 a {
    text-decoration: none;
    color: #000000;
}

ul,ol {
    margin-left: 55px;
}

#maindiv1 {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    
    background-repeat: no-repeat;
    background-position: center top;
}

#maindiv2 {
    position: relative;
    width: 772px;
    min-height: 100%;    
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;       
}

#logo {
    position: absolute;
    left: 684px;
    top: 0px;
    width: 98px;
    height: 85px;
    z-index: 30;
    overflow: hidden;
    z-index: 3;
}

#foto {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 232px;
    heigth: 227px;
}

#foto p {
    padding-top: 33px;
    padding-left: 37px;
    padding-bottom: 21px;
}

#navbar {
    position: absolute;
    left: 586px;
    top: 98px;
    width: 180px;
    text-align: right;
    z-index: 21;
}

#hoofdmenu {
    position: absolute;
    left: 1px;
    top: 227px;
    width: 126px;
    text-align: right;
    z-index: 20;
}

#hoofdmenu p {
    margin: 0px;
    padding: 0px;
}

#topmenu {
    position: relative;
    left: 232px;
    top: 0px;
    width: 540px;
    height: 119px;

    /*margin-right: 100px;*/
}

#topmenu p {
    padding: 0px;
    margin: 0px;
    padding-top: 3px;
    padding-right: 114px;    
}

#streep {
    position: relative;
    left: 232px;
    width: 539px;
    height: 5px;
    overflow: hidden;
}

#niveautitel {
    position: absolute;
    left: 235px;
    top: 83px;
    width: 440px;
    height: 36px;
    
    padding-left: 40px;
    padding-top: 2px;
    background-repeat: no-repeat;
    background-position: left top;    
}

#relpad {
    position: relative;
    left: 278px;
    width: 490px;
    color: #549200;
    font-size: .7em;
    padding-top: 1px;
}

#relpad a { color: #549200; text-decoration: none; }

#titel {
    position: relative;
    left: 278px;
    width: 490px;
    font-size: 1em;    
    font-weight: bold;
    padding-top: 15px;
    color: #000000;
}

#content {
    position: relative;
    left: 278px;
    width: 454px;
    min-height: 150px;

    font-size: .8em;
    color: #35540C;
}




#content td {   color: #35540C; font-size: .8em; }

#content h1 {   font-size: 125%; }
#content h2 {   font-size: 110%; }
#content h3 {   font-size: 100%; }

.accent {
    tag: accent;
    desc: Accent;
    background-color: #FFFD8C;
}

.sitemap0,.sitemap1 {
    padding-left: 4px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.sitemap0 a,.sitemap1 a { 
    text-decoration: none;
    font-size: .85em;
    font-weight: bold;
}


/* formulieren */
label {
    color: #549200;
    font-weight: bold;
    font-size: .9em;
}

.formulier input,.formulier select,.formulier textarea {
    border: 1px solid #549200;
    background-color: #FFFD8C;
    width: 100%;
}

#zoek {
    border: 1px solid #549200;
    background-color: #FFFD8C;
}

.knoppen input,.zoeksubmit {
    width: auto;
    background-color: #549200;
    border: 1px solid #549200;
    color: #FFFFFF;
}


/* Product */

#tabs {
    position: absolute;
    right: 10px;
    top: 124px;
    z-index: 20;

    line-height: 150%;   
    text-align: right; 
}

#tabs a {
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 1em;
    padding-right: 1em;
    font-size: .8em;
    height: 20px;
}

#tabs a:hover {
    text-decoration: underline;
}

#tabs a.selected {
    color: #000000;
}

/* speciaal voor Container editor */
#editor {
    tag: body;
    font-family: Trebuchet MS, sans-serif;
    background-color: #FFFFFF;
    color: #35540C;
    font-size: 1em;    
}



