
#leftnav {
	position: absolute;
	top: 115px;
	left: 0px;
	z-index: 2;
	width: 181px;
	border-top: 1px solid #FFCC00;
}
.navLevel0, .navLevel1, .navLevel2 {
	border-bottom: 1px solid #FFCC00;
}
.navLevel0 A, .navLevel1 A, .navLevel2 A, .navLevel3 A {
	display: block;
	color: #ffffff;
	line-height: 15px;
	padding: 4px 5px 4px 30px;
}
.navLevel1 A {
	display: block;
	padding-left: 40px;
	background-image:url(/images/listdot1.gif); 
	background-repeat:no-repeat;
	background-position: 12px 0;
}
.navLevel1 A.navPath, .navLevel1 A.navSelected {
	background-image:url(/images/listdot1_a.gif); 
}
.navLevel2 A {
	display: block;
	padding-left: 50px;
	background-color: #FCAF3A;
	background-image:url(/images/listdot2.gif); 
	background-repeat:no-repeat;
	background-position: 12px 0;
}
A.navSelected {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
A.navSelected:visited {
	color: #000066;
	text-decoration: none;
}
A.navSelected:hover {
	color: #000066;
	text-decoration: underline;
}
A.navSelected:active {
	color: #000066;
	text-decoration: none;
}
A.navEntry {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
A.navEntry:visited {
	color: #ffffff;
	text-decoration: none;
}
A.navEntry:hover {
	color: #ffffff;
	text-decoration: underline;
}
A.navEntry:active {
	color: #ffffff;
	text-decoration: none;
}
A.navPath {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
A.navPath:visited {
	color: #000066;
	text-decoration: none;
}
A.navPath:hover {
	color: #000066;
	text-decoration: underline;
}
A.navPath:active {
	color: #000066;
	text-decoration: none;
}
/* Link zum Kundenbereich */
.secondaryItems { 
	margin-top: 32px;
	border-top: 1px solid #FFCC00;
}
.secondaryItems A.navEntry { 
	color: #484849; 
}
/* Im Kundenbereich ausblenden */
BODY.lrn-bc-16 .secondaryItems {
	visibility: hidden;
}

#metanavigation{
	position: absolute;
	left: 879px;
	top: 0px;
	z-index: 4;
	
}

#metanavigation p{
	font-size: 10px;
	color: #000066;
}

#metanavigation A{
	text-decoration: none;
	color: #000066;
}