﻿/* ======================================================================
   >= 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;
min-height:100%;   
height:100%;
/* ++ e.g. 11px font and 19px height // z.B. 11px font und 19px hoch */
   font: normal normal 11px Arial, Verdana, Geneva, Helvetica, sans-serif;
   width: 100%;  /* ++ Width of Menu Items // Breite der Navigation*/
/*   float:left; */
}

.nlu_navi1 em { font-style: normal; }

.nlu_navi1 ul {
   margin: 0;
   padding: 0;
   border: 0;
margin-bottom:8px;
list-style-type:none;
/* list-style-image:url(http://city-firmen-portal.de/picture/upload/newlayout/doppelpfeilblau.gif);*/   
width: 100%;  /* ++ Width of Menu Items // Breite der Navigation */
}

.nlu_navi1 ul li {
   margin-top:3px;
   margin-left:0px;
}


.nlu_navi1 ul li.sub_ul ul li.sub_ul ul li {
   margin-top:1px;
margin-left:0px;
border: 0;
}


.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;
font-weight: normal;
   text-decoration:none;
   text-transform: none;
   color: #FFFFFF;           /* ++ Text color // Textfarbe */
   background: #295d82 url(http://city-firmen-portal.de/picture/upload/newlayout/doppelpfeilblau.gif) 8px 8px no-repeat;
   padding: 5px 0 0 23px;
   widt\h: 157px;  
}

/* ====  Aktiv, wenn ein Sublevel vorhanden ist // active point if there is a sub_level ==== 839AAF*/
.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: White;
   font-weight: normal;
background: #295d82 url(http://city-firmen-portal.de/picture/upload/newlayout/doppelpfeilblau.gif) 8px 8px 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: White;
   font-weight: normal;
   background: #295d82;
background: #295d82 url(http://city-firmen-portal.de/picture/upload/newlayout/quadrot.gif) 8px 8px no-repeat;



}

/* ====  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: White;
   font-weight: normal;
background: #295d82 url(http://city-firmen-portal.de/picture/upload/newlayout/quadrot.gif) 8px 8px no-repeat;
}

/* ====  hover: Maus über Link <a> // hover link <a> ==== */
.nlu_navi1 ul li a:hover {
   color: White;
/*   text-decoration: underline; */
   /*background: #3f7dc7 url(../../img/article/navi1_hov.gif) 10px 1px no-repeat;*/

}
.nlu_navi1 ul li.sub_no a:hover {
   color: White;
/*   background: #3f7dc7 url(../../img/article/navi1_hov.gif) 10px 1px no-repeat;*/
}
.nlu_navi1 ul li.sub_ul a:hover {
 /*  background: #3f7dc7 url(../../img/article/navi1_act_hov.gif) 10px 1px no-repeat;*/
}
/* ====  hover: Wenn Sublevel vorhanden <a> // hover: "if there is a sub_level" <a> ==== */
.nlu_navi1 ul li.sub_ul_true a:hover {
background: #295d82 url(http://city-firmen-portal.de/picture/upload/newlayout/doppelpfeilblau.gif) 8px 8px no-repeat;
}

/* ====  hover: Der aktive Link <a> // hover: "Only for the active link" <a> ==== */
.nlu_navi1 ul li.active a:hover {
background: #295d82 url(http://city-firmen-portal.de/picture/upload/newlayout/doppelpfeilblau.gif) 8px 8px no-repeat;
}


/* ==== LEVEL X+1 ==Erste Unterkategorie============================================= */

.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;
 /*#6699cc 5880b0 9bb0c9 */ 
  background: #5880b0 ;
   padding: 1px 0 0 23px;
   border-bottom: 1px solid #ccc; /* IE6 Bug 8E9FAF*/
  /* \width: 155px;  /* IE5x Opera <= 5 */
   widt\h: 156px;  /* war 135 = (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: White;
   font-weight: normal;
  /* background: #5880b0 url(../../img/article/navi1_sub_true.gif) 25px 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: White;
   font-weight: normal;
/*   background: #5880b0 url(../../img/article/navi1_act.gif) 25px 1px 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: White;
   font-weight: normal;
/*   background: #5880b0 url(../../img/article/navi1_act.gif) 25px 1px no-repeat; */
}


.nlu_navi1 ul ul li a:hover {
   color: White;
/*   text-decoration: underline; */
   background: #5880b0 url(../../img/article/navi1_hov.gif) 25px 1px no-repeat;
}
.nlu_navi1 ul ul li.sub_no a:hover {
   color: White;
   background: #5880b0 url(../../img/article/navi1_hov.gif) 25px 1px no-repeat;
}
.nlu_navi1 ul ul li.sub_ul a:hover {
   background: #5880b0 url(../../img/article/navi1_act_hov.gif) 25px 1px no-repeat;
}
/* Only for "if there is a sub_level" */
.nlu_navi1 ul ul li.sub_ul_true a:hover {
   background: #5880b0 url(../../img/article/navi1_hov.gif) 25px 1px no-repeat;
}

/* Only for the active link */
.nlu_navi1 ul ul li.active a:hover {
   background: #5880b0 url(../../img/article/navi1_act_hov.gif) 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: #FFFFFF;
 /*83A1BF */ 
  background: #9bb0c9 ;
   padding: 1px 0 0 24px;
   border-bottom: 1px solid #ccc; /* IE6 Bug */
  /* \width: 140px;  /* IE5x Opera <= 5 */
   widt\h: 155px;  /* = (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: White;
   font-weight: normal;
  /* background: #83A1BF url(../../img/article/navi1_sub_true.gif) 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: White;
   font-weight: normal;
 /*  background: #83A1BF url(../../img/article/navi1_act.gif) 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: White;
   font-weight: normal;
/*   background: #83A1BF url(../../img/article/navi1_act.gif) 40px 1px no-repeat; */
}


.nlu_navi1 ul ul ul li a:hover {
   color: White;
/*   text-decoration: underline; */
   background: #6D879F url(../../img/article/navi1_hov.gif) 40px 1px no-repeat;
}
.nlu_navi1 ul ul ul li.sub_no a:hover {
   color: White;
   background: #6D879F url(../../img/article/navi1_hov.gif) 40px 1px no-repeat;
}
.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 */
.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 .nlu_navi1 ul li { float: left; height: 1%; }
* html .nlu_navi1 ul li a { height: 1%; }

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

