/* erste Navigation */
/* erste Navigation befindet sich wegen Rahmen 
des "wrapper"-div's nicht auf diesem div. */
.primaryNav {
	letter-spacing: 1px;
	background-color: #E5E6E5;
	line-height: 14px;
	padding-top: 7px;
	font-size: 9px;
	text-align: right;
	border-bottom: 3px solid white;
	padding-right: 7px;
	width: 930px;
	margin: 0 auto;
	font-family: Verdana;
	color: #787878;
}

.primaryNav a, .primaryNav a:VISITED {
	color: #787878;
	text-transform: uppercase;
	text-decoration: none;
}
.active {
	color: #000000 !important;
}

.primaryNav a:hover, .primaryNav a:active {
	color: #000000;
}
.primaryNav a.cur {
	color: #787878;
}

.primaryNav .unsichtbar {
	color: #787878;
}

/* ==================================== */
/*   	Horizontale Navigation 		*/
/* ==================================== */
.horiNav ul li {
	list-style: none;
	margin-left: 0px;
}

.horiNav  {
	letter-spacing: 1px;
	border-top: 1px solid white;
	border-bottom:	1px solid white;
	height: 20px;
	display: block;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 11px;
	padding-top: 0px; /* 3 */
	background: url(../images/navi_bg_inaktiv.jpg) repeat-x; 
	color: #787878;
}

.horiNav a /* , .horiNav a:visited */ {
	text-decoration: none;
	padding-bottom: 6px;
	color: #787878;
	
	width: 120px;
	display:block;
}

.span1, .span2, .span4 {
	width: 120px;
	height:20px;
	display:block;
	text-align: center;
}

.horiNav .span1 { 
	margin-top: -0px;
	margin-left: -00px;
}

.horiNav .span2 {
	margin-top: -20px;
	margin-left: 120px;
	width: 130px !important;
}

/* existiert nicht mehr: ehemalig "Video" */
/*.horiNav .span3 {
	margin-top: -20px;
	margin-left: 250px;
}*/

.horiNav .span4 {
	margin-top: -20px;
	margin-left: 120px; /*250*/
}

.horiNav li:hover, .horiNav li:active, #linkactive {
	background: url(../images/navi_bg_aktiv.jpg) repeat-x !important;
} 

/* ==================================== */
/* 	Hauptnavigation   		*/
/* ==================================== */
.mainNav {
	font-size: 11px;
	font-family: Arial;
	margin: 0;
}
.mainNav ul { list-style: none; }
.mainNav ul li { padding-bottom: 2px; }

.mainNav a,.mainNav a:visited, a.archivLink, #sitemap a {
	display: block;
	background: url(../images/bg_subnav_inaktiv.jpg) repeat-x;
	text-decoration: none;
	line-height: 25px;
	width: 165px;
	color: #000000;
	padding-left:5px;
	border-top: 1px solid #999999; 
	border-right: 1px solid #999999;
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9; 
	height: 25px;
	margin-left: 5px;
}	

.mainNav a:active, .mainNav a:hover, .archivLink:hover, .archivLink:active, #sitemap a:hover, #sitemap a:active {
	background: url(../images/bg_subnav_aktiv.jpg) repeat-x;
}

.mainNav ul.nextLevel  li a, #sitemap .nextLevel li a {
	background: #FFFFFF no-repeat;
	block: none;
	border: 1px solid #B9B9B9;
}
.mainNav ul.nextLevel li a:hover, #sitemap .nextLevel a:hover {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	width: 165px;
	height: 25px;
}
#sitemap ul.nextLevel ul.nextLevel li a {
	padding-left: 14px !important;
	width: 156px;
	}
#sitemap li {
	list-style: none;
}
