/* CSS Document */

/* Formatierungen des HMENUS */

.vmenu-2 {
	margin-top:15px;
	width:212px;
}

/* Formatierung des HMENU LEVEL1 NON-ACTIVEMODUS */

.vmenu-2-no {
	text-align:right;
	min-height:20px;
	padding-top:6px;
	background-color:#40457D;
	border-bottom-color:#8E91B2;
	border-bottom-style:solid;
	border-bottom-width:1px;
	width:212px;
}

.vmenu-2-no a{
	width:212px;
	height:26px;
	background-color:#40457D;
	border-bottom-color:#8E91B2;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#000000; 
	padding-top:6px;
	padding-bottom:6px;
	padding-right:15px;
	padding-left:35px;
	font-size:11px;
	font-weight:normal;
}
.vmenu-2-no a:link{
	color:#000000;
	font-size:11px;
}
.vmenu-2-no a:hover{
	background-color:#0D0450;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}
.vmenu-2-no a:active{
}
.vmenu-2-no a:visited{
}

/* Formatierung des HMENU LEVEL1 ACTIVEMODUS */

.vmenu-2-act {
	text-align:right;
	min-height:20px;
	padding-top:6px;
	background-color:#40457D;
	border-bottom-color:#8E91B2;
	border-bottom-style:solid;
	border-bottom-width:1px;
	width:212px;
}

.vmenu-2-act a{
	width:212px;
	height:26px;
	background-color:#40457D;
	border-bottom-color:#8E91B2;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#FFFFFF; 
	padding-top:6px;
	padding-bottom:6px;
	padding-right:15px;
	padding-left:35px;
	font-size:11px;
	font-weight:normal;
}
.vmenu-2-act a:link{
	color:#000000;
	font-size:11px;
}
.vmenu-2-act a:hover{
	background-color:#0D0450;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}
.vmenu-2-act a:active{
}
.vmenu-2-act a:visited{
}
