

#logo { position: absolute; top: -10px; left: 342px; }
/**************rahmen*/
#rahmen { position: relative; width: 880px; margin: 2% auto 0; }
/**************Navigation*/

#navigationsleiste { background-color: #bd0304; position: absolute; top: 85px; left: 0; z-index: 1; padding: 1px; border: solid 1px #bc0b0b; }

/**** Navigationsleiste *****/
  div#Rahmennavi {
  font-size: 12px; 
  font-family: Arial, "Trebuchet MS", Verdana; 
  font-weight: bold;     
  width: 895px;
  /**** Randstabde von Box zu Rahmen:  padding: 0 0.1em 0.1em 0; *****/
  background-color: #bd0304;
  }
  * html div#Rahmennavi {  /* Korrektur fuer IE 5.x */
    width: 895px;
    w\idth: 895px;
  }
  div#Rahmen div {
     clear: left;
  }
  ul#Navigation { margin: 0; padding: 0; text-align: left; }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: -0.1em; padding: 0;  /**** Rahmen um die Boxen!!! Opera Probleme bei+0.1em *****/
  }

  ul#Navigation li ul { margin: 0; padding: 0; position: absolute; top: 28px; left: 1px; /**** Abstand vom DropDown wenn größer (top) dann Probleme beim greifen der Menüpunkte*****/
    min-width:100px; border-top: 2px solid #bd0304; display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:#bc0b0b; padding-bottom:0.1em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.1em;
  }

  ul#Navigation a, ul#Navigation span { display: block;
     /****** Breite den in li (Navi-Menüpunkt Breite)  zuweisen width: 6.4em; ******/
    padding: 0 1.5em 0; /****** Abstände zwischen Wörtern, wenn weniger Probleme mit zugreifen auf dropdown ******/
    text-decoration: none; font-weight: bold; color: #dfc99b; background-color: #bd0304; border: solid 1px #bd0304;/****** wenn entfernt wird, Probleme mit zugreifen auf dropdown ******/ }
    
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell { color: #bd0304; background-color: #dfc99b; }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: #bd0304; background-color: #dfc99b;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
 color: #bd0304; background-color: #dfc99b;  }


/**************subnavi*/
#subnavi { position: absolute; top: 533px; left: 15px; border-style: none; font-size: 12px; font-family: Arial, "Trebuchet MS", Verdana; font-weight: bold; word-spacing: 18px; }

#subnavi a { color: #6c7f00; text-decoration: none; border-style: none; }

#subnavi a:hover  {
color: #bd0304; text-decoration: none;  border-style: none;}

#subnavi #aktive  {
color: #bd0304; text-decoration: none;  border-style: none;}

a.aktion:link { color: #a4aba0 ; font-weight: bold; text-decoration: none; }
a.aktion:visited { color: #a4aba0 ; font-weight: bold; text-decoration: none; }
a.aktion:hover { color: #fff ; font-weight: bold; text-decoration: none; }
a.aktion:active { color: #fff ; font-weight: bold; text-decoration: none; }
