/* Formatierung des HMENU LEVEL1 Layers NON-ACTIVEMODUS */

a.hmenu-1-bottom-no {
	color: #83856e;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: table-cell;
	padding-top: 5px;
	width: 120px;
	height: 20px;
}
a:link.hmenu-1-bottom-no   {color: #83856e;text-decoration: none;}
a:hover.hmenu-1-bottom-no   {color: #83856e;text-decoration: none;}
a:active.hmenu-1-bottom-no  { }
a:visited.hmenu-1-bottom-no {}

/* Formatierung des HMENU LEVEL1 Layers ACTIVEMODUS */

a.hmenu-1-bottom-act {
	color: black;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: table-cell;
	padding-top: 5px;
	width: 120px;
	height: 20px;
}
a:link.hmenu-1-bottom-act   { }
a:hover.hmenu-1-bottom-act    { color: black; text-decoration: none }
a:active.hmenu-1-bottom-act {}
a:visited.hmenu-1-bottom-act {}

/* Formatierung des HMENU LEVEL2 Layers NON-ACTIVEMODUS */

.hmenu-layer-2-bottom-no {}
.hmenu-layer-2-bottom-no a {
	color: #83856e;
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	background-color: white;
	display: table-cell;
	padding: 4px;
	width: 119px;
	filter: Alpha(opacity=85)
}
.hmenu-layer-2-bottom-no a:link {}
.hmenu-layer-2-bottom-no a:hover {
	color: black;
	font-size: 10px;
	text-decoration: none;
	display: block;
	padding: 4px;
	width: 119px
}
.hmenu-layer-2-bottom-no a:active {}
.hmenu-layer-2-bottom-no a:visited {}

/* Formatierung des HMENU LEVEL2 Layers ACTIVEMODUS */

.hmenu-layer-2-bottom-act {}
.hmenu-layer-2-bottom-act a    { color: black; font-size: 10px; font-family: Tahoma; font-weight: bold; text-decoration: none; background-color: white; display: table-cell; padding: 4px; width: 119px; filter: Alpha(opacity=85)   }
.hmenu-layer-2-bottom-act a:link {}
.hmenu-layer-2-bottom-act a:hover  { color: black; text-decoration: none }
.hmenu-layer-2-bottom-act a:active {}
.hmenu-layer-2-bottom-act a:visited {}

/* Formatierung des HMENU LEVEL2 Layers IFSUB-MODUS */

.hmenu-layer-2-bottom-sub  {}
.hmenu-layer-2-bottom-sub a {}
.hmenu-layer-2-bottom-sub a:link {}
.hmenu-layer-2-bottom-sub a:hover {}
.hmenu-layer-2-bottom-sub a:active {}
.hmenu-layer-2-bottom-sub a:visited {}