/*menu instellen*/

body, html{
height: 100%;
margin: 0px;
padding: 0px;
font-family: "verdana, helvetica,  Trebuchet MS", arial,  sans-serif, "Times New Roman";
font-weight: bold;
text-align: center;
background: #E2E8D1 url(pics/cream.gif);
}

div#container{
width: 770px;
height: auto;
margin: 0 auto 0 auto;
text-align: left;
border: 1px solid #640000;
}

div#kop{
background: #E2E8D1 url(pics/header.jpg);
background-repeat: no-repeat;
width: 770px;
height: 200px;
text-align: right;
}

div#kop ul{
list-style: none;
padding: 180px 0 0 0;
margin: 0 10px 0 0;
}

div#kop li{
display: inline;
padding: 0;
color: #603A14;
}

div#inhoud{
width: 770px;
padding: 0 0 0 12px;
}

div#voet{
display: inline;
height: 100px;
width: 770px;
text-align: center;
font-weight: bold;
font-size: 0.8em;
background: #E9E7CB;
color: #603A14;
background: #E2E8D1 url(pics/cream.gif);
}

#tabel{
height: 190px;
margin: 0 0 0 0;
font-size: 1.0em;
}


/* tekst en plaatjes uitlijnen*/

p.image{
float: left;
padding: 5px;
margin: 5px 15px 0 0;
border: 1px solid #640000;
width: 100px; 
height: 150px;
}

/*stijl headers*/

h1{
color: #603A14;
font-weight: bold;
font-size: 200%;
line-height: 120%
}

h2{
color: #630;
font-weight: bold;
font-size: 150%;
line-height: 100%
} 
h3{
color: #600;
font-weight: bold;
font-size: 120%;
line-height: 100%
} 

h4{
color: #930;
font-weight: bold;
font-size: 100%;
line-height: 100%
} 


/*links*/

a:link, a:visited{
background: #E9E7CB;
color: #603A14;
text-decoration: underline;
}

a:hover, a:active{
background: #603A14;
color: #E9E7CB;
text-decoration: underline;
}