/* ======================================================================
   CSS for an vertical menu
   Template call: <div class="nlu_navi1">{NAV_LIST_UL:F,0,,,active}</div>
   Level 0 - 4;
   07.10.06 flip-flop (KH)

   For IE7 we need this at the "header:" section in your template:
   ..................................................
   <!--[if IE]><style>
   .nlu_navi1_docu ul li { float: left; height: 1%; }
   .nlu_navi1_docu ul li a { height: 1%; }
   </style><![endif]-->
   ..................................................
   but using Mac it doesn?t work. At this time the best solution are no
   patch at the header section.!!!! Kh 06/11/14
========================================================================= */

.nlu_navi1 {
   margin: 0;
   padding: 0 10px 30px 10px;
   border: 0;
   list-style-type: none;
   text-decoration: none;
   /* ++ e.g. 11px font and 19px height // z.B. 11px font und 19px hoch */
   font: normal normal 13px/31px Verdana, Arial, Helvetica, sans-serif;
   width: 180px;  /* ++ Width of Menu Items // Breite der Navigation*/
	/*   float:left; */
	/* dodatek: line-height */
   line-height: 170%;
	background: url(../../gfx-/tlo-menu-dol.jpg) repeat-x bottom;
}

.nlu_navi1 em { font-style: normal; }

.nlu_navi1 ul {
   margin: 0;
   padding: 0;
   border: 0;
   list-style: none;
   width: 180px;  /* ++ Width of Menu Items // Breite der Navigation */
}

.nlu_navi1 ul li { display: block; }


/* ==== 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(../../img/article/navi1_norm.gif) 8px 14px 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: 9px 0 9px 30px;

   /* ++ bottom line if you want */
   /* ++ Untere Linie wenn gew?nscht */
   border-bottom: 1px solid #007537; /* ++ horiz. line between */
   line-height: 170%;
}

/* ====  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 {
	display: block;
   color: #b7e6b3;           /* ++ Text color // Textfarbe */
   font-weight: bold;       /* ++ Bold if you want // Fett wenn gew?nscht */

   /* background for the active state // Hintergrund f?r den aktiven Status */
   background: url(../../img/article/navi1_act.gif) 8px 14px no-repeat;
}

/* ====  hover link <a> // Maus ?ber Link <a> ==== */
.nlu_navi1 ul li a:hover
 {
   color: #ffffa0;
/*   text-decoration: underline; */
   background: #024621 url(../../img/article/navi1_hov.gif) 8px 14px no-repeat;
}


.nlu_navi1 ul li.active a:hover {
   color: #b7e6b3;
/*   text-decoration: underline; */
   background: url(../../img/article/navi1_hov.gif) 8px 14px no-repeat;
}


.nlu_navi1 ul li.sub_ul.active a:hover {
//   color: #b7e6b3;
}

.nlu_navi1 ul li.sub_no.active a:hover {
//   color: #b7e6b3;
}

/* ==== 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: #000000;
   background: url(../../img/article/navi1_norm.gif) 8px 13px no-repeat;
  /*   padding: 1px 0 0 40px; */
   padding: 8px 0 8px 40px; 
   border-bottom: 1px solid #a6cc99; /* IE6 Bug */
}

.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: #b7e6b3;
   font-weight: bold;
   background: url(../../img/article/navi1_act.gif) 8px 13px no-repeat;
}

.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: #000000;
/*   text-decoration: underline; */
   background: #d8ebd8 url(../../img/article/navi1_hov.gif) 8px 13px no-repeat;
}

.nlu_navi1 ul ul li.active a:hover {
   color: #b7e6b3;
/*   text-decoration: underline; */
   background: #f2faf2 url(../../img/article/navi1_hov.gif) 25px 2px no-repeat;
}


.nlu_navi1 ul li.sub_ul.active ul li.sub_no a:hover {
//   color: #000000;
}

.nlu_navi1 ul li.sub_ul.active ul li.sub_no.active a:hover {
//   color: #005d2e;
}


   
/* ==== 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: #000000;
   background: #dd3400 url(../../img/article/navi1_norm.gif) 40px 2px no-repeat;
/*   padding: 1px 0 0 55px; */
   padding: 8px 0 8px 55px; 
   border-bottom: 1px solid #a6cc99; /* IE6 Bug */
}

.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: #b7e6b3;
   font-weight: bold;
   background: #dd3400 url(../../img/article/navi1_act.gif) 40px 2px no-repeat;
}

.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,
.nlu_navi1 ul ul ul li.active a:hover {
//   color: #000000;
/*   text-decoration: underline; */
   background: #b7e6b3 url(../../img/article/navi1_hov.gif) 40px 2px 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 */

/* ==== End  nlu_navi1_========================================= */
