/***********************************
****  INDELING                 *****
***********************************/

body {
background-color: #ccd8e0;
color: #445566;
font: 12pt Trebuchet MS;
margin: 0;
}


#container {
width: 1100px;
margin: 0 auto;
padding: 0px;
}

/***********************************
****  HEADER                   *****
***********************************/

#header{
border: 4px solid #445566;
width: 1114px;
height: 150px;
padding: 0px;
margin: 0px;
text-align: center;
background: url('images/Banner.png') center no-repeat;


}
/***********************************
****  NAVIGATIE                *****
***********************************/
#navigation {
margin-top: 0px;
border-color: #445566;
border-top: 0px solid;
border-left: 3px solid;
border-right: 3px solid;
width: 1116px;
height: 25px;
background-color: #bac7cf;

}

#navigation ul {
margin: 0;
}

#navigation li {
display: inline;
margin: 16px;
}

#navigation a {
display: inline;
height: 25px;
text-decoration: none;
font-weight: bold;
font-size: 17px;
color: #FFFFFF;
}

#navigation .activeNavigation {
display: inline;
height: 25px;
font-weight: bold;
font-size: 17px;
text-decoration: none;
color: #445566;
}


#navigation a:hover {
font-weight: bold;
font-size: 17px;
text-decoration: none;
color: #445566;
}

/***********************************
****  MAIN                     *****
***********************************/
#main {
margin-top: 2px;
margin:0px;
padding: 8px;
width: 1100px;
background-color: white;
text-align: left;
border: 3px solid #445566;
}


/***********************************
****  FOOTER                   *****
***********************************/
#footer {
text-align: center;
position: fixed;
bottom: 0;
padding: 8px;
width: 1100px;
font-weight: bold;
font-color: #445566;
background-color: #abbeca;
background: url('images/footer.gif') repeat-x;
font-size: 10pt;
border: 3px solid #445566;
}

#footer a {
font-family: Trebuchet MS;
font-size: 10pt;
font-weight: bold;
color: #445566;

}

#footer a:hover {
font-family: Trebuchet MS;
font-size: 10pt;
color: #ED1A7B;

}

/***********************************
****  STYLE VOOR WEBPAGINA     *****
***********************************/

#main table {
width: 1100px;
}

#main tr {
background-color: white;
}

.tablekop {
padding: 3px;;
background-color: #abbeca;
background: url('tabelkop.jpg') no-repeat;
text-align: left
}

a {
font-family: Trebuchet MS;
font-size: 12pt;
color: #445566;

}

a:hover {
font-family: Trebuchet MS;
font-weight: bold;
font-size: 12pt;
color: #445566;

}


/***********************************
****  scrollbalk               *****
***********************************/
<!--
body { 
scrollbar-face-color: #CCD8E0; 
scrollbar-shadow-color: white; 
scrollbar-highlight-color: white; 
scrollbar-3dlight-color: white; 
scrollbar-darkshadow-color: white; 
scrollbar-track-color: #CCD8E0; 
scrollbar-arrow-color: #445566 }
//--></style>