/*================================================================
   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
..................................................................*/
   
.navi_left {
	margin: 0;
	padding: 0 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 bold 11px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;

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

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

.navi_left em { font-style: normal; }

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

.navi_left ul li { position: relative; }

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

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

/* ====  simple link <a> // einfacher Link <a> ==== */ 
.navi_left ul li a,
.navi_left ul li a:link, 
.navi_left ul li a:visited,
.navi_left ul li a:active {
   display: block;
   text-decoration: none;
   text-transform: none;
   color: #555;  /* ++ 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 #fff; /* 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 10px;         /* Text adjust */ 

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


/* ====  active link <a> // aktiver Link <a> ==== */ 
.navi_left ul li.active a,
.navi_left ul li.active a:link,
.navi_left ul li.active a:visited,
.navi_left ul li.active a:active {
   color: #FF0000; /* #DD3C3C;       /* ++ Text color // Textfarbe */
   font-weight: bold;  /* ++ Bold if you want // Fett wenn gewünscht */
	background: url(../img/kunde/navi/nav01_active.gif) 0px 0px no-repeat; 
}

.navi_left ul li.act_path a { 
	color: #FF0000; /* #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> ==== */
.navi_left ul li a:hover {
   color:  #FF0000; /* #C9222E; */ 
/*   text-decoration: underline; */
	background: url(../img/kunde/navi/nav01_active.gif) 0px 0px no-repeat;
}
.navi_left ul li.active a:hover { color: #1D008F; /* #FF7200; */ }

/* ====  Parent Link <a> //  Only for the parent link <a> ==== */
.navi_left ul li.sub_parent a, 
.navi_left ul li.sub_parent a:link, 
.navi_left ul li.sub_parent a:visited {
	text-decoration: none;
	color: #DD3C3C; 
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	background: url(../../img/leer.gif) 0px 0px no-repeat;
}

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

/* ================ Zweite Ebene ============= */
/* ====  simple link <a> // einfacher Link <a> ==== */ 
.navi_left ul ul li.sub_no a,
.navi_left ul ul li.sub_no a:link, 
.navi_left ul ul li.sub_no a:visited,
.navi_left ul ul li.sub_no a:active,
.navi_left ul ul li.sub_ul a,
.navi_left ul ul li.sub_ul a:link, 
.navi_left ul ul li.sub_ul a:visited,
.navi_left ul ul li.sub_ul a:active {
   display: block;
   text-decoration: none;
   text-transform: none;
   color: #555;  /* ++ 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 #fff; /* 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 20px;         /* Text adjust */ 

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

/* state for the active point if there is a sub_level */
.navi_left ul ul li.sub_ul_true a,
.navi_left ul ul li.sub_ul_true a:link,
.navi_left ul ul li.sub_ul_true a:visited,
.navi_left ul ul li.sub_ul_true a:active {
   color: #555;
   font-weight: bold;
}


/* state for the active path (link tracing) */
.navi_left ul ul li.act_path a,
.navi_left ul ul li.act_path a:link,
.navi_left ul ul li.act_path a:visited,
.navi_left ul ul li.act_path a:active { 
	color: #FF0000; /* #DD3C3C; /* #DD3C3C; */ 
	text-decoration: none; /* underline;*/
	background: url(../img/kunde/navi/nav01.gif) 0px 0px no-repeat;
}

/* ====  active link <a> // aktiver Link <a> ==== */ 
.navi_left ul ul li.active a,
.navi_left ul ul li.active a:link,
.navi_left ul ul li.active a:visited,
.navi_left ul ul li.active a:active {
   color: #FF0000; /* #DD3C3C;       /* ++ Text color // Textfarbe */
   font-weight: bold;  /* ++ Bold if you want // Fett wenn gewünscht */
	background: url(../img/kunde/navi/nav01_active_1.gif) 0px 0px no-repeat; 
}


/* ====  hover link <a> // Maus über Link <a> ==== */
.navi_left ul ul li a:hover, 
.navi_left ul ul li.sub_no a:hover, 
.navi_left ul ul li.sub_ul a:hover {
   color:  #FF0000; /* #C9222E; */ 
/*   text-decoration: underline; */
	background: url(../img/kunde/navi/nav01_active_1b.gif) 0px 0px no-repeat;
}
/* ====  hover: Wenn Sublevel vorhanden <a> // hover: "if there is a sub_level" <a> ==== */
.nlu_verti01 ul ul li.sub_ul_true a:hover {
   color:  #FF0000; /* #C9222E; */ 
/*   text-decoration: underline; */
	background: url(../img/kunde/navi/nav01_active_1.gif) 0px 0px no-repeat;
}

.navi_left ul ul li.active a:hover { color: #1D008F; /* #FF7200; */ }

/* ====  hover: Parent Link <a> // hover: "Only for the parent link" <a> ==== */
.nlu_verti01 ul ul li.sub_parent a:hover { color: #1D008F; /* #FF7200; */ }

/* ================ Dritte Ebene ============= */
/* ====  simple link <a> // einfacher Link <a> ==== */ 
.navi_left ul ul ul li.sub_no a,
.navi_left ul ul ul li.sub_no a:link, 
.navi_left ul ul ul li.sub_no a:visited,
.navi_left ul ul ul li.sub_no a:active,
.navi_left ul ul ul li.sub_ul a,
.navi_left ul ul ul li.sub_ul a:link, 
.navi_left ul ul ul li.sub_ul a:visited,
.navi_left ul ul ul li.sub_ul a:active {
   display: block;
   text-decoration: none;
   text-transform: none;
   color: #555;  /* ++ 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 #fff; /* 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 30px;         /* Text adjust */ 

   /* ++ Den "white-space" Fehler im IE7 vermeiden */
   /* ++ Killing the "white-space" bug in IE7 */   
   \width: 150px;  /* IE5x Opera <= 5 */
   widt\h: 120px;  /* = (Width of Mebu Items) - (padding-right + left) */ 
}
/* state for the active point if there is a sub_level */
.navi_left ul ul ul li.sub_ul_true a,
.navi_left ul ul ul li.sub_ul_true a:link,
.navi_left ul ul ul li.sub_ul_true a:visited,
.navi_left ul ul ul li.sub_ul_true a:active {
   color: #555;
   font-weight: bold;
}
/* state for the active path (link tracing) */
.navi_left ul ul ul li.act_path a,
.navi_left ul ul ul li.act_path a:link,
.navi_left ul ul ul li.act_path a:visited,
.navi_left ul ul ul li.act_path a:active { 
	color: #FF0000; /* #DD3C3C; /* #DD3C3C; */ 
	text-decoration: none; /* underline;*/
	background: url(../img/kunde/navi/nav01.gif) 0px 0px no-repeat;
}

/* ====  active link <a> // aktiver Link <a> ==== */ 
.navi_left ul ul ul li.active a,
.navi_left ul ul ul li.active a:link,
.navi_left ul ul ul li.active a:visited,
.navi_left ul ul ul li.active a:active {
   color: #FF0000; /* #DD3C3C;       /* ++ Text color // Textfarbe */
   font-weight: bold;  /* ++ Bold if you want // Fett wenn gewünscht */
	background: url(../img/kunde/navi/nav01_active_2.gif) 0px 0px no-repeat; 
}

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



/* ====  hover link <a> // Maus über Link <a> ==== */
.navi_left ul ul ul li a:hover, 
.navi_left ul ul ul li.sub_no a:hover, 
.navi_left ul ul ul li.sub_ul a:hover {
   color:  #FF0000; /* #C9222E; */ 
/*   text-decoration: underline; */
	background: url(../img/kunde/navi/nav01_active_2b.gif) 0px 0px no-repeat;
}
/* ====  hover: Wenn Sublevel vorhanden <a> // hover: "if there is a sub_level" <a> ==== */
.nlu_verti01 ul ul ul li.sub_ul_true a:hover {
   color:  #FF0000; /* #C9222E; */ 
/*   text-decoration: underline; */
	background: url(../img/kunde/navi/nav01_active_2.gif) 0px 0px no-repeat;
}

.navi_left ul ul ul li.active a:hover { color: #1D008F; /* #FF7200; */ }

/* ====  hover: Parent Link <a> // hover: "Only for the parent link" <a> ==== */
.nlu_verti01 ul ul ul li.sub_parent a:hover { color: #1D008F; /* #FF7200; */ }


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

/* End */
