#hauptNavi {clear: both; width: 100%; max-width: 980px; margin: 20px auto 0 auto; }

#hauptNavi UL {
	float: left;
	width: 100%;
	list-style: none;
	background-color: rgb(51,51,51);
	border-top: 1px solid  rgb(64,64,64);
	border-right: 1px solid  rgb(64,64,64);
}
#hauptNavi UL LI {float: left; position: relative; border-left: 1px solid  rgb(64,64,64);}
#hauptNavi UL LI:LAST-CHILD {border-right: 1px solid  rgb(64,64,64);}
#hauptNavi UL LI A {
	display: block;
	margin: 5px 0 0 0;
	padding: 0 20px;
	font-family: verdana, geneva, sans-serif;
	font-size: 1.35rem;
	font-weight: normal;
	line-height: 3;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: rgb(236,219,179);
}
#hauptNavi UL LI A:LINK {color: rgb(255,255,255);}
#hauptNavi UL LI A:VISITED {color: rgb(255,255,255);}
#hauptNavi UL LI A:HOVER {
	color: rgb(255,255,255);
	background-color: rgb(40,40,40);
}
#hauptNavi UL LI A.aktiv, #hauptNavi UL LI A.aktiv:LINK, #hauptNavi UL LI A.aktiv:VISITED , #hauptNavi UL LI A.aktiv:HOVER {
	font-weight: bold;
	color: rgb(236,219,179);
	background-color: rgb(40,40,40);
	outline: 1px solid rgb(102,102,102);
}

/* .Klappheinze. */
#hauptNavi UL LI  P {
	position: absolute;
	top: 100%;
	left: 10px;
	display: none;
	z-index: 99;
	text-align: left;
	background-color: rgb(51,51,51);
}

#hauptNavi UL LI  P A {
	display: block;
	font-size: 1.2rem;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
	padding: 5px 20px 5px 10px;
	color: rgb(236,219,179);
	border-bottom: 1px solid rgb(64,64,64);
	border-left: 1px solid  rgb(64,64,64);
	border-right: 1px solid  rgb(64,64,64);
}
#hauptNavi UL LI  P A:LINK {}
#hauptNavi UL LI  P A:VISITED {}
#hauptNavi UL LI  P A:HOVER {
	color:rgb(255,255,255);
	background-color: rgb(40,40,40);
}

#hauptNavi UL LI:HOVER P {display: block;}

/* .Pfeilnavi im Bereich Women und Men. */
.pfeilNaviLinks, .pfeilNaviRechts {
	display: block;
	/* clear: both; */
	font-size: 4rem;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	padding: 1rem;
	margin: 2rem 0;
	background-color: rgb(51,51,51);
	color: rgb(153,153,153);
	border: 1px solid rgb(77,77,77);
}
.pfeilNaviLinks {float: left;}
.pfeilNaviRechts {float: right;}
.pfeilNaviLinks:HOVER, .pfeilNaviRechts:HOVER {color: rgb(236,219,179);}

/*.Navigation unten. ------------------------------------------------------------------------- */ 

#naviUnten {clear: both; float: left; width: 45%; overflow: hidden;}

#naviUnten UL {width: 100%; list-style: none;}
#naviUnten UL LI {}
#naviUnten UL LI A {
	display: block;
	padding: 0 10px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	font-family: verdana, geneva, sans-serif;
	font-size: 1.2rem;
	line-height: 3;
	font-weight: normal;
	color: rgb(236,219,179);
	border-bottom: 1px solid  rgb(64,64,64);
}
#naviUnten UL LI A:LINK {color: rgb(255,255,255);}
#naviUnten UL LI A:VISITED {color: rgb(255,255,255);}
#naviUnten UL LI A:HOVER {
	color: rgb(255,255,255);
	background-color: rgb(40,40,40);
}
#naviUnten UL LI A.aktiv, #naviUnten UL LI A.aktiv:LINK, #naviUnten UL LI A.aktiv:VISITED , #naviUnten UL LI A.aktiv:HOVER {
	color: rgb(236,219,179);
	background-color: rgb(40,40,40);
	outline: 1px solid rgb(102,102,102);
}


