/* ======================================================================
   >= 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)
   
========================================================================= */
   
.nlu_navi1 {
   margin: 0;
   padding: 0;
   border: 0;
   text-decoration: none;
   /* ++ e.g. 11px font and 19px height // z.B. 11px font und 19px hoch */
   font: normal normal 11px/21px Verdana, Geneva, Arial, Helvetica, sans-serif;
   width: 300px;  /* ++ Width of Menu Items // Breite der Navigation*/
/*   float:left; */
color: magenta;
}

.nlu_navi1 em { font-style: normal; }

.nlu_navi1 ul {

   margin: 0;
   padding: 0px;
   border: 0;
   list-style-type: none;
   width: 300px;  /* ++ Width of Menu Items // Breite der Navigation */
}

.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: #ffffff;           /* ++ 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(../../layout/menuframe.jpg) 2px 2px no-repeat; */
   background: url(../../layout/menu.png) 0px 3px no-repeat;

   /* ++ Text adjust e.g. upper gap and left gap 25px */
   /* ++ Text justieren 1px oben und 25px von links 
   padding: 1px 0 0 25px;*/
   padding: 10px 0 0 20px;
   padding-top: 0px;

   /* ++ bottom line if you want */
   /* ++ Untere Linie wenn gewuenscht */
   /* #border-bottom: 1px dotted #ccc; */ /* IE6 Bug */

   /* ++ Den "#CCCCCC-space" Fehler im IE7 vermeiden */
   /* ++ Killing the "#CCCCCC-space" bug in IE7 */
   \width: 280px;  /* IE5x Opera <= 5 */
   widt\h: 265px;  /* = (Width of Menu Items) - (padding-right + padding-left) */
   font-weight: normal;
   
}

/* ====  Aktiv, wenn ein Sublevel vorhanden ist // active point if there is a sub_level ==== */
.nlu_navi1 ul li.sub_ul_true a,
.nlu_navi1 ul li.sub_ul_true a:link,
.nlu_navi1 ul li.sub_ul_true a:visited,
.nlu_navi1 ul li.sub_ul_true a:active {
   color: #ffffff;
   font-weight: normal;
   /* background: url(../../layout/menu.png) 20px 16px no-repeat; */
}

/* ====  Aktiver Pfad - Linkverfolgung im Baum // active path in tree (link tracing) ==== */
.nlu_navi1 ul li.act_path a,
.nlu_navi1 ul li.act_path a:link,
.nlu_navi1 ul li.act_path a:visited,
.nlu_navi1 ul li.act_path a:active {
   color: #ffffff;
   font-weight: bold;

}

/* ====  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: #ffffff;           /* ++ Text color // Textfarbe */
   font-weight: normal;
   background: url(../../layout/menu_active.png) 0px 3px no-repeat;   /* background: url(../../layout/menuframe.jpg) 2px 2px no-repeat; */
}

/* ====  hover: Maus  ber Link <a> // hover link <a> ==== */
.nlu_navi1 ul li a:hover {
   color: #ffffff;           /* ++ Text color // Textfarbe */
   font-weight: bold;
/*   text-decoration: underline; */
   /* background: url(../../layout/menuframe1.jpg) 20px 16px no-repeat; */
}
.nlu_navi1 ul li.sub_no a:hover {
   color: #ffffff;           /* ++ Text color // Textfarbe */
   font-weight: bold;
   /* background: url(../../layout/menuframe1.jpg) 20px 16px no-repeat; */
   padding: 0px 0 0 20px;
}
.nlu_navi1 ul li.sub_ul a:hover {
   font-weight: bold;
   /* background: url(../../layout/menuframe1.jpg) 20px 16px no-repeat; */
   padding: 0px 0 0 20px;
}
/* ====  hover: Wenn Sublevel vorhanden <a> // hover: "if there is a sub_level" <a> ==== */
.nlu_navi1 ul li.sub_ul_true a:hover {
   font-weight: bold;
   background: url(../../layout/menu.png) 0px 3px no-repeat;
   /* background: url(../../layout/menuframe1.jpg) 20px 16px no-repeat; */
}

/* ====  hover: Der aktive Link <a> // hover: "Only for the active link" <a> ==== */
.nlu_navi1 ul li.active a:hover {
   font-weight: bold;
   /* background: url(../../layout/menuframe1.jpg) 20px 16px no-repeat; */
}


/* ==== 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: #ffffff;
   background: url(../../layout/menu2.png) 10px 3px no-repeat;
   padding: 0px 0 0 30px;
   /* border-bottom: 1px dotted #ccc; */ /* IE6 Bug */
   \width: 290px;  /* IE5x Opera <= 5 */
   widt\h: 255px;  /* = (Width of Menu Items) - (padding-right + left) */
   font: normal normal 11px/21px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* state for the active point if there is a sub_level */
.nlu_navi1 ul ul li.sub_ul_true a,
.nlu_navi1 ul ul li.sub_ul_true a:link,
.nlu_navi1 ul ul li.sub_ul_true a:visited,
.nlu_navi1 ul ul li.sub_ul_true a:active {
   color: #ffffff;
   font-weight: normal;
   /* background: #ffffff url(../../img/article/arrow1.png) 15px 1px no-repeat; */
}

/* state for the active path (link tracing) */
.nlu_navi1 ul ul li.act_path a,
.nlu_navi1 ul ul li.act_path a:link,
.nlu_navi1 ul ul li.act_path a:visited,
.nlu_navi1 ul ul li.act_path a:active {
   color: #ffffff;           /* ++ Text color // Textfarbe */
   font-weight: bold;
   background: url(../../layout/menu_active2.png) 10px 3px no-repeat;
}


/* state for the active link */
.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: #ffffff;           /* ++ Text color // Textfarbe */
   font-weight: bold;
   /* background: #ffffff url(../../img/article/arrow_act1.png) 15px 1px no-repeat;*/
}


.nlu_navi1 ul ul li a:hover {
   color: #ffffff;           /* ++ Text color // Textfarbe */
   font-weight: bold;/*   text-decoration: underline; */
   /* background: #f3F3f3 url(../../img/article/arrow_act1.png) 15px 1px no-repeat;*/
}
.nlu_navi1 ul ul li.sub_no a:hover {
   color: #ffffff;           /* ++ Text color // Textfarbe */
   padding: 0px 0 0 30px;
   font-weight: bold;
      /* background: #f3F3f3 url(../../img/article/arrow_act1.png) 15px 1px no-repeat;*/
}
.nlu_navi1 ul ul li.sub_ul a:hover {
   font-weight: bold;
     /* background: #f3F3f3 url(../../img/article/arrow1.png) 15px 1px no-repeat;*/
}
/* Only for "if there is a sub_level" */
.nlu_navi1 ul ul li.sub_ul_true a:hover {
   /* background: #f3F3f3 url(../../img/article/arrow1.png) 15px 1px no-repeat;*/
}

/* Only for the active link */
.nlu_navi1 ul ul li.active a:hover {
   /* background: #f3F3f3 url(../../img/article/arrow.png) 25px 1px 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: #666666;
   /* background: #f3F3f3 url(../../img/article/arrow.png) 40px 1px no-repeat; */
   padding: 1px 0 0 25px;
   /* border-bottom: 1px dotted #ccc; */ /* IE6 Bug */ 
   \width: 190px;  /* IE5x Opera <= 5 */
   widt\h: 145px;  /* = (Width of Menu Items) - (padding-right + left) */
}

/* state for the active point if there is a sub_level */
.nlu_navi1 ul ul ul li.sub_ul_true a,
.nlu_navi1 ul ul ul li.sub_ul_true a:link,
.nlu_navi1 ul ul ul li.sub_ul_true a:visited,
.nlu_navi1 ul ul ul li.sub_ul_true a:active {
   color: #666666;
   font-weight: normal;
   /* background: #f3F3f3 url(../../img/article/arrow.png) 40px 1px no-repeat; */
}

/* state for the active path (link tracing) */
.nlu_navi1 ul ul ul li.act_path a,
.nlu_navi1 ul ul ul li.act_path a:link,
.nlu_navi1 ul ul ul li.act_path a:visited,
.nlu_navi1 ul ul ul li.act_path a:active {
   color: #666666;
   font-weight: bold;
   /* background: #f3F3f3 url(../../img/article/arrow_act.png) 40px 1px no-repeat; */
}


/* state for the active link */
.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: #666666;
   font-weight: bold;
   /* background: #ffffff url(../../img/article/arrow_act.png) 40px 1px no-repeat; */
}


.nlu_navi1 ul ul ul li a:hover {
   color: #666666;
/*   text-decoration: underline; */
   /* background: #f3F3f3 url(../../img/article/arrow.png) 40px 1px no-repeat; */
}
.nlu_navi1 ul ul ul li.sub_no a:hover {
   color: #666666;
   padding: 1px 0 0 26px;
   /* background: #f3F3f3 url(../../img/article/arrow.png) 40px 1px no-repeat; */
}
.nlu_navi1 ul ul ul li.sub_ul a:hover {
   /* background: #f3F3f3 url(../../img/article/arrow.png) 40px 1px no-repeat; */
}
/* Only for "if there is a sub_level" */
.nlu_navi1 ul ul ul li.sub_ul_true a:hover {
   /* background: #f3F3f3 url(../../img/article/arrow.png) 40px 1px no-repeat; */
}

/* Only for the active link */
.nlu_navi1 ul ul ul li.active a:hover {
   /* background: #f3F3f3 url(../../img/article/arrow.png) 40px 1px no-repeat; */
}
/*==== END LEVEL X ============================================= */

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

/* ==== End  nlu_navi1 ========================================= */ 


.text10_darkgrey{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 20px;
	color:#999999;
	letter-spacing:normal;
	font: Century Gothic;
}
