body{
margin: 0;
height: 100%;
text-align: center;
background-color: #DD9783;
}

h1{
color: #FFF;
font-size: 26px;	
font-weight: bolder;
font-family: arial;
margin-top: 4px;
margin-bottom: 4px;
}

h2{
color: #FFF;
font-size: 20px;	
font-weight: bolder;
font-family: arial;
margin-bottom: 2px;
}

h3{
color: #FFF;
font-size: 16px;	
font-weight: bolder;
font-family: arial;
margin-bottom: 2px;
}

p{
color: #AD854C;
font-size: 14px;
font-weight: inherit;
font-family: arial;
margin-top: 0;
}

div#site_container{
width: 850px;
min-height: 100%;
_height: 100%;
margin: -30px auto 0 auto; /*In combinatie met posirieve padding + height van de footer container. Heffen elkaar op */
text-align: left;
background: url(../image/achtergrond.jpg) repeat-y 0 0;
}

/* het volgende wordt NIET gezien door IE 5.x n 6.x maar wel door alle anderen */
html>body div#site_container{
overflow: hidden; /* voor FF zodat background doorloopt tot onderaan pagina */
}

div#header_container{
height: 100px;
width: 100%;
padding: 30px 0 0 0;  /*Heft negatieve waarde van padding op in site_container*/
text-align: center;
background-repeat: no-repeat;
background-position: 0 30px;
color: #FFF;
}

div#content_container{
float: left;
width: 100%;
}

div#content{
margin-right: 440px; /*Margin for content column. Should be (MenuLeftColumnWidth + MenuColumnWidth + MenuRightColumnWidth + PhotoColumnWidth)*/
font-size: 14px;
font-weight: bold;
font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
padding: 0px 10px 0px 10px;
}

div#content.gb{
margin-right: 440px; /*Margin for content column. Should be (MenuLeftColumnWidth + MenuColumnWidth + MenuRightColumnWidth + PhotoColumnWidth)*/
font-size: 14px;
font-weight: bold;
font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
padding: 0px 0px 0px 0px;
}

div#menuleft_container{
float: left;
width: 40px; /*Width of MenuLeft column in pixels*/	
margin-left: -440px; /*Set margin to -(MenuLeftColumnWidth + MenuColumnWidth + MenuRightColumnWidth + PhotoColumnWidth)*/

}

div#menu_container{
float: left;
width: 150px; /*Width of Menu column in pixel*/
margin-left: -400px; /*Set margin to -(MenuColumnWidth + LeftColumnWidth + RightColumnWidth)*/
background-color: #FFFFFF;
}

div#menuright_container{
float: left;
width: 40px; /*Width of MenuRight column in pixels*/	
margin-left: -250px; /*Set margin to -(MenuRightColumnWidth + PhotoColumnWidth)*/
}

div#photo_container{
float: left;
width: 210px; /*Width of Photo column in pixels*/
margin-left: -210px; /*Set margin to -PhotoColumnWidth*/
}

div#footer_container{
clear: both;
height: 25px;
width: 850px;
padding: 5px 0 0 0;
text-align: center;
background-color: #DD9783;
color: #FFF;
}

ol{
color: #AD854C;
font-size: 14px;
font-weight: inherit;
font-family: arial;
margin: 30px;
margin-top: 0;
margin-bottom: 0;
}

ul{
color: #FFF;
margin: 15px;
margin-top: 0;
}

ul.nav {
list-style: none;
margin: 0;
padding: 0;
}

li.nav a{
display: block;
text-decoration: none;
/*

padding: 0px 0px 0px 0px;
border-top: 1px solid #DD9783;
border-right: 1px solid #DD9783;
border-bottom: 1px solid #DD9783;
border-left: 1px solid #DD9783;
width: 138px;
height: 20px;
margin-top: -4px;
*/
}

li.nav a:link, li.nav a:visited{
/*
background: #FFF;
border: 1px solid #DD9783;
color: #AD854C;
font-size: 21px;
font-weight: bold;
font-family: bradley hand itc;
*/
}

/*
li a:hover, li a:active{
background: #DCCA60;
border: 1px solid #DD9783;
color: #AD854C;
} 	
*/

table{
border: transparent;
color: #FFF;
}

hr{
color: #DD9783;
}

/*FAQ*/
.handcursor{
cursor: pointer;
font-weight: bold;
color: #FFF;
}

/*MAILTO / LINK WIT*/
.linkw{
color: #FFF;
text-decoration: none;
}

/*MAILTO / LINK BRUIN*/
.linkb{
color: #AD854C;
text-decoration: none;
}