@charset "utf-8";
/* CSS Document */

body{
background-image:url(achtergrond.jpg);
background-position: center;
margin: 0px;
padding: 0px;
font-family:Arial, Helvetica, sans-serif;
}

a{
color: #0b4375;
text-decoration: none;
}

h8 {
color: #cfa12f;
font-weight: bold;
font-size: normal;
}

#container {
text-align:left;
width: 800px;
}

#header {
width: 800px;
height: 153px;
float:left;
background-image:url(header1.jpg);
}

#datumbalk {
background-color: #0b4375;
height: 15px;
width: 800px;
color: #cfa12f;
font-size: small;
font-weight: bold;
float: left;

}

#midden {
width: 800px;
border-top: 2px solid #cfa12f;
float: left;
}

#left {

width:181px;
padding: 0px;
margin: 0px;
float: left;
}

#left img{
padding: 0px;
margin: 0px;
}

#menu {
width: 180px;
background-color: #cdcdcd;
float:left;
font-family:Arial, Helvetica, sans-serif;
}

#menu a{
color: #a3a3a3;
text-decoration: none;
border-left: 3px solid #0b4375;
border-bottom: 1px solid #0b4375;
display: block;
}

.menu a{
margin-left: 2px;
margin-top: 3px;
}

#menu a:hover {
color: #0b4375;
border-left: 2px solid #cfa12f;
border-bottom: 1px solid #cfa12f;
display: block;
background-color: #e0e0e0;
}

#links{
width: 171px;
float: left;
}

#content{ 
width: 600px;
float:left;
padding: 5px;
color:  #0b4375;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}

#footer{
width: 780px;
text-align: right;
border-top: 1px solid #cfa12f;
margin-top: 13px;
margin-left: 10px;
color: #cfa12f;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
float:left;
}

#footer a{
text-decoration:none;
}


