.nlu_navi1 {
	margin: 0px 0 0 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/13px Arial, Helvetica, sans-serif;
	width: 200px;
}
.nlu_navi1 em {
	font-style: normal;
}
.nlu_navi1 ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	width: 220px;  /* ++ Width of Menu Items // Breite der Navigation */
}
.nlu_navi1 ul li {
	position: relative;
	margin: 2px 0;
	padding:0;
	
}
/* ==== 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: #004599;
	font-size:11px;
	font-weight:bold;           /* ++ 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: #f2f2f2 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: 4px 0 4px 7px; /* ++ bottom line if you want */ /* ++ Untere Linie wenn gewuenscht */
	border-bottom: 1px solid #d9ceeb; /* IE6 Bug */ /* ++ Den "white-space" Fehler im IE7 vermeiden */ /* ++ Killing the "white-space" bug in IE7 */
	\width: 220px;  /* IE5x Opera <= 5 */
	widt\h: 213px;  /* = (Width of Menu Items) - (padding-right + padding-left) */
}
/* ====  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: #004599;
	font-weight: bold;
	background: #f2f2f2 url(../template01/img/menu/plus.gif) 2px 4px 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: bold;
	background: #43BFC1 url(../template01/img/menu/plus-white.gif) 0px 4px 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: #E6AC00;
	font-weight: bold; /*background: #cc0000 url(../template01/img/menu/plus-white.gif) 2px 4px no-repeat;*/
	background-color: #E8E8E8;
}
/* ====  hover: Maus über Link <a> // hover link <a> ==== */
.nlu_navi1 ul li a:hover {
	color: #E6AC00;/*background: #43BFC1 url(../template01/img/menu/plus-white.gif) 0px 4px no-repeat;*/
}
.nlu_navi1 ul li.sub_no a:hover {
	color: #E6AC00;/*background: #43BFC1 url(../template01/img/menu/plus-white.gif) 0px 4px no-repeat;*/
}
.nlu_navi1 ul li.sub_ul a:hover { /*background: #43BFC1 url(../template01/img/menu/plus-white.gif) 0px 4px 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: #E6AC00;/*background: #43BFC1 url(../template01/img/menu/plus-white.gif) 0px 4px no-repeat;*/
}
/* ====  hover: Der aktive Link <a> // hover: "Only for the active link" <a> ==== */
/*.nlu_navi1 ul li.active a:hover { color: #E6AC00; background: #43BFC1 url(../template01/img/menu/plus-white.gif) 0px 4px 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: bold;
	color: #004599;
	background: #f2f2f2 url(../template01/img/menu/haken.gif) 22px 4px no-repeat;
	padding: 4px 0 4px 20px;
	border-bottom: 1px solid #EAEAEA; /* IE6 Bug */
	\width: 220px;  /* IE5x Opera <= 5 */
	widt\h: 200px;  /* = (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: #004599;
	font-weight: bold;
	background: #f2f2f2 url(../template01/img/menu/plus.gif) 22px 4px 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: bold;
	background: #6666CC 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: #E6AC00;
	font-weight: bold;
	background: #f2f2f2 url(../template01/img/menu/haken-orange.gif) 22px 4px no-repeat;
}
.nlu_navi1 ul ul li a:hover {
	color: #E6AC00;   /*text-decoration: underline; *//*   background: #6666CC url(../../img/article/navi1_hov.gif) 25px 1px no-repeat;*/
}
.nlu_navi1 ul ul li.sub_no a:hover {
	color: #E6AC00;/*ackground: #6666CC url(../../img/article/navi1_hov.gif) 25px 1px no-repeat;*/
	background-color: #E8E8E8;
}
.nlu_navi1 ul ul li.sub_ul a:hover {
	color: #E6AC00;/*	background-color: #43BFC1;
	background-image: url(../../img/article/navi1_act_hov.gif);
	background-repeat: no-repeat;
	background-position: 25px 1px;*/
}
/* Only for "if there is a sub_level" */
.nlu_navi1 ul ul li.sub_ul_true a:hover {
	color: #E6AC00;/* background: #6666CC url(../../img/article/navi1_hov.gif) 25px 1px no-repeat;*/
}
/* Only for the active link */
.nlu_navi1 ul ul li.active a:hover {
	color: #E6AC00;/* background: #6666CC 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: #004599;
	background: #f2f2f2 url(../template01/img/menu/haken.gif) 42px 4px no-repeat;
	padding: 4px 0 4px 40px;
	border-bottom: 1px solid #EAEAEA; /* IE6 Bug */
	\width: 220px;  /* IE5x Opera <= 5 */
	widt\h: 180px;  /* = (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: #43BFC1 url(../template01/img/menu/haken-white.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: bold;
   background: #43BFC1 url(../template01/img/menu/haken-white.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: #E6AC00;
	font-weight: bold;
	background: #f2f2f2 url(../template01/img/menu/haken-orange.gif) 42px 4px no-repeat;
}
.nlu_navi1 ul ul ul li a:hover {
	color: #E6AC00;/*   text-decoration: underline; *//*   background: #43BFC1 url(../template01/img/menu/haken-white.gif) 40px 1px no-repeat;*/
}
.nlu_navi1 ul ul ul li.sub_no a:hover {
	color: #E6AC00;/*background: #43BFC1 url(../template01/img/menu/haken-white.gif) 40px 1px no-repeat;*/
}
.nlu_navi1 ul ul ul li.sub_ul a:hover {
	color: #E6AC00;/*background: #FAFAFA url(../template01/img/menu/haken-white.gif) 40px 1px no-repeat;*/
}
/* Only for "if there is a sub_level" */
.nlu_navi1 ul ul ul li.sub_ul_true a:hover {
	color: #E6AC00;/*background: #FAFAFA url(../template01/img/menu/haken-white.gif) 40px 1px no-repeat;*/
}
/* ==== LEVEL X+3 =============================================== */

.nlu_navi1 ul ul ul ul li.sub_no a, .nlu_navi1 ul ul ul ul li.sub_no a:link, .nlu_navi1 ul ul ul ul li.sub_no a:visited, .nlu_navi1 ul ul ul ul li.sub_no a:active, .nlu_navi1 ul ul ul ul li.sub_ul a, .nlu_navi1 ul ul ul ul li.sub_ul a:link, .nlu_navi1 ul ul ul ul li.sub_ul a:visited, .nlu_navi1 ul ul ul ul li.sub_ul a:active {
	display: block;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	color: #004599;
	background: #f2f2f2 url(../template01/img/menu/haken.gif) 42px 4px no-repeat;
	padding: 4px 0 4px 60px;
	border-bottom: 1px solid #EAEAEA; /* IE6 Bug */
	\width: 200px;  /* IE5x Opera <= 5 */
	widt\h: 160px;  /* = (Width of Menu Items) - (padding-right + left) */
}
/* state for the active point if there is a sub_level */
.nlu_navi1 ul ul ul ul li.sub_ul_true a, .nlu_navi1 ul ul ul ul li.sub_ul_true a:link, .nlu_navi1 ul ul ul ul li.sub_ul_true a:visited, .nlu_navi1 ul ul ul ul li.sub_ul_true a:active { /*   color: White;
   font-weight: normal;
   background: #43BFC1 url(../template01/img/menu/haken-white.gif) 40px 1px no-repeat;*/
}
/* state for the active path (link tracing) */
.nlu_navi1 ul ul ul ul li.act_path a, .nlu_navi1 ul ul ul ul li.act_path a:link, .nlu_navi1 ul ul ul ul li.act_path a:visited, .nlu_navi1 ul ul ul ul li.act_path a:active { /*color: White;
   font-weight: bold;
   background: #43BFC1 url(../template01/img/menu/haken-white.gif) 40px 1px no-repeat;*/
}
/* state for the active link */
.nlu_navi1 ul ul ul ul li.active a, .nlu_navi1 ul ul ul ul li.active a:link, .nlu_navi1 ul ul ul ul li.active a:visited, .nlu_navi1 ul ul ul ul li.active a:active {
	color: #E6AC00;
	font-weight: bold;
	background: #f2f2f2 url(../template01/img/menu/haken-orange.gif) 42px 4px no-repeat;
}
.nlu_navi1 ul ul ul ul li a:hover {
	color: #E6AC00;/*   text-decoration: underline; *//*   background: #43BFC1 url(../template01/img/menu/haken-white.gif) 40px 1px no-repeat;*/
}
.nlu_navi1 ul ul ul ul li.sub_no a:hover {
	color: #E6AC00;/*background: #43BFC1 url(../template01/img/menu/haken-white.gif) 40px 1px no-repeat;*/
}
.nlu_navi1 ul ul ul ul li.sub_ul a:hover {
	color: #E6AC00;/*background: #FAFAFA url(../template01/img/menu/haken-white.gif) 40px 1px no-repeat;*/
}
/* Only for "if there is a sub_level" */
.nlu_navi1 ul ul ul ul li.sub_ul_true a:hover {
	color: #E6AC00;/*background: #FAFAFA url(../template01/img/menu/haken-white.gif) 40px 1px no-repeat;*/
}


/* ==== LEVEL X+4 =============================================== */

.nlu_navi1 ul ul ul ul ul li.sub_no a, .nlu_navi1 ul ul ul ul ul li.sub_no a:link, .nlu_navi1 ul ul ul ul ul li.sub_no a:visited, .nlu_navi1 ul ul ul ul ul li.sub_no a:active, .nlu_navi1 ul ul ul ul ul li.sub_ul a, .nlu_navi1 ul ul ul ul ul li.sub_ul a:link, .nlu_navi1 ul ul ul ul ul li.sub_ul a:visited, .nlu_navi1 ul ul ul ul ul li.sub_ul a:active {
	display: block;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	color: #004599;
	background: #f2f2f2 url(../template01/img/menu/haken.gif) 42px 4px no-repeat;
	padding: 4px 0 4px 80px;
	border-bottom: 1px solid #EAEAEA; /* IE6 Bug */
	\width: 200px;  /* IE5x Opera <= 5 */
	widt\h: 140px;  /* = (Width of Menu Items) - (padding-right + left) */
}
/* state for the active point if there is a sub_level */
.nlu_navi1 ul ul ul ul ul li.sub_ul_true a, .nlu_navi1 ul ul ul ul ul li.sub_ul_true a:link, .nlu_navi1 ul ul ul ul ul li.sub_ul_true a:visited, .nlu_navi1 ul ul ul ul ul li.sub_ul_true a:active { /*   color: White;
   font-weight: normal;
   background: #43BFC1 url(../template01/img/menu/haken-white.gif) 40px 1px no-repeat;*/
}
/* state for the active path (link tracing) */
.nlu_navi1 ul ul ul ul ul li.act_path a, .nlu_navi1 ul ul ul ul ul li.act_path a:link, .nlu_navi1 ul ul ul ul ul li.act_path a:visited, .nlu_navi1 ul ul ul ul ul li.act_path a:active { /*color: White;
   font-weight: bold;
   background: #43BFC1 url(../template01/img/menu/haken-white.gif) 40px 1px no-repeat;*/
}
/* state for the active link */
.nlu_navi1 ul ul ul ul ul li.active a, .nlu_navi1 ul ul ul ul ul li.active a:link, .nlu_navi1 ul ul ul ul ul li.active a:visited, .nlu_navi1 ul ul ul ul ul li.active a:active {
	color: #E6AC00;
	font-weight: bold;
	background: #f2f2f2 url(../template01/img/menu/haken-orange.gif) 42px 4px no-repeat;
}
.nlu_navi1 ul ul ul ul ul li a:hover {
	color: #E6AC00;/*   text-decoration: underline; *//*   background: #43BFC1 url(../template01/img/menu/haken-white.gif) 40px 1px no-repeat;*/
}
.nlu_navi1 ul ul ul ul ul li.sub_no a:hover {
	color: #E6AC00;/*background: #43BFC1 url(../template01/img/menu/haken-white.gif) 40px 1px no-repeat;*/
}
.nlu_navi1 ul ul ul ul ul li.sub_ul a:hover {
	color: #E6AC00;/*background: #FAFAFA url(../template01/img/menu/haken-white.gif) 40px 1px no-repeat;*/
}
/* Only for "if there is a sub_level" */
.nlu_navi1 ul ul ul ul ul li.sub_ul_true a:hover {
	color: #E6AC00;/*background: #FAFAFA url(../template01/img/menu/haken-white.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 ========================================= */
