/****  Individuelle Navigation  ****/
div.mod_customnav {
	margin: 0;
	padding: 0;
}

/* Headernavigation - Individuelle Navipunkte */
#bg_naviHeader {
	background: url(../images/layout/bg_headnavi_24-trans.png) no-repeat !important;
	background: url(../images/layout/bg_headnavi_eckig.png) no-repeat;
	height: 42px;
	width: 552px;
	position: absolute;
	right: 20px;
	bottom: 15px;
	z-index: 3;
}

#naviHeader {
	height: 42px;
	width: 552px;
	position: absolute;
	right: 20px;
	bottom: 15px;
	z-index: 5;	
}
#naviHeader ul {
	margin: 0;
	padding: 0 0 0 10px;
	z-index: 10;
}
#naviHeader li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
#naviHeader li a {
	font-size: 12px;
	font-weight: bold;
	padding: 0 18px;
	line-height: 38px;
}
#naviHeader li a.trail {
	color: #000;
}
#naviHeader span.active {
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 38px;
	margin: 0;
	padding: 0 18px;
}



/* Linke Navigation - Unter-Navipunkte */
#naviLeftCol {
	padding-bottom: 15px;
/*	border-bottom: 1px solid #999;*/	
}
#naviLeftCol ul.level_1 {
	list-style: none;
}
#naviLeftCol ul.level_1 li {
	padding: 3px 0;
	color: #ed8929;
}
#naviLeftCol ul.level_1 li a {
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	background: url(../images/layout/bg_navi_left_link.png) no-repeat 0 1px !important;
	background: url(../images/layout/bg_navi_left_link.gif) no-repeat 0 1px;
	padding-left: 12px;
}
#naviLeftCol ul.level_1 li a.trail {
	color: #000;
	background: url(../images/layout/bg_navi_left_active.png) no-repeat 0 1px !important;
	background: url(../images/layout/bg_navi_left_active.gif) no-repeat 0 1px;
	padding-left: 12px;
}
#naviLeftCol ul.level_1 li.active {
	color: #000;
}
#naviLeftCol ul.level_1 li.trail {
	color: #000;
}
#naviLeftCol ul.level_1 li span.active {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	line-height: normal;
	background: url(../images/layout/bg_navi_left_active.png) no-repeat 0 1px !important;
	background: url(../images/layout/bg_navi_left_active.gif) no-repeat 0 1px;
	padding-left: 12px;
}
#naviLeftCol ul.level_2 {
	margin: 2px 0 5px 7px;
	list-style: none;
}
#naviLeftCol ul.level_2 li a {
	font-size: 11px;
	font-weight: normal;
	padding-left: 10px;
/*	letter-spacing: -1px;*/
}
#naviLeftCol ul.level_2 li span.active {
	font-size: 11px;
	font-weight: normal;
	padding-left: 10px;
/*	letter-spacing: -1px;*/
}


/* Footernavigation - individuelle Menüpunkte */
#naviFooter ul {
	padding: 13px 20px 0 20px;
}
#naviFooter li, p {
	display: inline;
	font-size: 11px;	
}
#naviFooter li {
}
#naviFooter li a {
	color: #000;
	border-right: 1px solid #000;
	padding: 0 10px;
}
#naviFooter li a:hover {
	color: #ed8929;
}
#naviFooter span.active {
	border-right: 1px solid #000;
	padding: 0 10px;
}
#naviFooter li a.last {
	border: none;
}



/* Sitemap - Navigation - individuelle Menüpunkte */
div.contSitemap {
	width: 220px;
	padding: 0 0 0 60px;
	float: left;
}
div.contSitemap h1 {
	margin: 0 0 2px 0;
}
div.contSitemap ul {
 	list-style: none;
	margin: 0 ;
	padding: 0;
}
div.contSitemap ul ul {
 	list-style: none;
	margin: 0 0 0 15px;
}

div.contSitemap ul li a {
	font-size: 11px;
	line-height: 18px;
	background: url(../images/layout/bg_navi_left_link.png) no-repeat 0 1px !important;
	background: url(../images/layout/bg_navi_left_link.gif) no-repeat 0 1px;
	padding-left: 12px;
}
