/* CSS Document */

/* Formatierungen des HMENUS */

.hmenu-1 {
	position:relative;
	float:left;
	width:809px;
	margin-left:85px;
	margin-top:50px;
}

/* Formatierung des HMENU LEVEL1 NON-ACTIVEMODUS */

.hmenu-1-no {
	padding-left:7px;
}

.hmenu-1-no a{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	margin-left: 5px;
	margin-right: 35px;
}
.hmenu-1-no a:link{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}
.hmenu-1-no a:hover{
	color:#8BD655;
	text-decoration:none;
}
.hmenu-1-no a:active {
	text-decoration:none;
}
.hmenu-1-no a:visited {
	text-decoration:none;
}

/* Formatierung des HMENU LEVEL1 ACTIVEMODUS */

.hmenu-1-act {
	background:url(../../img/menu_arrow.gif) left center no-repeat;
	padding-left:7px;
}

.hmenu-1-act a, .hmenu-1-act a:link{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	margin-left: 5px;
	margin-right: 40px;
}
.hmenu-1-act a:hover{
	color:#8BD655;
	text-decoration:none;
}
.hmenu-1-act a:visited{
	text-decoration:none;
}
.hmenu-1-act a:active{
	text-decoration:none;
}

