/* CSS Document */

/* Formatierungen des VMENUS */

.vmenu-2   { 
	margin:17px 0 0 22px;
}

/* Formatierung des HMENU LEVEL1 NON-ACTIVEMODUS */
.vmenu-2-no, .vmenu-2-act {
	padding:1px 0 1px 0;
}
.vmenu-2-no a  { 
	color: #5e5e5e;
	font-size: 11px;
	text-decoration: none !important;
	padding-bottom:7px;
		font-weight: bold;
}

.vmenu-2-no a:link {}
.vmenu-2-no a:hover {
	text-decoration: none;
	color:#000000;
		font-weight: bold;
}


/* Formatierung des HMENU LEVEL1 ACTIVEMODUS */

.vmenu-2-act a  {
	color: black; 
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.vmenu-2-act a:link {
	color: black;
}
.vmenu-2-act a:hover {
	text-decoration: none;
	color: black;
}