body {
    color:rgb(117, 135, 170);
    font-family:Trebuchet MS;
    background-color:rgb(0, 51, 102);

 }
 A:visited {
         color:rgb(117, 135, 170);
         font-family:Trebuchet MS;
         text-decoration:none;
 }
  A:link {
         color:rgb(117, 135, 170);
         font-family:Trebuchet MS;
         text-decoration:none;
}

#inhalt {
   top: 90px;
  width: 520px;
  margin-left: 100px;
  
  
}
.oben    { vertical-align:top;
  }
  
#box{ 
    position:relative;  
   width:100%;   
   float: left;
   margin-left: 30px;
   
} 
#top{
   position: relative; 
   height: 100%; 
   width:100%;  
   float: left;
   margin-top: 70px;
   
    
}