
@media all
{

/* ######################################################################################################
** ### Menu2: verikale Subnavigation ####################################################################
** ######################################################################################################
*/

/* Gesamtes menu2 */
#menu2  { 
	padding: 10px 0 0 6px;
}
/* Gesamtes ul */
#menu2 ul { 
}

/* normaler Block */
#menu2 ul li {
}

/* alle Texte */
#menu2 ul li a, 
#menu2 ul li.cur strong { 
	color: #000; 
	font-weight: bold;
	padding: 2px 0 3px 27px; 
	width: 148px;
	text-decoration: none; 
	background: transparent url(img/pfeil1.gif) 0px 2px no-repeat; 
	margin-bottom: 2px;
}

/* Formatierung normaler Text */
#menu2 ul li.no a, 
#menu2 ul ul li.no a, 
#menu2 ul ul ul li.no a {
	color: #000; 
}

/* Formatierung aktiver Text */
#menu2 ul li.act a, 
#menu2 ul ul li.act a, 
#menu2 ul ul ul li.act a {
 color: #000; 
 font-weight: bold; 
}

/* Formatierung aktueller Text */
#menu2 ul li.cur strong, 
#menu2 ul ul li.cur strong, 
#menu2 ul ul ul li.cur strong {
	color: #000; 
	font-weight: bold;
	background-color: #fff;
}

/* Mouse-Over */
#menu2 ul li.no a:hover,
#menu2 ul li.no a:focus,
#menu2 ul ul li.no a:hover,
#menu2 ul ul li.no a:focus,
#menu2 ul ul ul li.no a:hover,
#menu2 ul ul ul li.no a:focus { 
	color: #000 !important; 
	text-decoration: underline !important; 
	background-color: #fff !important;
}
#menu2 ul li.act a:hover,
#menu2 ul li.act a:focus,
#menu2 ul ul li.act a:hover,
#menu2 ul ul li.act a:focus,
#menu2 ul ul ul li.act a:hover,
#menu2 ul ul ul li.act a:focus { 
	color: #000 !important; 
	text-decoration: underline !important; 
	background-color: #fff !important;
}

#menu2 ul ul li a  { width: 128px; padding-left: 47px !important; background-position: 20px 2px; }
#menu2 ul ul li.cur strong { width: 128px; padding-left: 47px !important; background-position: 20px 2px;  }

#menu2 ul ul ul li a  { width: 108px; padding-left: 67px !important; background-position: 40px 2px; }
#menu2 ul ul ul li.cur strong { width: 108px; padding-left: 67px !important; background-position: 40px 2px;  }


}
