/* Navigation */
.leftnavi {
	background-color: #ff0000; 
	background-color: #EFEFEF;
}


A.metanavi, A.metanavi:Visited, A.metanavi:Active, A.metanavi:Hover   {
	font-size : 12px;
	text-decoration: none;
	font-weight: normal;
	margin-left: 0px;
	margin-right: 3px;
	color : #333333;
}

A.metanavi:Hover {
	color : #003366;
	text-decoration: underline;
}


/* Navigation 1. bis x. Ebene */


a.level1,
a.level1:link,
a.level1:visited,
a.level1:hover,
a.level1:active,
a.level1hl,
a.level1hl:link,
a.level1hl:visited,
a.level1hl:hover,
a.level1hl:active {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	color: #000000;
	padding: 2px 0px 2px 0px;
	display: block;
	width: 100%;
}

a.level1:hover,
a.level1:active,
a.level1hl,
a.level1hl:link,
a.level1hl:visited,
a.level1hl:hover,
a.level1hl:active {
	color : #990000;
}

a.level2,
a.level2:link,
a.level2:visited,
a.level2:hover,
a.level2:active,
a.level2hl,
a.level2hl:link,
a.level2hl:visited,
a.level2hl:hover,
a.level2hl:active {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	color: #000000;
	padding: 2px 0px 0px 2px;
	display: block;
	width: 100%;
}

a.level2:hover,
a.level2:active,
a.level2hl,
a.level2hl:link,
a.level2hl:visited,
a.level2hl:hover,
a.level2hl:active {
	color : #990000;
}

a.level3,
a.level3hl {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	padding: 2px 0px 0px 2px;
	display: block;
	width: 100%;
}

.level3:hover,
.level3:active,
.level3hl,
.level3hl:hover,
.level3hl:active,
.level3hl:visited {
	color : #990000;
}

a.level4 {
	font-size : 12px;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
	background-color: #6699CC;
	padding: 2px 4px 2px 14px;
	display:block;
	width: 100%;
}

.level4:hover,
.level4:active,
.level4hl,
.level4hl:hover,
.level4hl:active,
.level4hl:visited {
	color : #990000;	
	background-color: #003366;
}

.level5, .level5:visited {
	font-size : 12px;
	font-weight : normal;
	color : white;
	text-decoration : none;
	background-color: #6699CC;
	padding-right : 4px;
	padding-left : 16px;
	padding-top : 2px;
	padding-bottom : 2px;
	display:block;
}

.level5:hover, .level5:active, .level5hl, .level5hl:hover, .level5hl:active, .level5hl:visited {
	font-size : 12px;
	color : white;	
	font-weight : bold;
	background-color: #003366;
	text-decoration : none;
	padding-right : 4px;
	padding-left : 16px;
	padding-top : 2px;
	padding-bottom : 2px;
	width:162px;
	display:block;
}
.level6, .level6:visited {
	font-size : 12px;
	font-weight : normal;
	color : white;
	text-decoration : none;
	background-color: #6699CC;
	padding-right : 4px;
	padding-left : 18px;
	padding-top : 2px;
	padding-bottom : 2px;
	width:160px;
	display:block;

}

.level6:hover, .level6:active, .level6hl, .level6hl:hover, .level6hl:active, .level6hl:visited {
	font-size : 12px;
	color : white;	
	font-weight : bold;
	background-color: #003366;
	text-decoration : none;
	padding-right : 4px;
	padding-left : 18px;
	padding-top : 2px;
	padding-bottom : 2px;
	width:160px;
	display:block;
}
.level7, .level7:visited {
	font-size : 12px;
	font-weight : normal;
	color : white;
	text-decoration : none;
	background-color: #6699CC;
	padding-right : 4px;
	padding-left : 20px;
	padding-top : 2px;
	padding-bottom : 2px;
	width:158px;
	display:block;

}

.level7:hover, .level7:active, .level7hl, .level7hl:hover, .level7hl:active, .level7hl:visited {
	font-size : 12px;
	color : white;	
	background-color: #003366;
	text-decoration : none;
	padding-right : 4px;
	padding-left : 20px;
	padding-top : 2px;
	padding-bottom : 2px;
	width:158px;
	display:block;
}

.navispacer {
	background-color: #999999;
	border-left : 1px solid #ffffff;
	border-right : 1px solid #999999;
}
