/*menu instellen*/

body, html{
height: 100%;
margin: 0px;
padding: 0px;
font-family: verdana, "Comic Sans MS", 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_transcriptie.jpg);
background-repeat: no-repeat;
width: 770px;
height: 200px;
text-align: right;
}

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

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

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

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

/*stijl headers*/

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

h2{
color: #630;
font-weight: bold;
font-size: 1.2em;
line-height: 100%
} 
h3{
color: #600;
font-weight: bold;
font-size: 1.1em;
line-height: 100%
} 

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


/*links*/

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

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