/* CSS Document */

/* Formatierungen des HMENUS */

.vmenu-1
{
	position:relative;
	width:663px;
}

/* Formatierung des HMENU LEVEL1 NON-ACTIVEMODUS */

.vmenu-1-no {
	clear:both;
	padding:3px 10px 0px 0px;
	margin-bottom:3px;
	width:95px;	
    height:20px;
    text-align:right;
}

.vmenu-1-no a{
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
}
.vmenu-1-no a:link{
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
}
.vmenu-1-no a:hover{
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
 	text-decoration:none;
}
.vmenu-1-no a:active{

}
.vmenu-1-no a:visited{

}

/* Formatierung des HMENU LEVEL1 ACTIVEMODUS */

.vmenu-1-act {
	padding:3px 10px 0px 0px;
	margin-bottom:3px;
	position:relative;
    float:left;
    background-color:#00516e;
	width:95px;	
    height:20px;
    text-align:right;
}

.vmenu-1-act a{
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
}
.vmenu-1-act a:link{
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
}
.vmenu-1-act a:hover{
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
 	text-decoration:none;
}
.vmenu-1-act a:active{
}
.vmenu-1-act a:visited{
}