html, body {
background:url(images/body_bg.jpg) repeat-x fixed;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0px;
height: 100%;
}
div {
padding: 0px;
margin: 0px;
}
div#container { 
text-align: left; 
margin: 0px auto;
padding: 0px;
height:auto !important; /* voor moderne browsers */
height:100%; /* voor IE */
min-height:100%;
width: 779px;
}
div#header {
background:url(images/logo.gif) no-repeat;
width: 779px;
height: 220px;
float:left;
}
div#header h1{
display:none;
}
div#subheader {
float:left;
width: 779px;
text-align:center;
}
div#subheader h2{
font-weight:bold;
padding:0 0 5px 0;
margin:0px;
color: #fff;
}
div#subheader span.groen {
color: #aeaf00;
}
div#inter {
width: 779px;
float:left;
}
div#inter table{
width: 100%;
}
div#inter table td{
width:35%;
text-align:center;
vertical-align:top;
color: #fff;
font-weight: bold;
font-size: 14px;
padding: 0 0 20px 0;
}
div#inter table td.bottom{
vertical-align:bottom;
}
div#inter table td img{
width: 237px;
float:left;
border:none;
padding: 0;
}
div#inter table td a{
color: #fff;
text-decoration:underline;
}