<!--
 body { background : #ffffe0; color:black; margin:0; padding:0;
       font-family:sans-serif; font-size:12px;}

 .normal {font-size:100%; font-weight:normal; background-color:white;}
 .normal a:link {font-weight:bold; color:black; text-decoration: none;}
 .normal a:visited {font-weight:bold; color:black; text-decoration: none;}
 .normal a:hover {font-weight:bold; color:red; text-decoration: none;}
 .normal a:active {font-weight:bold; color:red; text-decoration: none;}

 .menubar {font-size:90%; font-weight:bold; letter-spacing: 2px; padding:3px; text-align:center;}
 .menubar a:link {color:black; text-decoration: none;}
 .menubar a:visited {color:black; text-decoration: none;}
 .menubar a:hover {color:red; text-decoration: none;}
 .menubar a:active {color:red; text-decoration: none;}

 .searchmenu {font-size:80%; font-weight:normal; letter-spacing: 0.5px; padding:3px; text-align:center;}
 .searchmenu a:link {color:black; text-decoration: none;}
 .searchmenu a:visited {color:black; text-decoration: none;}
 .searchmenu a:hover {color:red; text-decoration: none;}
 .searchmenu a:active {color:red; text-decoration: none;}

 .nolk a:hover {color:black; }

 .linesb {border-bottom:1px solid #ffbc09;}
 .linest {border-top:1px solid #ffbc09;}
 .linesl {border-left:1px solid #ffbc09;}
 .linesr {border-right:1px solid #ffbc09; padding-left:3px; padding-right:3px} 
 .liness {border-left:1px solid #ffbc09; 
          border-right:1px solid #ffbc09;}
   
 #topbar
  {
   position : fixed;
   left : 0;
   top : 0;
   width : 100%;
   height: 100px;
   z-index: 8;
  }

  #Logo
  {
   position : absolute;
   left : 0;
   top: 0;
   width : 100px;
   height : 100px;

   z-index: 9;
  }
  
  #ObereWerbung
  {
   position : absolute;
   /* margin-left : 115px;
   margin-right : 115px; */
   top: 10px;
   width : 100%;
   height : 100px;
   text-align : center;
   vertical-align : middle;
   z-index: 9;
  }

  #Menu
  {
   position : absolute;
   left: 0;
   top : 100px;
   width : 99%;
   background : #fffd5b;
   z-index: 9;
   text-align: left;
  }
  
  #Search
  {
   position : absolute;
   right : 0;
   top: 0;
   width : 125px;
   background : #fffd5b;
   z-index: 10;
  }
  
  #Content
  {
   position : absolute;
   left : 0px;
   top : 121px;
   width : 99%;
   background : #ffffe0;
   z-index : 1;
  }
  
  #Skyscraper
  {
   width : 140px;
   height : 620px;
   float : left;
   /* background : #fcffaf;*/
   z-index: 1;
  }

  #footer
  {
   position: fixed;
   right: 0;
   bottom: 0;
   width : auto;
   background : #fffd5b;
   z-index: 1;
  }
-->