/*================================================================
   CSS for an vertical menu
   <div class="nlu_navi07_1">{ NAV_LIST_UL:F,0,,,active }</div>
   Level 0 - 3; 
   07.10.06 flip-flop (KH)
   31.01.07 flip-flop (KH)  "white-space" bug solved
   using e.g.   \width: 200px;  and  widt\h: 175px;  
   in every  ul li a
..................................................................*/
   
.nlu_navi1 {
	margin: 0;
	padding: 30px 0 0 0;  /* padding over all //  Innerer Geesamtabstand */
	text-decoration: none;
	/* ++ e.g. 11px font and 19px height // z.B. 11px font und 19px hoch */
	font: normal normal normal 11px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;

/*	width: 130px; /* ++ Width of Menu Items // Breite der Navigation */
/*	float:left; */
}

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


.navi_120, navi_120 ul { 	width: 120px; /* ++ Width of Menu Items // Breite der Navigation */ }
.navi_145, navi_145 ul { 	width: 145px; /* ++ Width of Menu Items // Breite der Navigation */ }
.navi_130, navi_130 ul { 	width: 130px; /* ++ Width of Menu Items // Breite der Navigation */ }
.navi_100, navi_100 ul { 	width: 99px; /* ++ Width of Menu Items // Breite der Navigation */ }

.nlu_navi1 em { font-style: normal; }

.nlu_navi1 li { margin: 0; padding: 0; } /* Level/Sub-Level gap for bottom */

.nlu_navi1 ul li { position: relative; }

/* ==== Styles for Menu Items =================================== */

/* ==== LEVEL X ================================================= */

/* ====  simple link <a> // einfacher Link <a> ==== */ 
.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: #444444;  /* ++ Text color // Textfarbe */

   /* ++ background color; url of the image; image adjust e.g. left gap 10px */
   /* ++ Hintergrundfarbe; URL der Grafik  ; Grafik einrÃ¼cken z.B. 10px */ 
   background: url(../img/kunde/navi/nav01.gif) 0px 0px no-repeat;

   /* ++ bottom line if you want */
   /* ++ Untere Linie wenn gewÃ¼nscht */ 
   border-bottom: 1px solid #cccccc; /* IE6 Bug   ++ horiz. line between 
   
   /* ++ Text adjust e.g. upper gap and left gap 25px */
   /* ++ Text justieren 1px oben und 25px von links */
   padding: 0 0 0 50px;         /* Text adjust */ 

   /* ++ Den "white-space" Fehler im IE7 vermeiden */
   /* ++ Killing the "white-space" bug in IE7 */   
/*   \width: 130px;  /* IE5x Opera <= 5 */
/*   widt\h: 120px;  /* = (Width of Mebu Items) - (padding-right + left) */ 
}


.navi_120 ul li a, .navi_120 ul li a:link, .navi_120 ul li a:visited, .navi_120 ul li a:active {
   \width: 120px;  /* IE5x Opera <= 5 */
   widt\h: 110px;  /* = (Width of Mebu Items) - (padding-right + left) */ 
}
.navi_145 ul li a, .navi_145 ul li a:link, .navi_145 ul li a:visited, .navi_145 ul li a:active {
   \width: 145px;  /* IE5x Opera <= 5 */
   widt\h: 135px;  /* = (Width of Mebu Items) - (padding-right + left) */ 
}
.navi_130 ul li a, .navi_130 ul li a:link, .navi_130 ul li a:visited, .navi_130 ul li a:active {
   \width: 130px;  /* IE5x Opera <= 5 */
   widt\h: 120px;  /* = (Width of Mebu Items) - (padding-right + left) */ 
}
.navi_100 ul li a, .navi_100 ul li a:link, .navi_100 ul li a:visited, .navi_100 ul li a:active {
   \width: 100px;  /* IE5x Opera <= 5 */
   widt\h: 90px;  /* = (Width of Mebu Items) - (padding-right + left) */ 
}

/* ====  active link <a> // aktiver Link <a> ==== */ 
.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: #444444; /* #DD3C3C;       /* ++ Text color // Textfarbe */
   font-weight: normal;  /* ++ Bold if you want // Fett wenn gewÃ¼nscht */
	background: url(../img/kunde/navi/nav01_active.gif) 0px 0px no-repeat; 
}

.nlu_navi1 ul li.act_path a { 
	color: #666666; /* #DD3C3C; /* #DD3C3C; */ 
	text-decoration: none; /* underline;*/
	background: url(../img/kunde/navi/nav01_active.gif) 0px 0px no-repeat;

}


/* ====  hover link <a> // Maus Ã¼ber Link <a> ==== */
.nlu_navi1 ul li a:hover {
   color:  #999999; /* #C9222E; */ 
/*   text-decoration: underline; */
	background: url(../img/kunde/navi/nav01_active.gif) 0px 0px no-repeat;
}
.nlu_navi1 ul li.active a:hover { color: #1D008F; /* #FF7200; */ }

/* ====  Parent Link <a> //  Only for the parent link <a> ==== */
.nlu_navi1 ul li.sub_parent a, 
.nlu_navi1 ul li.sub_parent a:link, 
.nlu_navi1 ul li.sub_parent a:visited {


	text-decoration: none;
	color: #444444; 
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	background: url(../../img/leer.gif) 0px 0px no-repeat;
}

.nlu_navi1 ul li.sub_parent.act_path a { 
	color: #666666; /* #DD3C3C; /* #DD3C3C; */ 
	text-decoration: none; /* underline;*/
	background: url(../../img/leer.gif) 0px 0px no-repeat;
}
.nlu_navi1 ul li.sub_parent.act_path.active a { 
	text-decoration: underline;
	color: #999999; /* #234896; */ 
	background: url(../../img/leer.gif) 0px 0px no-repeat;
}
.nlu_navi1 ul li.sub_parent a:hover, 
.nlu_navi1 ul li.sub_parent.act_path.active a:hover { color: #1D008F; }

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