﻿/* ======================================================================
   <div class="nlu_navi1">{ NAV_LIST_UL:F,0,,act_path,active }</div>
   26.03.07 flip-flop (KH)
========================================================================= */

   
.nlu_navi1 {
   margin: 0;
   margin-top:5px;
   margin-left:10px;
   padding: 0;
   border: 0;
   text-decoration: none;
   font-size:12px;
   line-height:20px;
   width: 150px;  /* ++ Breite der Navigation*/
}

.nlu_navi1 em { font-style: normal; }

.nlu_navi1 ul {
   margin: 0;
   padding: 0;
   border: 0;
   list-style-type: none;
   width: 150px;  /* ++ Breite der Navigation */
}

.nlu_navi1 ul li { position: relative; }


/* ==== LEVEL X ================================================= */

/* ====  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;
   font-weight: bold;
   color: #ffffff;
   background: url(../../img_template/link_red.gif) 0px 3px no-repeat;
   padding: 0px 0 0 20px;
   \width: 150px;  /* IE5x Opera <= 5 */
   widt\h: 150px;  /* = (Width of Menu Items) - (padding-right + padding-left) */
}

/* ====  Aktiv, wenn ein Sublevel vorhanden ist ==== */
.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: bold;
}

/* ====  Aktiver Pfad - Linkverfolgung im Baum ==== */
.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 ==== */
.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: #A5B4E5;
   font-weight: bold;
   background: url(../../img_template/link_red.gif) 0px 3px no-repeat;
}

/* ====  hover: Maus über Link ==== */
.nlu_navi1 ul li a:hover {
   color: #A5B4E5;
   background: url(../../img_template/link_white.gif) 3px 3px no-repeat;
}
.nlu_navi1 ul li.sub_no a:hover {
   color: #A5B4E5;

}
.nlu_navi1 ul li.sub_ul a:hover {
   color: #A5B4E5;
   background: url(../../img_template/link_white.gif) 3px 3px no-repeat;
}
/* ====  hover: Wenn Sublevel vorhanden <a> // hover: "if there is a sub_level" <a> ==== */
.nlu_navi1 ul li.sub_ul_true a:hover {
   color: #A5B4E5;
   background: url(../../img_template/link_white.gif) 3px 3px no-repeat;
}

/* ====  hover: Der aktive Link <a> // hover: "Only for the active link" <a> ==== */
.nlu_navi1 ul li.active a:hover {

}


/* ==== 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: black;
   background: url(../../pic/link_blue_8x8.gif) 9px 5px no-repeat;
   padding: 0px 0 0 25px;
   \width: 150px;  /* IE5x Opera <= 5 */
   widt\h: 150px;  /* = (Width of Menu Items) - (padding-right + left) */
}

/* 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: black;
   font-weight: bold;

}

/* 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: black;
   font-weight: bold;
}


/* 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: #A5B4E5;
   font-weight: bold;
   background: url(../../pic/link_#FAD600_8x8.gif) 9px 5px no-repeat;
}


.nlu_navi1 ul ul li a:hover {
   color: #FAD600;
   background: url(../../pic/link_#FAD600_8x8.gif) 12px 5px no-repeat;
}
.nlu_navi1 ul ul li.sub_no a:hover {
   color: #FAD600;
   background: url(../../pic/link_#FAD600_8x8.gif) 12px 5px no-repeat;

}
.nlu_navi1 ul ul li.sub_ul a:hover {
   color: White;
   background: url(../../pic/link_#FAD600_8x8.gif) 12px 5px no-repeat;
}
/* Only for "if there is a sub_level" */
.nlu_navi1 ul ul li.sub_ul_true a:hover {
   color: White;
   background: url(../../pic/link_#FAD600_8x8.gif) 6px 1px no-repeat;
}

/* Only for the active link */
.nlu_navi1 ul ul li.active a:hover {

}

   
/* ==== 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: bold;
   color: #A5B4E5;
   padding: 1px 0 0 40px;
   border-bottom: 1px solid white; /* IE6 Bug */
   \width: 150px;  /* IE5x Opera <= 5 */
   widt\h: 150px;  /* = (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: black;
   font-weight: normal;
   background: #e9d5d6 url(../image/navi1_sub_true.gif) 25px 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: #A5B4E5;
   font-weight: bold;
}


/* 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: White;
   font-weight: bold;
   background: #A52A2A url(../image/navi1_act.gif) 25px 1px no-repeat;
}


.nlu_navi1 ul ul ul li a:hover {
   color: White;
/*   text-decoration: underline; */
   background: url(../../img_template/link_white.gif) 6px 1px no-repeat;
}
.nlu_navi1 ul ul ul li.sub_no a:hover {
   color: White;
   background: url(../../img_template/link_white.gif) 6px 1px no-repeat;
}
.nlu_navi1 ul ul ul li.sub_ul a:hover {
   color: White;
   background: url(../../img_template/link_white.gif) 6px 1px no-repeat;
}
/* Only for "if there is a sub_level" */
.nlu_navi1 ul ul ul li.sub_ul_true a:hover {
   color: White;
   background: url(../../img_template/link_white.gif) 6px 1px no-repeat;
}

/* Only for the active link */
.nlu_navi1 ul ul ul li.active a:hover {

}
/*==== 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 ========================================= */ 
