body{
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
  font-size: small;
  background: #FEFFE1;
}
#page{
 left: 50%;
 margin-left: -350px;
 width: 700px;
 position: absolute;
}
#google{
 left: 100%;
 margin-left: -120px;
 width: 120px;
 height: 600px;
 position: absolute;
}

#top{
 height: 60px;
 background: #5A9AEF;
 background-image: url(images/kop.png);
 background-position: center;
 background-repeat: no-repeat;
}
#top2{
 top: 60px;
 height: 20px;
 background: #2155AD;
}
#menu{

  top: 80px;
  left: 0px;
  height: 310px;
  width: 150px;
  background: #5A9AEF;
  position: absolute;
  bottom: 0px;
  color: #FFFFFF;
  font-family: "Arial Black";
  font-size: 11pt;
}
#main{
 top: 80px;
 left:160px;
 width: 550px; 
 margin-top: 20px;
 position: absolute;
}
#bottom{
  font-size: small;
  text-align: center;
  top: 550px;
  margin-top: -20px;
  width: 700px;
  position: absolute;
}
.kop{
  font-weight: bold;
  background: #E8E8E8;
}
a:active, a:link, a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover{
  color: #000000;
  text-decoration: underline;
}
#firefox{
  top: 400px;
  left: 0px;
  width: 150px;
  height: 130px;
  position: absolute;
  background-image: url(images/firefox.gif);
  background-repeat: no-repeat;
  background-position: bottom;
}


