@charset "UTF-8";
/* CSS Document */
body{
color:#FFFFFF;
background-image:url(afbeeldingen/achtergrond.jpg);
background-repeat:repeat;
}

body a{
color:#FFFFFF;
}

#Inhoud{
background-color:#000000;
width: 950px;
height: auto;
position:absolute;
left:50%;
top:0px;
margin-left:-475px;
min-height:100%;
}

#Header{
width: 951px;
heigth: 250px;
}

#Menu{
width:950px;
height:50px;
background-color:#000000;
}
#Menu table{
text-align:center;
vertical-align:middle;
width:950px;
height:50px;
}
#Menu td{
width:105px;
}
#Menu td:hover{
background-color:#871419
}

#Paginainhoud{
background-color:#000000;
text-align:center;
}

#Paginatekst{
text-align:left;
margin-left:50px;
}

a img{
border:0px;
}

#Footer{
background-color:#000000;
width:950px;
heigth:75px;
text-align:center;
font-size:10px;
position:relative;
bottom:0px;
left:0px;
}
