body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #A4A4A4;
  color: #000000;
  SCROLLBAR-FACE-COLOR: #E4E5E6;
  SCROLLBAR-HIGHLIGHT-COLOR: #E4E5E6;
  SCROLLBAR-SHADOW-COLOR: #888A8C;
  SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
  SCROLLBAR-ARROW-COLOR:  #000000;
  SCROLLBAR-TRACK-COLOR: #e4e4e4;
  SCROLLBAR-DARKSHADOW-COLOR: #888A8C;
  }

td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #000000;
}





.ofen {
      font-family:Arial,Helvetica,sans-serif;
      font-size:xx-small;
      vertical-align:middle;
      text-align:center;
}

.ofenbold {
      font-family:Arial,Helvetica,sans-serif;
      font-size:xx-small;
      font-weight:bold;
      vertical-align:middle;
      text-align:center;
}
.ofenli {
      font-family:Arial,Helvetica,sans-serif;
      font-size:xx-small;
      vertical-align:middle;
      text-align:left;
      padding-left:5px;
}
.ofenboldli {
      font-family:Arial,Helvetica,sans-serif;
      font-size:xx-small;
      font-weight:bold;
      vertical-align:middle;
      text-align:left;
      padding-left:5px;
}





/*ANFANG MENUE OBEN*/
ul#Navigation {
    margin-left: 0; 
    padding: 0;
    text-align: center;
  }

  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: 30; 
    left: 0;
    display: none;  /* Unternavigation ausblenden */
  }
  
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: 0;
    lef\t: 0;
  }
  
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:#DB2000; 
    padding-bottom:0;
  }
  
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  
  ul#Navigation a {
    display: block;
    width: 172px;  /* Breite den in li enthaltenen Elementen zuweisen */
    height: 30px;
    text-decoration: none; 
    font-weight: bold;
    font-family: verdana;
    font-size: 10pt;
    color: white; 
    line-height: 30px;
  }  
  
  ul#Navigation li ul a {
    display: block;
    width: 172px;  /* Breite den in li enthaltenen Elementen zuweisen */
    height: 30px;
    text-decoration: none; 
    font-weight: bold;
    font-family: verdana;
    font-size: 10pt;
    color: white; 
    line-height: 30px;
    background-color: #DB2000;
    border: 1px;
  }
  
  * html ul#Navigation a, * html ul#Navigation span {
    width: 172;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 172;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus  #A80E00  #DB2000 */
  }
  
  ul#Navigation li  a:hover {
    border-color: white;
    border-left-color: black; 
    border-top-color: black;
    color: white; 
    background-color: transparent  ;
  }
  
  ul#Navigation  li  ul a:hover{
     background-color: #A80E00;    
  }
  
  
  
  
  
  
  ul#Navigation2 {
    margin-left: 297px; 
    padding: 0;
    text-align: center;
    background-color:black;
  }

  ul#Navigation2 li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0; 
    padding: 0;
  }
  
  * html ul#Navigation2 li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: 0;
  }
  
  *:first-child+html ul#Navigation2 li {  /* Korrektur fuer den IE 7 */
    margin-bottom: 0;
  }

  ul#Navigation2 li ul {
    margin: 0; 
    padding: 0;
    position: absolute;
    top: 30; 
    left: 0;
    display: none;  /* Unternavigation ausblenden */
  }
  
  * html ul#Navigation2 li ul {  /* Korrektur fuer IE 5.x */
    left: 0;
    lef\t: 0;
  }
  
  *:first-child+html ul#Navigation2 ul {  /* Workaround fuer den IE 7 */
    background-color:#DB2000; 
    padding-bottom:0;
  }
  
  ul#Navigation2 li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  
  ul#Navigation2 a {
    display: block;
    width: 164px;  /* Breite den in li enthaltenen Elementen zuweisen */
    height: 31px;
    text-decoration: none; 
    font-weight: bold;
    font-family: verdana;
    font-size: 10pt;
    color: white; 
    line-height: 31px;
  }  
  
  ul#Navigation2 li ul a {
    display: block;
    width: 164px;  /* Breite den in li enthaltenen Elementen zuweisen */
    height: 30px;
    text-decoration: none; 
    font-weight: bold;
    font-family: verdana;
    font-size: 10pt;
    color: white; 
    line-height: 30px;
    background-color: #DB2000;
    border: 1px;
  }
  
  * html ul#Navigation2 a, * html ul#Navigation2 span {
    width: 164;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 164;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus  #A80E00  #DB2000 */
  }
  
  ul#Navigation2 li  a:hover {
    border-color: white;
    border-left-color: black; 
    border-top-color: black;
    color: white; 
    background-color: transparent  ;
  }
  
  ul#Navigation2  li  ul a:hover{
     background-color: #A80E00;    
  }
  
  
  

  
  ul#Navigation3 {
    margin-left: 585px; 
    padding: 0;
    text-align: center;
    background-color:black;
  }

  ul#Navigation3 li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0; 
    padding: 0;
  }
  
  * html ul#Navigation3 li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: 0;
  }
  
  *:first-child+html ul#Navigation3 li {  /* Korrektur fuer den IE 7 */
    margin-bottom: 0;
  }

  ul#Navigation3 li ul {
    margin: 0; 
    padding: 0;
    position: absolute;
    top: 30; 
    left: 0;
    display: none;  /* Unternavigation ausblenden */
  }
  
  * html ul#Navigation3 li ul {  /* Korrektur fuer IE 5.x */
    left: 0;
    lef\t: 0;
  }
  
  *:first-child+html ul#Navigation3 ul {  /* Workaround fuer den IE 7 */
    background-color:#DB2000; 
    padding-bottom:0;
  }
  
  ul#Navigation3 li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  
  ul#Navigation3 a {
    display: block;
    width: 184px;  /* Breite den in li enthaltenen Elementen zuweisen */
    height: 30px;
    text-decoration: none; 
    font-weight: bold;
    font-family: verdana;
    font-size: 10pt;
    color: white; 
    line-height: 30px;
  }  
  
  ul#Navigation3 li ul a {
    display: block;
    width: 184px;  /* Breite den in li enthaltenen Elementen zuweisen */
    height: 30px;
    text-decoration: none; 
    font-weight: bold;
    font-family: verdana;
    font-size: 10pt;
    color: white; 
    line-height: 30px;
    background-color: #DB2000;
    border: 1px;
  }
  
  * html ul#Navigation3 a, * html ul#Navigation3 span {
    width: 184;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 184;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus  #A80E00  #DB2000 */
  }
  
  ul#Navigation3 li  a:hover {
    border-color: white;
    border-left-color: black; 
    border-top-color: black;
    color: white; 
    background-color: transparent  ;
  }
  
  ul#Navigation3  li  ul a:hover{
     background-color: #A80E00;    
  }
  
/*ENDE MENUE OBEN*/

 
  
/*ANFANG MENUE LINKS*/
ul#nav{
	margin: 0px;
	padding: 0px;
	
	width: 100px; /* Width of Menu Items */	
	border-bottom: 0px solid red;
	background: transparent; /* IE6 Bug */
	color: white;
	font-size: 100%;
	}
	
	
ul#nav ul {
	margin: 0px;
	padding: 0px;
	width: 86px; /* Width of Menu Items */
	border-bottom: 1px solid black;
	background: #DB2000; /* IE6 Bug */
	color: white;
	font-size: 100%;
	}	
 
ul#nav li {
	position: relative;
	list-style: none;	}
 
ul#nav li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 9px;
	border: 0px solid black;
	border-bottom: 0;
	}
	
ul#nav li li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 9px;
	border: 1px solid black;
	border-bottom: 0;
	}	
	
 
/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */
 
ul#nav ul {
	position: absolute;
	display: none;
	left: 86px; /* Set 1px less than menu width */
	top: 6;
	width: 160px; /* Width of Menu Menu Items */	}


ul#nav ul ul{
	position: absolute;
	display: none;
	left: 160px; /* Set 1px less than menu width */
	top: 0;
	width: 470px; /* Width of Menu Menu Items */	}
	
	
 
ul#nav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
 
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.over ul ul,
ul#nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */
 
ul#nav li:hover ul,
ul#nav li li:hover ul,
ul#nav li li li:hover ul,
ul#nav li.over ul,
ul#nav li li.over ul,
ul#nav li li li.over ul { display: block; } /* The magic */
 
ul#nav li.menuparent { background: transparent}
 
ul#nav li li.menuparent:hover{ 
	background-color: #DB2000; 
}

ul#nav li li a:hover { 
	background-color: #A80E00; 
}
 
 
ul#nav li a:hover { 
	color: #ffffff; 	
} 
/*ENDE MENUE LINKS*/