/* Gesamtl&auml;nge ist logo+160+10+550+10+300=1030+logo

{margin: 0px;} /*alle ränder auf 0 setzen*/
html {height:101%} /*erzwungene Scrolleiste*/

A {text-decoration: none;}
 A:Hover {text-decoration: underline;}
 

#gesamt { 
 width: 800px; /* Breite des Gesamt-Container*/
margin:auto; /* zentriert den Gesamt-Container */
 /*border:#000000 dashed 1px; nur aus Anzeigegründen*/
}

#logo { 
 width: 800px; /*feste Breite wegen Firefox*/
 height: 140px; /* Höhe des logo-Container*/ 
 margin-top: 10px;
  border-style:solid;
   border-width: 1px;
    border-image: url(Hintergrund.png) 1 1 1 1 stretch repeat;
   background-image:url("hiweiss.png");
}

#Navigation { width: 800px; /*feste Breite wegen Firefox*/
 height: 30px; /* Höhe des logo-Container*/ 
 margin-top: 10px;
  border-style:solid;
   border-width: 1px;
    border-image: url(Hintergrund.png) 1 1 1 1 stretch repeat;
   background-image:url("hiweiss.png");
}

#inhalt { width: 800px; /*feste Breite wegen Firefox*/
 min-height: 180px; /* Höhe des logo-Container*/ 
 margin-top: 10px;
 padding-left:2px;
  border-style:solid;
   border-width: 1px;
    border-image: url(Hintergrund.png) 1 1 1 1 stretch repeat;
   background-image:url("hiweiss.png");}
   
   #inhaltfeed { width: 800px; /*feste Breite wegen Firefox*/
 min-height: 90px; /* Höhe des logo-Container*/ 
 margin-top: 10px;
 padding-left:2px;
  border-style:solid;
   border-width: 1px;
    border-image: url(Hintergrund.png) 1 1 1 1 stretch repeat;
   background-image:url("hiweiss.png");}
   
   #whgmain { width: 800px; /*feste Breite wegen Firefox*/
   min-height: 800px;
 margin-top: 10px;
 padding-left:2px;
  border-style:none;}

   
   #whgleft { width: 395px; /*feste Breite wegen Firefox*/
   float:left;
    height: 500px;
 padding-left:2px;
  border-style:solid;
   border-width: 1px;
    border-image: url(Hintergrund.png) 1 1 1 1 stretch repeat;
   background-image:url("hiweiss.png");}
   
   #whgmitte { width: 796px; /*feste Breite wegen Firefox*/
   float:left;
 margin-top: 10px;
 padding-left:2px;
  border-style:solid;
   border-width: 1px;
    border-image: url(Hintergrund.png) 1 1 1 1 stretch repeat;
   background-image:url("hiweiss.png");}
   
   #whgright { width: 395px; /*feste Breite wegen Firefox*/
   float:right;
 height: 500px; /* Höhe des logo-Container*/ 
 padding-left:2px;
 border-style:solid;
   border-width: 1px;
    border-image: url(Hintergrund.png) 1 1 1 1 stretch repeat;
   background-image:url("hiweiss.png");}
   
   #bildleiste { width: 800px; /*feste Breite wegen Firefox*/
 min-height: 180px; /* Höhe des logo-Container*/ 
 margin-top: 10px;
  border-style:solid;
   border-width: 1px;
    border-image: url(Hintergrund.png) 1 1 1 1 stretch repeat;
   background-image:url("hiweiss.png");}

#unterderseite { 
 width: 100%; /* Breite des mittleren Container */
 height: 5px;
 padding-left: 5px;
 float:left; /* Ausrichten des Containers am linken Container */
 margin-top: 1px;
}