  div#Rahmen {
    font-size: 10pt;
    left: 120px;
    position: relative;
    top: -5px;
    width: 800px;
    padding: 0.0em;
    border: 0px solid black;
    z-index:1;
  }
/*  * html div#Rahmen {  /* Korrektur fuer IE 5.x
    width: 48.7em;
    w\idth: 47.1em;
  }  */
  div#Rahmen div {
     clear: left;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin-left: 4px; padding: 0;
    background-color: transparent;
    background-image: url('braun_glanz.png');
  }
/*  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 
    margin-bottom: -0.4em;
  } */
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    /* top: 1.2em; */
    left: 0.4em;
    display: none;
    text-align: left;  /* 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 */
  
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
    
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    background-image:url('hg_content.png');    
    background-repeat: no-repeat;
    margin-bottom: 0em;
    z-index: 10;
  }
  
/* UntermenŸpunkt */  
ul#Navigation li ul li a{
	background-color: transparent;
	background-image:url('braun_glanz.png');
	background-repeat: no-repeat;
    color: #ffffff;
	width:130px;
	/* padding-left:4px; */
	padding-left:8px;
    z-index: 10;
	}
	
/* UntermenŸpunkt HOVER */
ul#Navigation li ul li a:hover {
	color: #532011;
    background-color:transparent;
	background-repeat: no-repeat;
    z-index: 10;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 134px;
    /* height:22px; */
	line-height: 22px;
    /* margin-bottom: -1px; */
    text-decoration: none;
    background-color: transparent;
    color: #ffffff;
  }
/*  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x 
    wi\dth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus 
  } */

  ul#Navigation a:hover {
/*    border-color: #532011;					/* ALT */
    color: #532011;								
/*    background-color: white;					/* ALT */
	background-color: transparent;
    background-image: url('weiss.png');			/* NEU */
  }
  

  
  ul#Navigation span, li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: #532011;
	background-color: transparent;
    background-image: url('weiss.png');
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-image: url('weiss.png');
    /* padding-left:4px; */
    padding-left: 8px;
    background-repeat: no-repeat;
    width:134px;
    
  }
