   div {
       background-color: #FFF;
       color: #000;
       border: 0px;
       padding: 5px;
   }

   div#aussen {
       z-index: 1;
       position: absolute;
       left: 50%;
       margin-left: -390px;
       top: 20;
       height: 800px;
       width: 800px;
       background-color: #FFF;
   }
td {
   font-size: 11px;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   color: #036;
}

  a {
   font-size: 11px;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   color: #06C;
   text-decoration: none;
}

/*Layer für senkrechte Navigationsleiste:*/

  a:link.blau {
         font-weight: none;
         }
  a:active.blau {
         font-weight: none;
         }
  a:visited.blau {
         font-weight: none;
         }
  a:hover.blau {
         font-weight: none;
         background-color:#9c0
         }

   .inactivelink {
   font-weight: none;
   font-size: 11px;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   color: #036;
   }

   .blindlink {
   color: #d6ff59;
   }

   div#navi {
       z-index: 3;
       position: absolute;
       left: 1px;
       top: 125px;
       height: 320px;
       width: 160px;
       background-color: #fff;
       line-height: 1.0;
       overflow:scroll;
   }

   div#bildlinks {
   z-index: 3;
   margin: 0px;
   padding: 0px;
   position: absolute;
   left: 1px;
   top: 125px;
   height: 350px;
   width: 160px;
   background-color: #fff;
   }

   div#fulogo {
   z-index: 3;
   margin: 0px;
   padding: 0px;
   position: absolute;
   left: 5px;
   top: 25px;
   height: 33px;
   width: 120px;
   background-color: #fff;
   }

   div#haftnotiz {
   z-index: 4;
   margin: 0px;
   padding: 0px;
   position: absolute;
   left: 70px;
   top: 10px;
   height: 150px;
   width: 150px;
   background: transparent;
   }

   h1 {
  font-size: 12px;
  margin: 1px;
  color: #036;
}

   h2 {
   font-size: 12px;
   margin: 1px;
   color: #036;
   text-align: center;
   }

/*Layer für Text:*/

      div#text {
      z-index: 2;
      font-size: 11px;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      color: #036;
      background-color: #fff;
      position: absolute;
      left: 170px;
      top: 125px;
      height: 350px;
      width: 620px;
      line-height: 1.3;
      overflow: auto;
   }

      #text table {
      width: 100%;
      border-collapse: collapse;
      }

      #text td {
      border-bottom: 1px solid #9c0;
      padding-top: 5px;
      padding-bottom: 5px;
      }

      div#textbreit {
      z-index: 2;
      font-size: 11px;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      color: #036;
      background-color: #fff;
      position: absolute;
      left: 1px;
      top: 125px;
      height: 350px;
      width: 790px;
      line-height: 1.3;
      overflow: auto;
      }

      #textbreit table {
      width: 100%;
      border-collapse: collapse;
      }

      #textbreit td {
      border-bottom: 1px solid #9c0;
      padding-top: 5px;
      padding-bottom: 5px;
      }

   .fliesstext {
    text-indent: 0px;
   }

   .zitat {
   margin-bottom: 0px;
   font-style: italic;
   }

   .quelle {
   margin-top: 0px;
   font-size: 10px;
   color: #9c0;
   text-align: right;
   }

   .wichtig {
   color: #9c0;
   }

   .liste {
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 15px;
   }

   table#plan {
   width: 100%;
   font-size: 11px;
   }

   tr#title th {
   height: 26px;
   background: #06c;
   font-weight: bold;
   text-align: center;
   color: #9c0;
   border: 1px solid #fff;
   }

   tr#kopf th {
   color: #fff;
   background-color: #036;
   padding: 1px 0.33em;
   border: 1px solid #fff;
   }

   tr#lastrow td{
   border-bottom: 2px solid #9c0;
   }