/* CSS Document */



h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
 margin:0;
 padding:0;
 }

 BODY {
 margin-top: 26px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000000;
 }

 #container {
  width : 796px;
  overflow: auto;
  margin : 0 auto;
  }
  
  #top	{
  float: left;
  width: 356px;
  height: 209px;
  }
  
  #blokjeOne {
  float: left;
  width: 300px;
  height: 209px;
  background-color: #ffec00;
  }
  
  #blokjeTwo {
  float: right;
  width: 120px;
  height: 209px;
  background-color: #ffec00;
  }
  
  
  #contentLeft {
  margin-top: 10px;
  width: 356px;
  float:left;
  border-right: 1px solid #ccc;
  }
  
 #contentRight {
  margin-top: 10px;
  width: 430px;
  float:right;
  border-right: 1px solid #ccc;
  }
  
  #footer {
  width : 796px;
  height: 30px;
  text-align:left;
  overflow: auto;
  margin : 0 auto;
  padding-top: 20px;
  }
  
  P { margin: 5px;

  }
  
  A {
  color: #0000FF;
  text-decoration: underline;
  }
  
  A:hover {
  text-decoration: none;
  }