<STYLE TYPE="text/css">
  /*---------------------------------------------------------------------------*/
  /*                 Standardwerte für Gesamtseite einstellen                  */
  /*                WICHTIG: muss vor BODY definiert werden !!!                */
  /*---------------------------------------------------------------------------*/
  #siteContainer {
              margin: 0 auto;    /* Zentrieren - funzt nicht */
               color: black;     /* Schriftfarbe */       
               width: 950px;     /* fester Bereich */
          min-height: 100%;
            position: relative;
             padding: 0;
      /*  text-align: center; */
  }

  /*---------------------------------------------------------------------------*/
  /*                       Body Standardwerte einstellen                       */
  /*---------------------------------------------------------------------------*/
       body {
         margin-left: 0px;
          margin-top: 0px;
       margin-bottom: 0px;
        margin-right: 0px;
          background: url(../images/bar_blue_10x768.jpg) top repeat-x;  
    background-color: #4DCEA8; 
         font-family: Arial,Verdana,Helvetica,sans-serif;
           font-size: 10pt;
               color: black;
              margin: 0;
             padding: 0;
          font-style: normal;
  }  

  /*  background-color: #A0A0A0;                                               */
  /*  background: url(../images/bar_gray_10x768.jpg) top repeat-x;             */

  /*---------------------------------------------------------------------------*/
  /*               Inhaltsbreich definieren (eigentlicher Seiteninhalt)        */
  /*---------------------------------------------------------------------------*/
  #contentContainer {
      width: 950px;
      padding: 0;
      background-color: #FFFFD0;
      margin: 0 auto;
      position: relative;
      border-right: 1px groove #000000;
      border-left: 1px groove #000000;
      border-top: 1px groove #000000;
  }

  /*---------------------------------------------------------------------------*/
  /*                          Kopfbereich definieren                           */
  /*---------------------------------------------------------------------------*/
  #headContainer {
      margin: 0 auto;
      width: 950px;
      height: 128px;
      padding: 0;
      border: 1px ridge #000000;     
      position: relative;
      background: url(../images/standorte.jpg) top left repeat-x;   
      background-color: #FFFFD0;
  }
  /*  background: url(../images/standorte.jpg) top right no-repeat;            */ 


  /*---------------------------------------------------------------------------*/
  /*                          Fussbereich definieren                           */
  /*---------------------------------------------------------------------------*/
  #footContainer {
      margin: 0 auto;
      width: 950px;
      height: 90px;
      padding: 0;
      border-bottom: 1px ridge #000000;  
      border-top: 1px ridge #000000;     
      border-left: 1px ridge #000000;     
      border-right: 1px ridge #000000;     
      position: relative;
      background-color: #8090B0;                     /* Blaugrauer Hintergrund */
      text-align: center; 
      color: black;
  }

  #secNaviContainer {
      text-align: center; 
      text-decoration: none;
      margin: 0;
      font-size: 10px;
      font-family: Verdana,Arial,Helvetica,sans-serif;
  }

  #secNaviContainer a,
  #secNaviContainer a:visited,
  #secNaviContainer a:hover,
  #secNaviContainer a.active,
  #secNaviContainer a.active:hover {
      text-align: center; 
      text-decoration: none;
      margin: 0;
      padding: 1px 10px 1px 10px;
      font-size: 11px;
      background-color: #8090B0;  /* Hintergrundfarbe wie Containerhintergrund */
      font-weight: bold;
  }

  #secNaviContainer a{
    color: #D0D0FF;
  }
  #secNaviContainer a:visited {
  }
  #secNaviContainer a:hover {
    color: #D0D0FF;
    background-color: #304060;    /* Hintergrundfarbe wie Containerhintergrund */
  }
  #secNaviContainer a.active {
    color: #FFD000;
  }
  #secNaviContainer a.active:hover {
    color: #FFD000;
    background-color: #304060;    /* Hintergrundfarbe wie Containerhintergrund */
  }



  /*---------------------------------------------------------------------------*/
  /*                              MENU-NAVIGATION                              */
  /*         Zuerst den blaugrauen Gesamthintergrund bereit stellen            */
  /*---------------------------------------------------------------------------*/
  #naviContainer {
      width: 950px;                                          /* Standardbreite */
      height: 25px;
      padding: 10px 0 0 0;
      background-color: #8090B0;                     /* Blaugrauer Hintergrund */
      font-size: 12px;
  }

  /*---------------------------------------------------------------------------*/
  /*  Auf dem blaugrauen Hintergrund die obere sichtbare Menuleiste darstellen */
  /*              (nicht den Text - nur den Bereich definieren)                */
  /*---------------------------------------------------------------------------*/
  #priNaviContainer {
      width: 930px;
      height: 25px;
      margin-left: auto;
      margin-right: auto;
      border-left: 1px solid #FFFFD0;
      border-top: 1px solid #FFFFD0;
      border-right: 1px solid #FFFFD0;
      font-weight: bold;
      /*border-bottom: 1px solid #ffffff;*/
  }

  #priNaviContainer ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
  }

  /*---------------------------------------------------------------------------*/
  /*     Obere (sichtbare) Menuleiste des nicht aufgeklappten Menus setzen     */
  /*              priNaviContainer = Obere sichtbare Menuleiste                */
  /*---------------------------------------------------------------------------*/
  #priNaviContainer ul li {
      display: inline;
      text-align: center;       /* Menutext in Menuleiste zentriert darstellen */
      padding: 0;
      margin: 0;
      float: left;
      position: relative;
      background-color: #8090B0;  /* Hintergrundfarbe wie Containerhintergrund */
      z-index: 100;
  }


  /*---------------------------------------------------------------------------*/
  /*    Unterhalb  Exolorer V7 wird eine Tabelle gezeichnet. Diese wird hier   */
  /*                               definiert                                   */
  /*---------------------------------------------------------------------------*/
  #priNaviContainer table {
      position: absolute;
      border-collapse: collapse;
      z-index: 80;
      left: -1px;
      top: 25px;
  }


  /*---------------------------------------------------------------------------*/
  /*   Da die Menu-Items auch Links sind, wird hier festgelegt, wie sich die   */
  /*   Farbe verhält, wenn man einen Link besucht hat, oder die Maus drüber    */
  /*   bewegt oder dieser Link aktiv ist. Das gilt aber alles nur für die      */
  /*                 obersten Einträge der Menuleiste.                         */
  /*---------------------------------------------------------------------------*/
  #priNaviContainer ul li a,
  #priNaviContainer ul li a:visited,
  #priNaviContainer ul li a:hover,
  #priNaviContainer ul li a.active,
  #priNaviContainer ul li a.active:hover {
      display: block;
      color: #ffffff;       /* Schriftfarbe der Menueinträge in der Menuleiste */
      text-decoration: none;
      padding: 4px 7px 4px 7px;
      background-color: #8090B0;             /* Hintergrundfarbe wie Container */
      margin: 0 1px 0 0;
  }

  #priNaviContainer ul li a:hover{
      background-color: #304060;
  },
  #priNaviContainer ul li a.active,
  #priNaviContainer ul li a.active:hover {
      color: #ffffff;
      background: #304060;                                     /* Aktive Farbe */
      background-color: #304060;                               /* Aktive Farbe */
  }

  /* hide the sub level links */
  #priNaviContainer ul li ul {
      visibility: hidden;
      position: absolute;
      width: 200px;             /* Breite eines Menueintrages (ohne Markierung)*/
      background: #8090B0;        
      border: 1px solid #757575;
      padding: 6px 0 6px 0;
  }

  /*---------------------------------------------------------------------------*/
  /*                    Die MenuItems definieren (allgemein)                   */
  /*---------------------------------------------------------------------------*/
  #priNaviContainer ul li ul li {
      padding: 0;
      margin: 0;
      list-style: none;
      display: block;
      clear: both;
      text-align: left;
  }

  /*---------------------------------------------------------------------------*/
  /*             Die Links in den MenuItems definieren (allgemein)             */
  /*---------------------------------------------------------------------------*/
  #priNaviContainer ul li ul li a,
  #priNaviContainer ul li ul li a:visited,
  #priNaviContainer ul li ul li a:hover,
  #priNaviContainer ul li ul li a.active,
  #priNaviContainer ul li ul li a.active:hover {     /* Markierter Menueintrag */
      display: block;
      color: #ffffff;
      text-decoration: none;                          /* keine Unterstreichung */
      margin: 0;                  /* Markierungsbalken reicht von Rand zu Rand */
      padding: 1px 10px 1px 10px;
      font-size: 11px;
      width: 180px;               /* Breite der Markierung eines Menueintrages */
  }

  /*---------------------------------------------------------------------------*/
  /*  Die Links in den MenuItems definieren, wenn sich die Maus drüber bewegt  */
  /*---------------------------------------------------------------------------*/
  #priNaviContainer ul li ul li a:hover {
      background-color: #304060;                         
      background: #304060;                        
  }

  /*---------------------------------------------------------------------------*/
  /*       Die Links in den MenuItems definieren, wenn der Links aktive ist    */
  /*       oder sich die Maus darüber bewegt.                                  */
  /*---------------------------------------------------------------------------*/
  #priNaviContainer ul li ul li a.active:hover {
      text-decoration: underline;
      font-weight: bold;
      background-color: #304060;                         
      background: #304060;                        
  }

  /*---------------------------------------------------------------------------*/
  /*       Im Normalfall die Links in den Menus nicht unterstreichen.          */
  /*---------------------------------------------------------------------------*/
  #priNaviContainer ul li ul li a.active {
      text-decoration: none;
  }

  /*---------------------------------------------------------------------------*/
  /*            Schriftart der MenuItems und Menubeschriftung.                 */
  /*---------------------------------------------------------------------------*/
  #priNaviContainer ul li ul li a.active,
  #priNaviContainer ul li ul li a.active:hover {
      font-weight: bold;
  }

  /* make the sub level visible on hover list or link */
  /*---------------------------------------------------------------------------*/
  /* Unter-Menuitems und -links sichtbar machen (aktualisieren)                */
  /*---------------------------------------------------------------------------*/
  #priNaviContainer ul li:hover ul,
  #priNaviContainer ul a:hover ul {
      visibility: visible;
  }




  /*    background-color: #8090B0;                         Blaugrauer Hintergrund (sonst schwarz) */

  h1 { font- size: 180%; }     
  h2 { font- size: 160%; }
  h3 { font- size: 140%; }
  h4 { font- size: 120%; }
  h5 { font- size: 100%; }
  h6 { font- size: 80%; }

  td {
  margin-left: 0px;
  font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 10pt;
        color: black;
   font-style: normal;
  }  

  td.white {
  margin-left: 0px;
  font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 10pt;
        color: black;
   font-style: normal;
  }  

  table {
  margin-left: 0px;
  font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 10pt;
        color: black;
   font-style: normal;
  }  

  table.White {
  margin-left: 0px;
  font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 10pt;
        color: white;
   font-style: normal;
  }  

  li.White {
  font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 10pt;
        color: white;
   font-style: normal;
  }  

  ul.White {
  font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 10pt;
        color: white;
   font-style: normal;
  }  

  img {border: none;}

  a:focus {
    outline: none;
  }

  a.HellBlau:active {
              color: #0000B0;
        font-weight: bold;
    text-decoration: none;                          
  }
  a.HellBlau:link {
              color: #0000B0;
        font-weight: bold;
    text-decoration: none;                          
  }
  a.HellBlau:visited {
              color: #0000B0;
        font-weight: bold;
    text-decoration: none;                          
  }
  a.HellBlau:hover {
              color: #8080FF;
        font-weight: bold;
    text-decoration: none;                          
  }

  a.DunkelBlau:active {
              color: #0000B0;
        font-weight: bold;
    text-decoration: none;                          
  }
  a.DunkelBlau:link {
              color: #0000B0;
        font-weight: bold;
    text-decoration: none;                          
  }
  a.DunkelBlau:visited {
              color: #0000B0;
        font-weight: bold;
    text-decoration: none;                          
  }
  a.DunkelBlau:hover {
              color: #8080FF;
        font-weight: bold;
    text-decoration: none;                          
  }

  div.White {
  font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 10pt;
        color: white;
   font-style: normal;
  }  

</STYLE>

