@charset "utf-8";
/* CSS Document */

  div#Rahmen {
    width: 63.1em;
    padding: 0;
    border: none;
    background-color: #e5e5e5;
	line-height:1.4em;
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 63.7em;
    w\idth: 62.1em;
  }
  div#Rahmen div {
     clear: left;
  }
  ul#Navigation {
    margin: 0; padding: 0;
  }

  ul#Navigation li {
	list-style: none;
	float: left;  /* ohne width - nach CSS 2.1 erlaubt */
	position: relative;
	margin: 0;
	padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: 0;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: 0;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.7em; left: -1px;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.7em;
    lef\t: 0;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:#e5e5e5; padding-bottom:0.4em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    text-align: center;
    float: none;
    display: block;
    margin-bottom: 0;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 11.6em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 2px;
	text-align: center;
    text-decoration: none;
	font-weight: bold;
    border-right:none;
    border-top:none;
    border-bottom:none;
    border-left:none;
    color:#ffffff; 
	background-color:#990000;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 11.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 11.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span {
	font-weight: bold;
    color: #000000; background-color:#ffffff;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: #ffffff;
	color: #000000; background-color: #ffffff;
  }

  li#Navi2 {
    border-right:1px solid #000000;
    border-top:none;
    border-bottom:1px solid #000000;
    border-left:1px solid #000000;
  }
    li#Navi1 {
    border-right:none;
    border-top:none;
    border-bottom:none;
    border-left:1px solid #000000;
  }
      li#Navi3 {
    border-right:1px solid #000000;
    border-top:none;
    border-bottom:none;
    border-left:1px solid #000000;
  }
  
 span.telefon {
 color:#ffffff;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:900;
 }
  span.telefon2 {
 color:#000000;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:900;
 }