@charset "utf-8";
/* CSS Document */

body {
text-align:center; /*I assume this is for IE?*/
margin:0;
padding: 0; /*remove height and width, the body is already always 100% high and wide*/
background-color:#fef5e1;
}
#container
{
width:100%;
margin:0px auto;
line-height:150%;
background-color:#fef5e1;
}
#menu
{
float:left;
width:250px;
margin:0;
padding:1em;
background-color:#fef5e1;
list-style: none;
text-align:left;
border-right:1px;
border-bottom:1px;
border-color: #8f3366; 
color:#8f3366;
font-family:"Comic Sans MS";
}
#menu li{
display: block;
border:1px solid #8f3366;
}
#menu ul {
list-style: none;
text-decoration: none;
color:#8f3366;

}
#menu ul a{
text-decoration: none;
color:#8f3366;


}
#menu ul li ul {
padding:0px;
margin-bottom:3%;
color:#8f3366;
font-size:12px;
}
#menu ul li a {
text-decoration: none;
color:#8f3366;
}

#menu a:link{
color: #b8b8b8;
font-family: Trebuchet MS;
font-size: 14px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0px;
font-weight:normal;
}
#menu a:hover{
color: #595959;
}

#menu a:active{
color: #dbdbdb;
}  
#inhoud
{
margin-left:300px;
padding:1em;
background-color:#fef5e1;
text-align:left;
color:#8f3366;
font-family:"Comic Sans MS";
}    
