/* CSS Document */

/* Formatierungen des HMENUS */

.vmenu-3  { padding: 20px }

/* Formatierung des HMENU LEVEL1 NON-ACTIVEMODUS */

.vmenu-3-no   {
	text-align: left;
	padding-top: 3px;
	padding-left: 11px;
}

.vmenu-3-no a {
	color: #83856e;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	}
.vmenu-3-no a:link { }
.vmenu-3-no a:hover { color: black; text-decoration: none }
.vmenu-3-no a:active{
}
.vmenu-3-no a:visited{
}

/* Formatierung des HMENU LEVEL1 ACTIVEMODUS */

.vmenu-3-act   {
	text-align: left;
	padding-top: 3px;
	padding-left: 11px;
	}

.vmenu-3-act a {
	color: black;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	}
.vmenu-3-act a:link{
}
.vmenu-3-act a:hover { color: black; text-decoration: none }
.vmenu-3-act a:active{
}
.vmenu-3-act a:visited{
}