  * {
         margin: 0;
         padding: 0
    } 

  body {
       /*   background-color: #fff; */
          margin: 0;
          padding: 0;
       }

/*------------------------------*/
/* GLOBALE NAVIGATION - VF233ff */
/*------------------------------*/
  #container {
          right: 10px;
          width: 100%
          margin: 10px auto;
       }
  
  #navbar {
       /* background-color: #e6e6e6;*/
          position: absolute;
       /* float: right; */
          width: 100%;
          z-index: 4;
        }
        
  #navbar p {
          display: none;
       }

  #navbar ul {
          list-style: none;
        }

  #navbar li {
          float: right;
          width: auto;
        }

  #navbar a {
          display: block;
          padding: 10px 15px;
          font: bold 0.9em/1.4em Verdana, "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
          background-color: #1199cc;
          color: #ddd;
          border-left: 1px solid #11aadd;
       }

  #navbar li:last-child a {
          border-right: 1px solid #11aadd;
       }

  #navbar a:hover, #navbar a:focus {
          background-color: #33bbee;
          color: #fff;
       }

  #navbar li.current a {
          background-color: #007799;
          color: #fff;
          text-decoration: none;
          border-bottom: 10px solid #0000ff;
          padding-top: 15px;
       }

/*------------------------*/
/* LOGO - BANNER - HHW611 */
/*------------------------*/   
  #kopf {
          position: absolute;
          top: 3em;
          left: 0px;
          z-index: 3;
          width: 100%;
          height: 91px;
          background-color: #000066;
          border: none
       }
  
  #kopf p {
          display: none;
       }
    
  #kopf_logo {      
          position: absolute;
          left: 0px;
          z-index: 3;
          width: 80%;
          height: 91px;
          background-color: #000066;
          border: none
       }

  #kopf_globus {
          position: absolute;
          right: 0px;
          bottom: 0px;
          background-color: #000066
       }

/*-------------------*/
/* SITEMAPS - BEREICH */
/*-------------------*/  
  #sitemap_links {
          position: absolute;
          left: 3%;
          top: 137px;
          z-index: 6;
          width: 45%;
       /* background-color: white; */
          border: none
       } 

 
/* SITEMAP - INHALT */
  #sitemap_inhalt {
          z-index: 4;
          margin-left: 6px;
          padding: 16px; /*IE*/
          font: 1.0em/1.4em Verdana, "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif
          max-width:45em;
      } 

  #sitemap_inhalt_unten {
          z-index: 6;
          font: 1.0em/1.4em Verdana, "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
          max-width: 45em;
      }
  
  #sitemap_inhalt_unten h1 {
          font: bold 2.0em/1.1em Verdana, "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
      }
  
  #sitemap_inhalt_unten p {
          margin-top: 0.5em;
          margin-bottom: 1.0em;
      }

  #sitemap_inhalt_unten ol {
          list-style-type:disk;
          list-style-position:outside;
          padding-left:24px;  
          margin-left:0px;  
          margin-top:3px;
      }

  #sitemap_inhalt_unten ul {
          list-style-type:disk;
          list-style-position:outside;
          padding-left:24px;  
          margin-left:0px;  
          margin-top:3px;
      }


       
 #sitemap_rechts {
      position: absolute;
      left: 52%;
      top: 137px;
      z-index: 4; 
      width: 45%;   
      /* background-color: #e6e6e6; */
      border: none
      /* Abpassung für IEx \*/
      /* html. Spalte {
        display: inline;
        {
        /**/
    }

