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

body {
background-image:url(img/bodybg.gif);
text-align:center;
margin-left:0px;
margin-right:0px;
margin-top:3px;
margin-bottom:0px;
}

div.container {
background-image:url(img/containerbg.gif);
background-position:bottom;
background-repeat:repeat-y;
border: 0px solid #000000;
width:950px;
height:99%;
margin: 0 auto;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
text-align:center;
position: absolute;
left: 50%;
margin-left: -475px;
padding-bottom:10px;
}

.top {
width:950px;
height:47px;
text-align:right;
color:#FFFFFF;
font-family:"Verdana";
background-color:#4c4c4c;
background-image:url(img/topbg.jpg);
}

.menu {
background-color:#737373;
}


div.main {
width:760px;
float:left;
}

div.teksten {
width:750px;
text-align:left;
font-family:"Verdana";
color:#cccccc;
font-size:12px;
padding-left:5px;
}

hr {
color: #4c4c4c;
background-color: #4c4c4c;
border: 1px dotted #f48a12; 
border-style: none none dashed;
width: 100%;
text-align: center;
}

.nieuwslijn {
color: #4c4c4c;
background-color: #4c4c4c;
border: 1px dotted #cccccc; 
border-style: none none dashed;
width: 100%;
text-align: center;
}

.hometabel {
font-family:"Verdana";
font-size:12px;
color: #cbcbcb;
border: 1px dotted #cbcbcb; 
border-style: dashed;
}


