*{
margin:0;
padding:0;
border:0;
}
body{
background:url(../img/background_site.jpg) repeat-x;
color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#efefef;
}
a{
text-decoration:underline;
color:#FF6600;
}
a:hover{
text-decoration:underline;
color:#000000;
}
#container{
width:965px;
margin:0 auto;
}
#header{
width:965px;
}
#header .logo{
text-align:left;
}
#header .banner{
text-align:left;
margin-top:6px;
}
#header .menu{
background:url(../img/menu_background.jpg) no-repeat;
height:30px;
width:949px;
margin-top:47px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#fff;
font-size:12px;
font-weight:bold;
padding:7px 0 0 16px;
}
#header .menu a, a:hover{
color:#fff;
text-decoration:none;
}
#content .tussenbalk{
background:url(../img/tussenbalk_site.jpg) no-repeat;
height:28px;
width:949px;
margin-top:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000;
font-size:16px;
padding:9px 0 0 16px;
}
#content .top{
background:url(../img/content_top.jpg) no-repeat;
height:5px;
width:965px;
margin-top:5px;
}
#content .tekst{
background:url(../img/content_background.jpg) repeat-y;
width:935px;
padding:15px;
}
#content .tekst a:hover{
text-decoration:underline;
color:#000000;
}
#content .bottom{
background:url(../img/content_bottom.jpg) no-repeat;
height:7px;
width:965px;
}
#footer{
background:url(../img/footer_background.jpg) no-repeat;
height:20px;
width:949px;
margin-top:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000;
font-size:10px;
padding:10px 0 0 16px;
}
#footer a{
color:#000;
text-decoration:underline;
font-weight:bold;
}
#footer a:hover{
color:#000;
text-decoration:none;
}
</style>