/**
 *	Hauptnavigation
 */

/*** Ebene 1 ***/
ul#menu_main {
	width: 160px;
}

ul#menu_main li {
	border-top: 1px solid #fff;
}

ul#menu_main li.lvl1 {
	background-color: #d7dae6;
}

ul#menu_main li.lvl1 span {
	display: block;
	padding: 0 5px 0 10px;
	color: #6c6f72;
	font-size: 140%;
	height: 29px;
	line-height: 29px;
	
}


/*** Ebene 2 ***/
ul#menu_main ul.lvl2 {
}

ul#menu_main li.lvl2 {
	background-color: #d7dae6;
}
ul#menu_main a.lvl2 {
	display: block;
	padding: 0 5px 0 30px;
	background: url(../px/menu-arrow-right.png) no-repeat 13px center;
	text-decoration: none;
	color: #3e3a2e;
	height: 20px;
	line-height: 20px;
}

ul#menu_main li.lvl2-active {
	background-color: #828591;
}
ul#menu_main a.lvl2-active,
ul#menu_main a.lvl2-active-hassub {
	display: block;
	padding: 0 5px 0 30px;
	background: url(../px/menu-arrow-right.png) no-repeat 13px center;
	text-decoration: none;
	color: #fff;
	height: 20px;
	line-height: 20px;
}
ul#menu_main a.lvl2-active-hassub {
	background: url(../px/menu-arrow-down.png) no-repeat 13px center;
}


ul#menu_main li.lvl2 a.hover {
	background-color: #9ca0b3;
}


/*** Ebene 3 ***/
ul#menu_main ul.lvl3 {
}

ul#menu_main li.lvl3 {
	background-color: #b9bcc8;
}
ul#menu_main a.lvl3 {
	display: block;
	padding: 0 5px 0 40px;
	background: url(../px/menu-arrow-right.png) no-repeat 23px center;
	text-decoration: none;
	color: #3e3a2e;
	height: 20px;
	line-height: 20px;
}

ul#menu_main li.lvl3-active {
	background-color: #9fa3b0;
}
ul#menu_main a.lvl3-active {
	display: block;
	padding: 0 5px 0 40px;
	background: url(../px/menu-arrow-right.png) no-repeat 23px center;
	text-decoration: none;
	color: #3e3a2e;
	height: 20px;
	line-height: 20px;
}

ul#menu_main li.lvl3 a.hover {
	background-color: #9fa3b0;
}

/* Hightlight-Icon für Kinderseite */
#highlight_kids {
	position: absolute;
	top: 26px;
	left: 25px;
	z-index: 100;
}



/**
 *	Servicenavigation
 */

ul#menu_service {
	margin: 0 14px;
}

ul#menu_service li {
	float: left;
	width: 65px;
	text-align: center;
}
ul#menu_service li.left {
	float: left;
	width: 50px;
	text-align: left;
}
ul#menu_service li.right {
	float: right;
	width: 30px;
	text-align: right;
}

ul#menu_service li a {
	font-size: 85%;
	font-weight: bold;
	line-height: 16px;
}
ul#menu_service li a:hover {
	text-decoration: underline;
}



/**
 *	Breadcrumb
 */

#layout_breadcrumb {
	margin: 6px 0 12px 0;
	background: url(../px/background-breadcrumb.png) no-repeat right top;
	zoom: 1;
}

#layout_breadcrumb p {
	font-size: 85%;
	margin-left: 28px;
	line-height: 34px;
}

#layout_breadcrumb p a {
	font-weight: bold;
}
#layout_breadcrumb p a:hover {
	text-decoration: underline;
}


/**
 *	Seiten-Tools
 */

ul#menu_tools {
	float: right;
	padding-right: 10px;
}

ul#menu_tools li {
	float: left;
	margin-left: 10px;
}

ul#menu_tools li a {
	display: block;
	float: left;
	line-height: 34px;
	font-size: 85%;
	color: #000;
}
ul#menu_tools li a:hover {
	text-decoration: underline;
}



/**
 *	Besonderheiten bei voller Breite
 */
#layout_body_middle_full #layout_breadcrumb {
	background: url(../px/background-breadcrumb-full.png) no-repeat right top;
}
