﻿/* CSS Document */
html, body {
background:#000000;
height: 100%;
margin:0px;
font-family:Arial;
font-size:12px;
color:#eaf6ff;
}

div#container {
margin: 0 auto;
width: 900px;
background:#000000;
text-align: left;
position: relative;
min-height: 100%; /* For Modern Browsers */
height: auto !important; /* For Modern Browsers */
height: 100%; /* For IE */
}

div#logo{
position:absolute;
background-color:#000000;
top:0px;
left:0px;
width:900px;
height:1500px;
background-image:url(../Img/banner.jpg);
background-repeat:no-repeat
}

div#rechts{
position:absolute;
right:0px;
top:150px;
width:300px;
background:#3e647e;
bottom:18px;
min-height: 100%; /* For Modern Browsers */
height:100%; /* For IE */
}

div#menu{
background:#3e647e;
position:absolute;
left:0px;
width:600px;
top:150px;
height:30px;
}

div#inhoud{
background:#3e647e;
position:absolute;
left:0px;
width:600px;
bottom:18px;
top:180px;
overflow:hidden;
}

#inhoud a:link{  
color: #ED7603;  
text-decoration:underline;
}

#inhoud a:visited{  
color: #eaf6ff;  
text-decoration:underline; 
}

#inhoud a:hover{  
color: #eaf6ff;  
text-decoration:underline; 
}
