body { 
margin: 0px 0px 0px 0px; 
padding: 0px 0px 0px 0px;
background: #fff;
}

#container {
position: absolute;
display:block;
width: 100%;
top: 50%;
height: 227px;
margin-top: -114px;
background: #fff;
border-bottom: 1px solid #ccc; 
border-top: 1px solid #ccc; 
text-align: center;
min-width: 750px;
}

#welkom {
position: absolute;
top: 50%;
margin-top: -144px;
}

#intrologo {
position: absolute;
display: block;
width: 533px;
left: 50%;
height: 225px;
margin-left: -260px;
}

#adres {
margin-left: 10px;
margin-top: 50px;
background: #fff;
font-size: 10px;
color: #666;
font-family: Verdana, Geneva, Arial, Helvetica;
float: right;
height: auto;
text-align: right;
width: 170px;
}

#nav {
position: absolute;
top: 50%;
margin-top: 112px;
color: #003399;
left: 50%;
margin-left: -80px;
}

#nav a {
font-family: Verdana, Geneva, Arial, Helvetica;
font-size: 10px;
font-weight: bold;
color: #FF3300;
text-decoration: none;
}

#nav a:hover {
color: #003399;
text-decoration: none;
}



