/*
	Menue-styles fuer non-IEs
	Achtung:
	Fuer non-IEs gilt das Stylesheet 'dropdown.css'!
	Fuer IE gilt das Stylesheet 'fix-ie.css' (per CC)!
*/

#menuebox {
	position: relative;
	height: 34px;
	background: transparent;
	}
.iemenue {
	display: none;
	}
#menue {
	position:absolute;
	top:0;
	left:0;
	z-index: 200;
	}

#menue .aussen {
	/*background:url('images/naviline.gif') top right no-repeat;*/
	float: left;
	display: block;
	overflow: hidden;
	width: auto;
	padding:5px 0 0 0;
	height: 34px;
	font-weight: bold;
	font-size:12px;
	text-align: left;
	}

#menue .aussen:hover {
	height: auto;
	text-decoration:none;
	}
a.innen-1 {
	margin-top: 10px;
	color:#000;
	z-index: -100;
	}a.innen,
a.innen-1 {
	display: block;
	width: auto;
	padding:5px 0 5px 10px;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #FFF;
	background-color: #0375B4;
	/*background:url('images/bg_submenu.gif') repeat-x;*/
	color: #fff;
	}a:hover.innen,
a:hover.innen-1
	{
	background-color: #45A4D8;
	
	}
span.menutag {
	text-align: left;
	display: block;
	cursor: pointer;
	padding-left:00px;
	height:24px;
	line-height:23px;
	
	
	
	}
span.menutag a:link, span.menutag  a:active, span.menutag  a:visited {
	display:block; 
	color:#3d3d3d;
	padding-left:12px;
	/*background:url('images/blackarrow.gif') 0 9px no-repeat;*/
	text-decoration:none;
	
	}
span.menutag  a:hover{
	color: #0080C4;	
	/*background:url('images/bluearrow.gif') 0 9px no-repeat;*/
	}
.nonactive {
	cursor:default;
	display:block; 
	padding-left:12px;
/*	background:url('images/blackarrow.gif') 0 9px no-repeat;*/
	line-height:23px;
	}/* Styles für Suckerfish-Menu */#sf_nav { /* Hauptmenu Rahmen */
	padding: 0;
	margin: 0;
	list-style: none;
	height: 35px;
	border: 0px;
	background: url('images/topnavi-bg.gif') repeat-x;
	padding: 6px 0 0 10px;/*	margin-top: 59px;*/	width: 932px;	float: left;	font-weight: bold;
}/* ********************************************************* */#sf_nav ul { /* Untermenu Einträge */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 200%;
	width: 184px;
	
}

#sf_nav li { /* Untermenu */
/*	height: 41px;*/
	line-height: 200%;
	border: 0px;
	width: 184px;
	border: 0px;
  }

#sf_nav a {
	display: block;
  	width:   width: 184px;
    line-height: 200%;
/*  height: 21px;*/
}

#sf_nav li a {
	display: block;
	width: 184px;
	height: 41px;
	line-height: 200%;
	color: #3d3d3d;
	text-decoration: none;
}

#sf_nav li ul a { /* Untermenu-Flyouts */
	display: block;
	width: 184px;
	height:auto;
	padding: 5px 0 5px 10px;
	line-height: 16px;
	font-weight: normal;
	color: #fff;

}

#sf_nav li { /* all list items */
	float: left;
	width: 184px; /* width needed or else Opera goes nuts */
}

#sf_nav li ul { /* second-level lists */
/*  margin: 20px 0 0 0px;*/
	margin: -11px 0 0 0px;
	position: absolute;
	background: url(images/subnavi_bg.gif) no-repeat;
	border: 0px;
	width: 168px;/*
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-bottom: 1px solid #e4e4e4;
	display: none;

}

#sf_nav li:hover ul, #sf_nav li.sfhover ul { /* lists nested under hovered list items */
/*	left: auto;*/
	display:block;
}

#sf_nav li ul :hover {
	background: url(images/subnavi_bg_highlight.gif) 0px 0px no-repeat transparent;
	color: #fff;
  }
  
#sf_nav li ul .sf_LI_1st :hover {
	background: url('images/subnavi_bg_highlight_1st.gif') 0px 0px no-repeat transparent;
}
/* Suckerfish End */
