/*@charset "utf-8";
/* CSS Document */

#menuLeft {
	margin-top:25px;
}
#menuLeft div {
	line-height: 15px;
	padding-left: 12px;
	padding-right: 5px;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 2px;
	margin-top: 0px;
}

#menuLeft div A {
	text-decoration: none;
	color: #F60;
}

#menuLeft DIV A:hover {
	color: #F60;
	font-weight: bold;
}

/*  MENU 1, level 1, normal state (NO) */
#menuLeft DIV.menu1-level1-no {
	font-size: 11px;
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
}
/*  MENU 1, level 1, active state (ACT) */
#menuLeft DIV.menu1-level1-act {
	font-size: 11px;
	padding-bottom: 3px;
	padding-top: 2px;
	background-image: url(images/menuLeftBg.jpg);
	background-repeat: no-repeat;
	height: 15px;
	font-weight: normal;
	color: #F60;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
}
#menuLeft DIV.menu1-level1-act A {
	color:#F60;
	font-weight: bold;
}





/**
 * @section Header
 * @subSection HauptMenue
 *
 */
#hauptmenue_wrap {
	height:28px;
	width:100%;
	display:block;	
	margin-bottom:4px;
}
#hauptmenue {
	overflow: visible;
	visibility: visible;
	display: block;
	height: auto;
	margin-left: -1px;
	z-index: 1;
	padding-left:15px;
}
#hauptmenue li {
	position: relative;
	display: block;
	top: 0px;
	float: left;
	/*width: 127px;*/
	margin-top: -2px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
/*IE 7 et inférieurs*/
*+html #hauptmenue li {
	margin-top: 7px;
}
/*IE 6 et inférieurs*/
* html #hauptmenue li {
	margin-top: 7px;
}

#hauptmenue a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight: bold;
	font-size:1.1em;
	display:block;
	padding-bottom: 10px;
}
#hauptmenue a:hover{
	color:#333;
}

#hauptmenue li.first a{
	padding: 0 0 0 5px;
}

#hauptmenue li ul {
	display:none;
	margin-top:7px;
}

#hauptmenue li ul li{
	margin:0;
	width:140px;
	cursor:pointer;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#hauptmenue ul li{
	border:1px solid #444;
	border-top:0;
	margin-left:-1px;
	background: #00639d;
}

#hauptmenue li.submenu-left{
	background: #00639d url('../images/arrow_right.png') center right no-repeat; /**/
}

#hauptmenue li span.hinwe a {
	color:#cdd6dc;
}
*/
