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

html, body {
height:100%;
width:100%;
background-color:#383838;
margin: 0px;
padding:0px;
text-align:center;
background-image:url(img/bg.gif);
background-position:center;
background-repeat:repeat-y;
}


div.content {
width:908px;
height:100%;
}

div.header {
background-image:url(img/header.jpg);
background-repeat:no-repeat;
width:908px;
height:116px;
}

div.menu {
background-image:url(img/menu.jpg);
background-repeat:no-repeat;
width:908px;
height:27px;
text-align:left;
}

.menutabel {
font-family:arial;
font-size:11px;
color:#000000;
text-align:left;
font-weight:bold;
text-decoration:none;
}

.menutabel a:link, a:active, a:visited{
font-family:arial;
font-size:11px;
color:#000000;
text-align:left;
font-weight:bold;
text-decoration:none;
}

.teksten a:link, a:active, a:visited, a:hover {
font-family:arial;
font-size:11px;
color:#000000;
font-weight:bold;
text-decoration:underline;
}

.menutabel a:hover{
font-family:arial;
font-size:11px;
color:#ffffff;
text-align:left;
font-weight:bold;
text-decoration:none;
}

div.left {
width:203px;
height:357px;
background-image:url(img/left.jpg);
background-position:top;
background-repeat:no-repeat;
text-align:left;
float:left;
font-family:arial;
font-size:11px;
color:#FFFFFF;
}

div.right {
padding-left:8px;
padding-top:5px;
width:697px;
text-align:left;
font-family:arial;
font-size:12px;
color:#FFFFFF;
float:left
}
