body {
overflow-y: scroll;
font-family: Arial;
margin: 0; 
padding: 0;
text-align: center; 
min-height: 100%; 
width: 100%; 
height: 100%;
background: #3a3a3a url(../images/background.jpg) repeat-y top center;
color: #3a3a3a;
}

#main {
margin: auto;
position: absolute;
left: 50%;
width: 0px;
height: 0px;
}

#header {
position: relative;
border-bottom: 1px solid #000000;
width: 900px;
margin-left: -450px;
height: 120px;
background: url(../images/header.jpg);
}

#menut {
position: relative;
background: url('../images/menu-top.jpg');
margin-left: -450px;
width: 150px;
height: 20px;
float: left;
}

#menu-left {
width: 150px;
background: url('../images/menu-top.jpg');
height: auto;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
color: #ffffff;
}

#nieuws-left {
margin-top: 15px;
width: 150px;
background: url('../images/menu-top.jpg');
height: auto;
border-top: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
color: #ffffff;
}

#info-left {
margin-top: 15px;
width: 150px;
background: url('../images/menu-top.jpg');
height: auto;
border-top: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
color: #ffffff;
}

#nieuws-out {
width: 150px;
background: #ffffff;
height: auto;
border-top: 1px solid #000000;
color: #3a3a3a;
}

#info-out {
width: 150px;
background: #ffffff;
height: auto;
border-top: 1px solid #000000;
color: #3a3a3a;
}

p#titel {
width: 730px;
background: url(../images/content-top.jpg);
border-bottom: 1px solid #000000;
color: #ffffff;
text-align: center;
font-family: Arial;
font-size: 17px;
text-decoration: none;
margin-left: -5px;
}

#content {
position: relative;
margin-left: -281px;
margin-top: -17px;
width: 730px;
height: auto;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
color: #000000;
text-align: left;
padding-bottom: 0px;
padding-left: 5px;
}

#menul {
text-align: center;
font-size: 15px;
text-decoration: none;
color: #ffffff;
}

#menu {   
margin: 0;  
margin-top: 2px; 
padding: 0;
}

#menu li {   
list-style-type: none;   
width: 150px;   
height: 20px;   
margin: 0;
padding: 0;  
}

#menu li a {   
display: block;   
width: 100%;   
height: 97%;  
background-color: #ffffff;
border-top: 1px solid #000000;
border-right: 1px solid #000000;
color: #3a3a3a;
text-align: center;
font-size: 15px;
text-decoration: none;
}

#menu li a:hover {
width: 100%;
height: 97%;  
background-color: #0099CC;
border-top: 1px solid #000000;
border-right: 1px solid #000000;
color: #ffffff;
}
