  * {
         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
       }

/*-------------------*/
/* UNTERER - BEREICH */
/*-------------------*/  
  #unten {
          position: absolute;
          left: 6px;
          top: 137px;
          z-index: 6;
          width: 77%;
       /* background-color: white; */
          border: none
       } 

/* NAVIGATION */   
  #navigation {
          position: absolute;
          top: 10px;
          left: 4px;
          z-index: 2;
          width: 12em;       
      /* background-color: silver;
      border: none  */
       }
  
  #navigation_inhalt {
          font: 1.0em/1.2em Verdana, "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
          padding-left: 10px;
          padding-top: 1.5ex
       }
 
 /* CS242FF */   
  #navsite p {
          display: none;
       }

  #navsite {
          padding-top:2.5ex;
          font: 0.9em/1.2em Verdana, "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;font-family: Verdana, Helvetica, Arial, sans-serif;
          width: 14em; 
          /* border-right: 1px solid #666;*/ 
          padding: 0; 
          margin-bottom: 1em; 
          /*background-color: silver;*/ 
          color: #333; 
       }
  #navsite #high {
          font-weight: bold;
          color: white;
          background-color: silver;
          display: block;
          padding: 3px;
      }

  #navsite ul {
          list-style: none; 
          margin: 0; 
          padding: 0; 
      }

  #navsite ul li {
          margin: 0; 
          border-top: 1px solid #003;
      }

  #navsite ul li a {
          display: block; 
          padding: 2px 2px 2px 0.5em; 
          border-left: 10px solid #369; 
          border-right: 1px solid #69c;
          border-bottom: 1px solid #369;
          background-color: #036; 
          color: #fff; 
          text-decoration: none; 
          width: 100%; 
      }

  html>body #navsite ul li a { 
          width: auto; 
      }

  #navsite ul li a:hover {
          border-left: 10px solid #036;
          border-right: 1px solid #69c;
          border-bottom: 1px solid #369; 
          background-color: #69f; 
          color: #fff; 
      }  

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

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

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

  #mitte_inhalt_unten ul {
          list-style-type:disk;
          list-style-position:outside;
          padding-left:24px;  
          margin-left:0px;  
          margin-top:3px;
      }
      
  
  /*#mitte_inhalt ul li {
          list-style-type:cycle;
          list-style-position:inside;
      }*/

/* BREADCRUMBS - CS252 */
  #crumbs {
       /* margin-left: 14em; 
          background-color: #e6e6e6;*/
          font: 0.8em/1em Verdana, "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
          padding: 4px;
          /*border-top: 2px solid silver;
          border-left: 2px solid silver;
          border-right: 2px solid gray;*/
          border-bottom: 1px solid gray;
      }
  #crumbs p {
          display: none;
      }
  #crumbs ul {
          display: inline;
          padding-left: 0;
          margin-left: 0;
      }
  #crumbs ul li {
          display: inline;
      }
  #crumbs ul li a:link {
          padding: .2em;
      }
  /* crumbs ul ul li{
          background-image: url(arrow.gif);
          background-repeat: no-repeat;
          background-position: left;
          padding-left: 12px
      }*/

  /*#mitte_ende { 
          position: absolute;
          /*padding: 4px;
          width: 70%;
          right: 0px;
          bottom: 0px;
          background-color: #c0c0c0;
       }*/
 
       
 #rechts {
      position: absolute;
      left: 77%;
      top: 137px;
      z-index: 4; 
      width: 23%;   
      /* background-color: #e6e6e6; */
      border: none
      /* Abpassung für IEx \*/
      /* html. Spalte {
        display: inline;
        {
        /**/
    }
 #rechts_inhalt {
      padding: 10px;
      top: 130px;
      height: 600px;
      font: 1em/1.2em Verdana, "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;   
      text-align: left;
    }
    
 #rechts_inhalt h6 {
      display: none;
    }  
 
 #google {
      padding-left: 0;
      margin-left: 0;
      background-color: #e6e6e6;
      border-top: 2px solid silver;
      border-left: 2px solid silver;
      border-right: 2px solid gray;
      border-bottom: 2px solid gray;
    }     
 
 #google_inhalt {
      margin-top: 4px;
      margin-bottom: 4px;
      text-align: center;
    } 
 
 #google_inhalt h5 { 
      font: 0.5em/1.2em Verdana, "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
    } 
    
 #rechts_inhalt p {
          margin-top: 0.5em;
          margin-bottom: 1.0em;
      }   
 
