/* General */

html, body {
text-align: center;
background-color: #333;
}

a{
font-family: arial;
font-size: 12px;
color: #000;
margin-left: 15px;
text-decoration: none;
}

a:hover{
font-family: arial;
font-size: 12px;
color: #000;
margin-left: 15px;
text-decoration: underline;
}

/* Website */

#leeg{
height: 5px;
}

#container{
width: 700px;
min-height: 600px;
background-color: #fff;
margin: 0 auto;
}

#header{
width: ;
height: 200px;
margin-top: 0px;
margin-left: 15px;
margin-right: 15px;
background: url(img/header.jpg) #fff;
}

#menu{
width: 670px;
height: 20px;
margin-left: 15px;
margin-right: 15px;
padding-top: 5px;
background: url(img/menu.gif) #fff;
}

#content{
width: ;
min-height: 300px;
margin-top: 0px;
margin-left: 15px;
margin-right: 15px;
text-align: left;
padding: 5px;
padding-top: 5px;
background-color: #e6fddd;
color: #000;
font-family: arial;
font-size: 12px;
}

#footer{
width: ;
height: 20px;
margin-top: 0px;
margin-left: 15px;
margin-right: 15px;
padding-top: 5px;
background: url(img/menu.gif) #666;
font-family: arial;
font-size: 10px;
color: #fff;
text-align: center;
bottom: 0;
}

/* Menu items */

#menu a{
font-family: arial;
font-size: 12px;
color: #fff;
margin-left: 15px;
text-decoration: none;
}

#menu a:hover{
font-family: arial;
font-size: 12px;
color: #000;
margin-left: 15px;
text-decoration: none;
}