body {  
background-color:#093b56;  
font-family: georgia,sans-serif;  
color:#041C2A;
margin:0;
padding:0;
}

#wrapper { 
width:960px;  
background-color:#ffffff; 

margin:0 auto;  
border-left:1px solid #ccc;  
border-right:1px solid #ccc;  
}

#header {  
width:960px;  
height:80px;  
margin:0 auto;
margin-bottom:15px;
border-bottom:0px solid #ccc;
border-top:1px solid #ccc;
align:right;
}

#header h3 {  
padding:10px;  
} 
#banner {  
top:0px;
width:680px;  
height:96px;  
margin:0 auto;
margin-bottom:10px;
margin-left:0px;
border-bottom:0px solid #ccc;
border-top:0px solid #ccc;

align:right;
z-index:500;
}

#logo {  
position:relative;
left:300px;
top:-90px;
width:140px;  
height:90px;  
margin:0 auto;

margin-bottom:10px;
border-bottom:0px solid #ccc;
border-top:0px solid #ccc;

z-index:500;
}

#actiecontent {  
width:300px;
height:300px;
padding:5px; 
background-color:#093b56; 
font-family: georgia,sans-serif;  
font-size: 20px;  
color: red; 
} 


#nav {  
width:960px;  
height:30px;
border-bottom:1px solid #ccc;
}

#nav a {
display:inline;  
padding:7px;  
text-decoration:none; 
background-color:#f1f1f1;  
}
#nav a:hover {  
background-color:#bababa;  
height:5px;  
}  


#content {  
width:675px;
float:left;
padding:10px; 
}  
#sidebar {  
width:200px;  
float:right;
margin-bottom:25px;
}
#sidebar a {  
text-decoration:none;  
}
#sidebar li {  
list-style:none;  
}
#footer {  
clear:both;  
width:960px;
height:45px;  
border-top:1px solid #ccc;
}  
.styled-select {
   width: 240px;
   height: 34px;
   overflow: hidden;
   background: url(/images/new_arrow.png) no-repeat right #ddd;
} 
.el08 {font-size:150%;}




#footer p {  
padding:5px;  
} 