/* CSS Document */

/* Formatierungen des HMENUS */

.vmenu-2 {
	position:relative;
    float:left;
	width:568px;
	height:20px;
	background-color:#0092b3;
}


/* Formatierung des HMENU LEVEL1 NON-ACTIVEMODUS */

.vmenu-2-no {
	width:100px;
	height:20px;
	padding-top:3px;
	text-align:center;
}
.vmenu-2-no a{
	color:#000000; 
	font-size:11px;
	font-weight:normal;
}
.vmenu-2-no a:link{
	color:#000000; 
	font-size:11px;
}
.vmenu-2-no a:hover{
	height:17px;
	color:white;
	font-size:11px;
 	text-decoration:none;
 	background:url(../../img/vmenu-2-bg.gif) center bottom no-repeat;
}
.vmenu-2-no a:active{
}
.vmenu-2-no a:visited{
}

/* Formatierung des HMENU LEVEL1 ACTIVEMODUS */

.vmenu-2-act {
	width:100px;
	height:20px;
	padding-top:3px;
	text-align:center;
    background:url(../../img/vmenu-2-bg.gif) center bottom no-repeat;
}

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