/*================================================================ 
   CSS for <div class="nlu_navi1">{NAV_LIST_UL:F,0,,,active}</div> 
   Level 0 - 2; 
   07.10.06 flip-flop (KH) 
----------------------------------------------------------------*/ 
    
.nlu_navi1 { 
   margin: 0; 
   padding: 0 0 0 0px; 
   text-decoration: none; 
   font: normal normal 11px/17px Verdana, Geneva, Arial, Helvetica, sans-serif; 
   width: 170px; 
   float:left; 
   } 

.nlu_navi1 em { 
   font-style: normal; 
   } 

.nlu_navi1 ul { 
   margin: 0; 
   padding: 0; 
   list-style: none; 
   width: 170px; /* Width of Menu Items */ 
   border: 0; 
   } 

.nlu_navi1 ul li { 
   position: relative; 
   } 
/* 
.nlu_navi1 li ul { 
   position: absolute; 
   left: 189px; /* Set 1px less than menu width * / 
   top: 0; 
   display: none; 
   } 
*/ 

/*--- Styles for Menu Items ------------------------------------*/ 

/*--- LEVEL X --------------------------------------------------*/ 

.nlu_navi1 ul li a, 
.nlu_navi1 ul li a:link, 
.nlu_navi1 ul li a:visited, 
.nlu_navi1 ul li a:active { 
   display: block; 
   text-decoration: none; 
   text-transform: none; 
   color: #C6121B; 
   background: #ffffff url(../../picture/icon_weiter.jpg) 2px 3px no-repeat; 
   padding: 0 0 0 12px; 
   border: 0; 
/*   background: #DA4540; /* IE6 Bug */ 
/*   border-bottom: 1px solid #FFFFFF; /* IE6 Bug */ 
*/   } 


.nlu_navi1 ul li a:hover { 
   color: #C6121B; 
   text-decoration: underline; 
   background: #ffffff url(../../picture/icon_weiter.jpg) 2px 3px no-repeat; 
} 

.nlu_navi1 ul li.active a, 
.nlu_navi1 ul li.active a:link, 
.nlu_navi1 ul li.active a:visited, 
.nlu_navi1 ul li.active a:active { 
   color: #C6121B; 
   font-weight: bold; 
   background-image: #ffffff url(../../picture/icon_weiter.jpg) 2px 3px no-repeat; 
} 


/* 
.nlu_navi1 ul ul { display: none; } 
.nlu_navi1 ul li:hover ul { display: block; } 
*/ 

/*--- LEVEL X+1 ------------------------------------------------*/ 

.nlu_navi1 ul ul li.sub_no a, 
.nlu_navi1 ul ul li.sub_no a:link, 
.nlu_navi1 ul ul li.sub_no a:visited, 
.nlu_navi1 ul ul li.sub_no a:active, 
.nlu_navi1 ul ul li.sub_ul a, 
.nlu_navi1 ul ul li.sub_ul a:link, 
.nlu_navi1 ul ul li.sub_ul a:visited, 
.nlu_navi1 ul ul li.sub_ul a:active { 
   display: block; 
   text-decoration: none; 
   text-transform: none; 
   font-weight: normal; 
   color: #C6121B; 
   background: #ffffff url(../../picture/icon_navtable_pfeil.gif) 11px 2px no-repeat; 
   padding: 0 0 0 25px; 
   border: 0; 
/*   background: #DA4540; /* IE6 Bug */ 
/*   border-bottom: 1px solid #FFFFFF; /* IE6 Bug */ 
} 

.nlu_navi1 ul ul li a:hover, .nlu_navi1 ul ul li.sub_no a:hover, .nlu_navi1 ul ul li.sub_ul a:hover { 
   color: #C6121B; 
   text-decoration: underline; 
   background: #ffffff url(../../picture/icon_navtable_pfeil.gif) 11px 2px no-repeat; 
} 

.nlu_navi1 ul ul li.active a, 
.nlu_navi1 ul ul li.active a:link, 
.nlu_navi1 ul ul li.active a:visited, 
.nlu_navi1 ul ul li.active a:active { 
   color: #C6121B; 
   font-weight: bold; 
   background: #ffffff url(../../picture/icon_navtable_pfeil.gif) 11px 2px no-repeat; 
} 
    
/*--- LEVEL X+2 ------------------------------------------------*/ 

.nlu_navi1 ul ul ul li.sub_no a, 
.nlu_navi1 ul ul ul li.sub_no a:link, 
.nlu_navi1 ul ul ul li.sub_no a:visited, 
.nlu_navi1 ul ul ul li.sub_no a:active, 
.nlu_navi1 ul ul ul li.sub_ul a, 
.nlu_navi1 ul ul ul li.sub_ul a:link, 
.nlu_navi1 ul ul ul li.sub_ul a:visited, 
.nlu_navi1 ul ul ul li.sub_ul a:active  { 
   display: block; 
   text-decoration: none; 
   text-transform: none; 
   font-weight: normal; 
   color: #C6121B; 
   background: #ffffff url(../../picture/icon_navtable_pfeil_1.gif) 30px 1px no-repeat; 
   padding: 0 0 0 45px; 
   border: 0; 
/*   background: #DA4540; /* IE6 Bug */ 
/*   border-bottom: 1px solid #FFFFFF; /* IE6 Bug */ 
} 

.nlu_navi1 ul ul ul li a:hover, .nlu_navi1 ul ul ul li.sub_no a:hover, .nlu_navi1 ul ul ul li.sub_ul a:hover { 
   color: #C6121B; 
   text-decoration: underline; 
   background: #ffffff url(../../picture/icon_navtable_pfeil_1.gif) 30px 1px no-repeat; 
} 

.nlu_navi1 ul ul ul li.active a, 
.nlu_navi1 ul ul ul li.active a:link, 
.nlu_navi1 ul ul ul li.active a:visited, 
.nlu_navi1 ul ul ul li.active a:active { 
   color: #C6121B; 
   font-weight: bold; 
   background: #ffffff url(../../picture/icon_navtable_pfeil_1.gif) 30px 1px no-repeat; 
} 


/* Holly Hack. IE Requirement \*/ 
* html .nlu_navi1 ul li { float: left; height: 1%; } 
* html .nlu_navi1 ul li a { height: 1%; } 
/* ==== End  nlu_navi1 === */
