body{
  margin: 0;
  text-align: center;
  background-color: silver;
  font-size: 62.5%; /* =10px schaalbaar */
    [if IE 7.0] background-color: black;
  }

div#site_container{
  margin: 5px auto auto auto;
  width: 945px;
  background-color: silver;
  text-align: left;
  }

div#logo{
  float: left;
  height: 175px;
  width: 175px;
  background-color: white;
  background-image: url(zwerus-logo1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  }

div#header{
  float: left;
  height: 175px;
  width: 770px;
  }
 
div#left_container{
  float: left;
  height: 370px;
  width: 175px;
  margin: 0 0 0 0;
  background-image: url(menu1bg.jpg);
  }
 
div#menu{
  padding: 0 0 0 0px;
  height: 45%;
  width: 100%;
  list-style: none;
  font-size: 1.4em;
  color: #FFF;
  } 

div#menu ul {
  margin:0 0 0 0px;
  padding: 0;   
  list-style: none;
  background: #999;
}
 
div#menu ul li a {
  text-decoration: none;
  color: white;
  border: 0px;
  border-bottom: 1px;
  border-color: white;
  border-style: solid;
  display: block;
  background: #999;
  margin:0 0 0 0px;
  padding: 0 0 0 0px;  
}
 
div#menu ul li a:hover {
  display: block;
  background: red;
}

div#menu ul li.actief a {
  display: block;
  background: red;
}

div#adres{
  padding: 10 0 0 15px;
  width: 100%;
  height: 55%;
  font-size: 1em;
  margin: auto 0 auto 0;
  }
  
div#main{
  float: left;
  width: 575px;
  height: 360px;
  background-color: white;
  padding: 5 10 5 10px;
  margin: 0 0 0 0px;  
  font-size: 1.4em;
  overflow: auto;
  }

div#right_container{
  float: right;
  height: 370px;
  width: 175px;
  margin: 0 0 0 0;
  padding: 0 0 0 0px;
  background-image: url(Right_bg_175x370.jpg);
  }
  
div#right_foto{
  float: left;
  width: 154px;
  background-color: #CCCCCC; 
  margin: 40 0 0 0px;
  }

div#footer{
  float: left;
  width: 100%;
  height: 20px;
  background: red;
  text-align: right;
  font-size: 1em;
  color: #FFF;
  vertical-align: middle;
  margin-right: 10px;
  }  