/* 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 */


.level1, .level1:visited {
	font-size : 12px;
	font-weight : normal;
	text-decoration : none;
	background-color: #ffffff;
	color : #000000;
	padding-right : 0px;
	padding-left : 0px;
	padding-top : 2px;
	padding-bottom : 2px;
	display:block;

}

.level1:hover, .level1:active, .level1hl, .level1hl:visited, .level1hl:hover, .level1hl:active {
	font-size : 12px;
	color : #990000;
	font-weight : normal;
	background-color: #ffffff;
	text-decoration : none;
	padding-right : 0px;
	padding-left : 0px;
	padding-top : 2px;
	padding-bottom : 2px;
	display:block;
}




.level2, .level2:visited {
	font-size : 12px;
	font-weight : normal;
	text-decoration : none;
	background-color: #ffffff;
	color : #000000;
	padding-right : 0px;
	padding-left : 0px;
	padding-top : 2px;
	padding-bottom : 2px;
	display:block;

}

.level2:hover, .level2:active, .level2hl, .level2hl:hover, .level2hl:active, .level2hl:visited {
	font-size : 12px;
	color : #990000;
	font-weight : normal;
	background-color: #ffffff;
	text-decoration : none;
	padding-right : 0px;
	padding-left : 0px;
	padding-top : 2px;
	padding-bottom : 2px;
	display:block;
}




.level3, .level3:visited {
	font-size : 12px;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
	background-color: #ffffff;
	padding-right : 0px;
	padding-left : 0px;
	padding-top : 2px;
	padding-bottom : 2px;

}

.level3:hover, .level3:active, .level3hl, .level3hl:hover, .level3hl:active, .level3hl:visited {
	font-size : 12px;
	font-weight : normal;
	color : #990000;
	background-color: #ffffff;
	text-decoration : none;
	padding-right : 0px;
	padding-left : 0px;
	padding-top : 2px;
	padding-bottom : 2px;
}

.level4, .level4:visited {
	font-size : 12px;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
	background-color: #6699CC;
	padding-right : 4px;
	padding-left : 14px;
	padding-top : 2px;
	padding-bottom : 2px;
	width:164px;
	display:block;

}

.level4:hover, .level4:active, .level4hl, .level4hl:hover, .level4hl:active, .level4hl:visited {
	font-size : 12px;
	font-weight : normal;
	color : #990000;	
	background-color: #003366;
	text-decoration : none;
	padding-right : 4px;
	padding-left : 14px;
	padding-top : 2px;
	padding-bottom : 2px;
	width:164px;
	display:block;
}
.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;
	width:162px;
	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;
}


