
@media all
{

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

/* Gesamtes menu2 */
#menu2  { 
	padding: 2.5em 0;
}
/* Gesamtes ul */
#menu2 ul { 
	border: 0px solid #990;
	background: transparent; 
}

/* normaler Block */
#menu2 ul li {
	background: transparent; 
	padding-left: 1.5em;
}

/* alle Texte */
#menu2 ul li a, 
#menu2 ul li.cur strong { 
	color: #000; 
	font-weight: normal;
	padding: 4px 0 4px 10%; 
	text-decoration: none; 
	background-color: transparent;
	background-image: url(img/dotg.gif);	
	background-repeat: no-repeat;
	background-position: 0% 45%;
}

#menu2 ul li.spc {
color: #000; 
	font-weight: normal;
	padding: 4px 0 4px 0%; 
	text-decoration: none; 
	background-color: transparent;
	background-image: none;	
}
#menu2 ul ul li.spc {
        padding-left: 10%;
}
#menu2 ul ul ul li.spc {
        padding-left: 21%;
}

/* Formatierung normaler Text */
#menu2 ul li.no a, 
#menu2 ul ul li.no a, 
#menu2 ul ul ul li.no a {
	color: #000; 
	font-weight: normal; 
	background-image: url(img/dotb.gif);	
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0% 45%;
}

/* 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: normal; 
	background: transparent;
 	background-image: url(img/dotg.gif);	
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0% 45%;
}

/* Formatierung aktueller Text */
#menu2 ul li.cur strong, 
#menu2 ul ul li.cur strong, 
#menu2 ul ul ul li.cur strong {
	font-weight: normal; 
	color: #000; 
	background: transparent;
	background-image: url(img/dotg.gif);	
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0% 45%;
}

/* 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 { 
	background-image: url(img/dotg.gif);	
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0% 45%;
}
#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 { 
	background-image: url(img/dotg.gif);	
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0% 45%;
}



}
