/* ======================================================================
   >= V1.30   CSS for an vertical menu
   <div class="nlu_navi1">{NAV_LIST_UL:F,0,,act_path,active }</div>
   Level 0 - 3;
   26.03.07 flip-flop (KH)
 
========================================================================= */
 ul {list-style: none} ;
 
#Nav .nlu_navi1  {
   margin: 0;
   padding: 0;
   text-decoration: none;
   /* ++ e.g. 11px font and 19px height // z.B. 11px font und 19px hoch */
     	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #4A5966;
 	font-weight: normal;
    max-width: 150px;  /* ++ Width of Menu Items // Breite der Navigation */
   /* float:left;    */
}
 
#Nav .nlu_navi1  em { font-style: normal; }
 
#Nav .nlu_navi1  ul {
   margin: 0;
   padding: 0;
   border: 0;
   list-style-type: none;
   max-width: 150px;  /* ++ Width of Menu Items // Breite der Navigation */
}
 
 #Nav.nlu_navi1  ul li { position: relative; }
 
 
/* ==== Styles for Menu Items =================================== */
 
/* ==== LEVEL X ================================================= */
 
/* ====  simple link <a> // einfacher Link <a> ==== */
 #Nav.nlu_navi1  ul li a,
 #Nav.nlu_navi1  ul li a:link,
#Nav .nlu_navi1  ul li a:visited,
#Nav .nlu_navi1  ul li a:active {
   display: block;
   text-decoration: none;
   text-transform: none;
   color: #4A5966;       
    font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #4A5966;
 	font-weight: normal;



   /* ++ 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: #81909F url(../../img/article/navi1_norm.gif) 10px 1px no-repeat;
  */
   /* ++ Text adjust e.g. upper gap and left gap 25px */
   /* ++ Text justieren 1px oben und 25px von links */
   padding: 2px 0 0 0px;
 
   /* ++ bottom line if you want */
   /* ++ Untere Linie wenn gewuenscht */
    /*  border-bottom: 1px solid #ccc;IE6 Bug */
 
   /* ++ Den "white-space" Fehler im IE7 vermeiden */
   /* ++ Killing the "white-space" bug in IE7  
   \width: 200px;    IE5x Opera <= 5  
   widt\h: 175px;    = (Width of Menu Items) - (padding-right + padding-left) */
}
 
/* ====  Aktiv, wenn ein Sublevel vorhanden ist // active point if there is a sub_level ==== */
#Nav .nlu_navi1  ul li.sub_ul_true a,
#Nav .nlu_navi1  ul li.sub_ul_true a:link,
#Nav .nlu_navi1  ul li.sub_ul_true a:visited,
#Nav .nlu_navi1  ul li.sub_ul_true a:active {
   color: #4A5966; 
   font-weight: normal;
/*   background: #839AAF url(../../img/article/navi1_sub_true.gif) 10px 1px no-repeat;    */
}
 
/* ====  Aktiver Pfad - Linkverfolgung im Baum // active path in tree (link tracing) ==== */
#Nav .nlu_navi1  ul li.act_path a,
#Nav .nlu_navi1  ul li.act_path a:link,
#Nav .nlu_navi1  ul li.act_path a:visited,
#Nav .nlu_navi1  ul li.act_path a:active {
   color: #4A5966; 
   font-weight: bold;
 /*    background: #63819F url(../../img/article/navi1_act.gif) 10px 1px no-repeat; */
}
 
/* ====  Elternebene, wenn der Schalter gesetzt // Parent, if switch is set ==== */
#Nav .nlu_navi1  ul li.sub_parent a,
#Nav .nlu_navi1  ul li.sub_parent a:link,
#Nav .nlu_navi1  ul li.sub_parent a:visited,
#Nav .nlu_navi1  ul li.sub_parent a:active {
   color: #4A5966; 
   font-weight: normal;
   background: #81909F url(../../img/article/navi1_norm.gif) 10px 1px no-repeat;
}
 
/* ====  active link <a> // aktiver Link <a> ==== */
#Nav .nlu_navi1  ul li.active a,
#Nav .nlu_navi1  ul li.active a:link,
#Nav .nlu_navi1  ul li.active a:visited,
#Nav .nlu_navi1  ul li.active a:active {
   color: #4A5966; 
   font-weight: bold;
   text-decoration: underline; /*  
 background: #63819F url(../../img/article/navi1_act.gif) 10px 1px no-repeat; */
}
 
/* ====  hover: Maus Ã¼ber Link <a> // hover link <a> ==== */
#Nav .nlu_navi1  ul li a:hover {
   color: #4A5966;  
   font-weight: bold;
 /* text-decoration: underline;  
  /*   background: #597B8F url(../../img/article/navi1_hov.gif) 10px 1px no-repeat;  */  */
}
#Nav .nlu_navi1  ul li.sub_no a:hover {
   color: #4A5966; 
      font-weight: bold;
/*    background: #597B8F url(../../img/article/navi1_hov.gif) 10px 1px no-repeat;  */
}
#Nav .nlu_navi1  ul li.sub_ul a:hover {
/*    background: #597B8F url(../../img/article/navi1_act_hov.gif) 10px 1px no-repeat;  */
}
/* ====  hover: Wenn Sublevel vorhanden <a> // hover: "if there is a sub_level" <a> ==== */
#Nav .nlu_navi1  ul li.sub_ul_true a:hover {
/*    background: #597B8F url(../../img/article/navi1_hov.gif) 10px 1px no-repeat;  */
}
 
/* ====  hover: Parent Link <a> // hover: "Only for the parent link" <a> ==== */
#Nav .nlu_navi1  ul li.sub_parent a:hover {
/*    background: #597B8F url(../../img/article/navi1_hov.gif) 10px 1px no-repeat;  */
}
 
/* ====  hover: Der aktive Link <a> // hover: "Only for the active link" <a> ==== */
#Nav .nlu_navi1  ul li.active a:hover {
/*    background: #597B8F url(../../img/article/navi1_act_hov.gif) 10px 1px no-repeat;  */
}
 
 
/* ==== LEVEL X+1 =============================================== */
 
#Nav .nlu_navi1  ul ul li.sub_no a,
#Nav .nlu_navi1  ul ul li.sub_no a:link,
#Nav .nlu_navi1  ul ul li.sub_no a:visited,
#Nav .nlu_navi1  ul ul li.sub_no a:active,
#Nav .nlu_navi1  ul ul li.sub_ul a,
#Nav .nlu_navi1  ul ul li.sub_ul a:link,
#Nav .nlu_navi1  ul ul li.sub_ul a:visited,
#Nav .nlu_navi1  ul ul li.sub_ul a:active {
   display: block;
   text-decoration: none;
   text-transform: none;
   font-weight: normal;
 /*    background: #8E9FAF url(../../img/article/navi1_norm.gif) 25px 1px no-repeat;   */
   padding: 1px 0 1px 5px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #4A5966;
 	font-weight: normal;
	left: 15px;

   
 /*  border-bottom: 1px solid #ccc;  IE6 Bug 
   \width: 200px;  /* IE5x Opera <= 5 
   \width: 160px;  /* = (Width of Menu Items) - (padding-right + left) */*/

}
 
/* state for the active point if there is a sub_level */
#Nav .nlu_navi1  ul ul li.sub_ul_true a,
#Nav .nlu_navi1  ul ul li.sub_ul_true a:link,
#Nav .nlu_navi1  ul ul li.sub_ul_true a:visited,
#Nav .nlu_navi1  ul ul li.sub_ul_true a:active {
   color: #4A5966; 
   font-weight: normal;
/*    background: #839AAF url(../../img/article/navi1_sub_true.gif) 25px 1px no-repeat; */
}
 
/* state for the active path (link tracing) */
#Nav .nlu_navi1  ul ul li.act_path a,
#Nav .nlu_navi1  ul ul li.act_path a:link,
#Nav .nlu_navi1  ul ul li.act_path a:visited,
#Nav .nlu_navi1  ul ul li.act_path a:active {
   color: #4A5966;
   font-weight: bold;
 /*   background: #6D8EAF url(../../img/article/navi1_act.gif) 25px 1px no-repeat;*/
}
 
 
/* state for the active link */
#Nav .nlu_navi1  ul ul li.active a,
#Nav .nlu_navi1  ul ul li.active a:link,
#Nav .nlu_navi1  ul ul li.active a:visited,
#Nav .nlu_navi1  ul ul li.active a:active {
   color: #4A5966;
   font-weight: bold;
/*    background: #6D8EAF url(../../img/article/navi1_act.gif) 25px 1px no-repeat; */
}
 
 
#Nav .nlu_navi1  ul ul li a:hover {
   color: #4A5966;
   font-weight: bold;
 /*    text-decoration: underline;
 background: #6B828F url(../../img/article/navi1_hov.gif) 25px 1px no-repeat; */
}
#Nav .nlu_navi1  ul ul li.sub_no a:hover {
   color: #4A5966;
    font-weight: bold;
   /* background: #6B828F url(../../img/article/navi1_hov.gif) 25px 1px no-repeat; */
}
#Nav .nlu_navi1  ul ul li.sub_ul a:hover {
  /*  background: #6B828F url(../../img/article/navi1_act_hov.gif) 25px 1px no-repeat; */
}
/* Only for "if there is a sub_level" */
#Nav .nlu_navi1  ul ul li.sub_ul_true a:hover {
 /*   background: #6B828F url(../../img/article/navi1_hov.gif) 25px 1px no-repeat; */
}
 
/* Only for the active link */
#Nav .nlu_navi1  ul ul li.active a:hover {
/*    background: #6B828F url(../../img/article/navi1_act_hov.gif) 25px 1px no-repeat;*/
}
 
 
/* ==== LEVEL X+2 =============================================== */
 
#Nav .nlu_navi1  ul ul ul li.sub_no a,
#Nav .nlu_navi1  ul ul ul li.sub_no a:link,
#Nav .nlu_navi1  ul ul ul li.sub_no a:visited,
#Nav .nlu_navi1  ul ul ul li.sub_no a:active,
#Nav .nlu_navi1  ul ul ul li.sub_ul a,
#Nav .nlu_navi1  ul ul ul li.sub_ul a:link,
#Nav .nlu_navi1  ul ul ul li.sub_ul a:visited,
#Nav .nlu_navi1  ul ul ul li.sub_ul a:active  {
   display: block;
   text-decoration: none;
   text-transform: none;
   font-weight: normal;
   color: #4A5966;
 /*   background: #83A1BF url(../../img/article/navi1_norm.gif) 40px 1px no-repeat;
   padding: 1px 0 0 55px;
   border-bottom: 1px solid #ccc; /* IE6 Bug */
   \width: 200px;  /* IE5x Opera <= 5 */
   widt\h: 145px;  /* = (Width of Menu Items) - (padding-right + left) */
}
 
/* state for the active point if there is a sub_level */
#Nav .nlu_navi1  ul ul ul li.sub_ul_true a,
#Nav .nlu_navi1  ul ul ul li.sub_ul_true a:link,
#Nav .nlu_navi1  ul ul ul li.sub_ul_true a:visited,
#Nav .nlu_navi1  ul ul ul li.sub_ul_true a:active {
   color: #4A5966;
   font-weight: normal;
 /*   background: #83A1BF url(../../img/article/navi1_sub_true.gif) 40px 1px no-repeat;   */
}
 
/* state for the active path (link tracing) */
#Nav .nlu_navi1  ul ul ul li.act_path a,
#Nav .nlu_navi1  ul ul ul li.act_path a:link,
#Nav .nlu_navi1  ul ul ul li.act_path a:visited,
#Nav .nlu_navi1  ul ul ul li.act_path a:active {
   color: #4A5966;
   font-weight: bold;
/*    background: #83A1BF url(../../img/article/navi1_act.gif) 40px 1px no-repeat;   */
}
 
 
/* state for the active link */
#Nav .nlu_navi1  ul ul ul li.active a,
#Nav .nlu_navi1  ul ul ul li.active a:link,
#Nav .nlu_navi1  ul ul ul li.active a:visited,
#Nav .nlu_navi1  ul ul ul li.active a:active {
   color: #4A5966;
   font-weight: bold;
/*    background: #83A1BF url(../../img/article/navi1_act.gif) 40px 1px no-repeat;   */
}
 
 
#Nav .nlu_navi1  ul ul ul li a:hover {
   color: #4A5966;
  text-decoration: underline;
/*    background: #6D879F url(../../img/article/navi1_hov.gif) 40px 1px no-repeat;   */
 
}
#Nav .nlu_navi1  ul ul ul li.sub_no a:hover {
   color: #4A5966;
      text-decoration: underline;
 /*   background: #6D879F url(../../img/article/navi1_hov.gif) 40px 1px no-repeat;   */
}
#Nav .nlu_navi1  ul ul ul li.sub_ul a:hover {
 /*   background: #6D879F url(../../img/article/navi1_act_hov.gif) 40px 1px no-repeat;   */
}
/* Only for "if there is a sub_level" */
 .nlu_navi1  ul ul ul li.sub_ul_true a:hover {
/*    background: #6D879F url(../../img/article/navi1_hov.gif) 40px 1px no-repeat;   */
}
 
/* Only for the active link */
#Nav .nlu_navi1  ul ul ul li.active a:hover {
/*    background: #6D879F url(../../img/article/navi1_act_hov.gif) 40px 1px no-repeat;   */
}
/*==== END LEVEL X ============================================= */
 
 
 
 
/* Holly Hack. IE Requirement \*/
* html  #Nav .nlu_navi1  ul li { float: left; height: 1%; }
* html  #Nav .nlu_navi1  ul li a { height: 1%; }
 
/* ==== End  nlu_navi1 ========================================= */