


body { margin-top: 50px; margin-left: 0px;
       background: #313131;
       font-family: arial;
       color: #ffffff;
       text-align: center; /*voor IE*/
      }

    
a { text-decoration: none;}
a:link {color: #ffffff; font-size: 12pt; font-weight: bold;}
a:visited {color: #ffffff; font-size: 12pt; font-weight: bold;}
a:hover {color: #906606; font-size: 12pt; font-weight: bold;}
a:active {color: #906606; font-size: 12pt; font-weight: bold;} 

#maincontainer {
width: 800px;
height: 500px;
margin: 0 auto;
background: #313131;
border: 1px solid #B2BBC2;
}



#container1 {
        float: left;
        width: 150px;
        height: 500px;
        background: #8596D3;
         
}       

#container2 {
float: top right;
width: 650px;
height: 100px;
background: #7883AC;
}


#content {
float: right;
width: 650px;
height: 500px;
background: #FFFFFF;
}

h2 {
 color: #ffffff;
}

h4 {
color: #313131;
font-family: Comic Sans MS;
font-weight: normal;
}

.img {
float: left;
}



hr {
color: #8596d3;
}
