/* CSS Document */
/* LEVEL 1*/
.menu-level-1 {
	height: 14px;
	padding-left: 18px;
	background-image: url(../images/hnav-passiv.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
}
.menu-level-1 a{
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.menu-level-1 a:hover{
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	background-color: #F2F2F2;
}
.level-1-no {
	background-image: url(../images/hnav-passiv.gif);
	background-repeat: repeat-y;
}
.level-1-act {
	background-image: url(../images/hnav-aktiv.gif);
	background-repeat: repeat-y;
}
.level-1-act a{
	color: #666666;
}
.seperator {
	height: 1px;
	background-image: url(../images/strichlinie-hor-2.gif);
	background-repeat: no-repeat;
}
/* LEVEL 2*/
.menu-level-2 {
	padding-left: 18px;
	/*height: 14px;*/
	background-image: url(../images/hnav-passiv.gif);
	background-repeat: repeat-y;
	padding-top:3px;
	padding-bottom: 3px;
}
.menu-level-2 a{
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}
.menu-level-2 a:hover{
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}
.level-2-no {
	background-image: url(../images/hnav-passiv.gif);
	background-repeat: repeat-y;
}
.level-2-act {
}
.level-2-act a{
	color: #666666;
}

/* DISTRIBUTION MENU */
DIV#hldr_menuDis ul{
	position: absolute;
	width: 529px;
	left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	list-style-type: none;
	/*background-color: #00FF00;*/
}
DIV#hldr_menuDis li{
	position: relative;
	float:left;
	left: -12px; /*Hack*/
	padding-top: 4px;
	padding-left: 0px;
	/**/padding-right: 38px;
	padding-bottom: 0px;
	vertical-align:text-bottom;
	font-size: 11px;
	/*background-color:#0000FF;*/
}
/*BEGINN: STAR HACK FÜR IE*/
  * html #hldr_menuDis li {
	left: 31px; 
  }
/*END: STAR HACK FÜR IE*/


/* HOME MENU */
DIV#hldr_menuHome ul{
	position: absolute;
	width: 535px;
	text-align: left;
	left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	list-style-type: none;
	/*background-color: #00FF00;*/
}

*+html DIV#hldr_menuHome ul{
	left: 42px;
}

DIV#hldr_menuHome li{
	position: relative;
	float:left;
	left: -12px; /*Hack*/
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 24px;
	padding-bottom: 0px;
	vertical-align:text-bottom;
	font-size: 11px;
	/*background-color:#0000FF;*/
}
/*BEGINN: STAR HACK FÜR IE*/
  * html #hldr_menuHome li {
	left: 31px; 
  }
/*END: STAR HACK FÜR IE*/


DIV#hldr_menuDis a{
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	/*background-color:#0000FF;*/
}
DIV#hldr_menuDis a:hover{
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	/*background-color:#0000FF;*/
} 
.menu_dis-level-1-act a{
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}


DIV#hldr_menuDisSub ul{
	position: relative;
	left: 0px;
	width: 529px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	list-style-type: none;
	/*background-color: #00FF00;*/
}
DIV#hldr_menuDisSub li{
	position: relative;
	float:left;
	left: -12px;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	vertical-align:text-bottom;
	font-size: 11px;
	list-style-type: none;
}
/*BEGINN: STAR HACK FÜR IE*/
  * html #hldr_menuDisSub li {
	left: 31px; 
  }
/*END: STAR HACK FÜR IE*/

DIV#hldr_menuDisSub a{
	font-size: 11px;
	text-decoration: none;
	/*background-color:#0000FF;*/
}
DIV#hldr_menuDisSub a:hover{
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	/*background-color:#0000FF;*/
} 
.menu_dis-level-2-act {
	padding-top: 3px;
	padding-bottom: 3px;
}
.menu_dis-level-2-act a{
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
.menu_dis-level-2-act a:hover{
	font-weight: bold;
}

DIV#hldr_menuadd a{
	font-size: 11px;
	text-decoration: none;
	font-weight: Bold;
	color: #666666;
	/*background-color:#0000FF;*/
}