body {
margin: 0px;
background-image:url(../image/shadow.jpg);
} 

#wrapper{
position:relative;
width: 1000px;
height:100%;
}

#header{
background-image:url(../image/header.jpg);
background-repeat:no-repeat;
width:1000px;
height:333px;
top:0px;
left:0px;
position:absolute;
}

#menu{
margin-left:535px;
margin-top:10px;
font-family:"Century Gothic";
font-size:24px;
}

#content{
width:1000px;
height:100%;
top:333px;
left:1px;
position:absolute;
}

#content_tabel{
width:1000px;
height:100%;
font-family:"Century Gothic";
font-size:12px;
}

.kop_tekst{
font-family:"trebuchet MS";
color:#0000CC;
font-size:16px;
font-weight:bold;
margin-left:5px;
margin-top:0px;
margin-bottom:0px;
}

.kop_nieuws{
font-family:"trebuchet MS";
color:#0000CC;
font-size:14px;
font-weight:bold;
}

.main_tekst{
font-family:"Century Gothic";
color:#000000;
font-size:14px;
margin-left:5px;
margin-right:5px;
margin-top:0px;
}

.nieuws_datum{
font-family:"Century Gothic";
color:#333333;
font-size:10px;
margin-left:5px;
margin-right:5px;
margin-bottom:0px;
}

.nieuws_item{
font-family:"Century Gothic";
color:#333333;
font-size:14px;
margin-left:5px;
margin-right:5px;
margin-bottom:0px;
margin-top:0px;
}

a:link{
text-decoration:none;
color:#000000;}
a:visited{
color:#000000;
text-decoration:none;}
a:hover{
color:#999999;
text-decoration:inherit;
}