/********************************************************/
/* MENÜ CONTAINER                                       */
/********************************************************/

#subNavContainer {
	position:relative;
	width:170px;
	min-height:243px;
}

#subNavPrint {
	position:relative;
	width:22px;
	height:41px;
}


/********************************************************/
/* MENÜ LINKE SEITE  1. hierarchy level                 */
/********************************************************/

/* Ebene1 normal*/
.menu_level1 {
	width:139px;
	padding:4px 3px 4px 26px;
	margin:0px 0px 0px 1px;
	background-image:url(menu_FILES/main_n.gif);
	background-repeat:repeat-y;
}
* HTML .menu_level1 {
	width: 170px;
	w\idth: 170px;
}

/* Ebene1 normal Link */
.menu_level1 a:link, .menu_level1 a:visited {
	text-decoration:none;
	color: #666666;
}

/* Ebene1 normal Link MouseOver*/
.menu_level1 a:hover, .menu_level1 a:active {
	text-decoration:underline;
	color:#000000;
}

/* Ebene1 aktiv*/
.menu_level1_act {
	text-decoration: none;
	color: #000000;
	width:139px;
	margin-top:1px;
	padding:4px 3px 4px 26px;
	border:1px solid #006633;
	background-image:url(menu_FILES/main_r.gif);
	background-repeat:repeat-y;
}
* HTML .menu_level1_act {
	width: 170px;
	w\idth: 170px;
}

/* Ebene1 aktiv Link*/
.menu_level1_act A {
	text-decoration: none;
	color: #000000;
}

/********************************************************/
/* MENÜ LINKE SEITE  2. hierarchy level                 */
/********************************************************/

/* Ebene2 normal*/
.menu_level2, .menu_level2_first {
	width:139px;
	border-left:1px solid #006633;
	border-right:1px solid #006633;
	padding:4px 3px 4px 26px;
	background-image:url(menu_FILES/sub_n.gif);
	background-repeat:repeat-y;
}
* HTML .menu_level2 {
	width: 170px;
	w\idth: 170px;
}
* HTML .menu_level2_first {
	width: 170px;
	w\idth: 170px;
}

.menu_level2_last {
	width:139px;
	border-left:1px solid #006633;
	border-right:1px solid #006633;
	border-bottom:1px solid #006633;
	padding:4px 3px 4px 26px;
	background-image:url(menu_FILES/sub_n.gif);
	background-repeat:repeat-y;
}
* HTML .menu_level2_last {
	width: 170px;
	w\idth: 170px;
}

/* Ebene2 normal Link */
.menu_level2 a:link, .menu_level2 a:visited, .menu_level2_first a:link, .menu_level2_first a:visited, .menu_level2_last a:link, .menu_level2_last a:visited {
	text-decoration:none;
	color: #666666;
}

/* Ebene2 normal Link MouseOver*/
.menu_level2 a:hover, .menu_level2 a:active, .menu_level2_first a:hover, .menu_level2_first a:active, .menu_level2_last a:hover, .menu_level2_last a:active {
	text-decoration:underline;
	color:#000000;
}

/* Ebene2 aktiv*/
.menu_level2_act {
	text-decoration: none;
	color: #000000;
	width:139px;
	padding:4px 3px 4px 26px;
	border-left:1px solid #006633;
	border-right:1px solid #006633;
	background-image:url(menu_FILES/sub_r.gif);
	background-repeat:repeat-y;
}
* HTML .menu_level2_act {
	width: 170px;
	w\idth: 170px;
}

/* Ebene2 aktiv*/
.menu_level2_last_act {
	text-decoration: none;
	color: #000000;
	width:139px;
	padding:4px 3px 4px 26px;
	border-left:1px solid #006633;
	border-right:1px solid #006633;
	border-bottom:1px solid #006633;
	background-image:url(menu_FILES/sub_r.gif);
	background-repeat:repeat-y;
}
* HTML .menu_level2_last_act {
	width: 170px;
	w\idth: 170px;
}

/* Ebene2 aktiv Link*/
.menu_level2_act A,  .menu_level2_last_act A{
	text-decoration: underline;
	color: #000000;
}

/* Platz zwischen SubMenuItems */
#menu2_trenner {
	height:1px;
	border-left:1px solid #006633;
	border-right:1px solid #006633;
}




