

/*  - - - - - - - - - - - - - - - - - - MAIN Navigation  - - - - - - - - - - - - - - - - - - */

#navposition
{
	width: 945px;
	height: 1px;
	margin:0 auto 0 auto;
	padding:0;
	text-align: left;
}

#navigation
{
	position: absolute;
	top: 127px;
	margin:0;
	padding:0 20px 0 40px;
	background: #fff;
	width:210px;
}

.nav
{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: right;
}

.nav li
{
	position: relative;
	margin: 0;
	padding: 0;
	text-align: right;
}


.nav li a:link, .nav li a:visited, .nav li a:hover, .nav li a:active
{
	display: block;
	height: 19px;
	margin: 0;
	padding:0;
	border-top: 1px  solid #424242;
	background-position: 100% 0;
}

/* hover effect erste ebene */
.nav li:hover a:link img, .nav li:hover a:visited img, .nav li:hover a:hover img, .nav li:hover a:active img, 
.nav li.current img
{
	visibility: hidden;
}

/* to build a bridge for the mouse between the layers and hidden is normal */
.navhelper
{
	position: absolute;
	left: 209px;
	top:0;
	z-index: 100;
	padding: 0 0 0 10px;
	margin: 0;
	background: transparent;
	display: none;
}


.subnav
{
	list-style: none;
	background: #fff;
	border: 1px solid #424242;
	width: 180px;
	padding: 8px 10px 3px 10px;
	margin:0;
	font-size: 12px;
	font-weight: normal;
}

/* wenn dritte ebene vorhanden, dann fett und gross */
.hassubnav
{
	font-weight:bold;
	text-transform: uppercase;
}

/* zweite ebene ist linksbŸndig wenn im aufklappmenue */
.subnav li
{ text-align: left; }

/* zweite ebene ist rechtsbŸndig wenn im hauptmenue */
.current .subnav li
{ text-align: right; }


.subnavhelper
{
	position: absolute;
	left: 165px;
	top:5px;
	z-index: 100;
	padding: 0 0 0 10px;
	background: transparent;
	display: none;
}

.subsubnav
{
	background: #fff;
	border: 1px solid #424242;
	width: 180px;
	padding: 8px 10px 3px 10px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}

.nav li .subnav a:link, .nav li .subnav a:visited, .nav li .subnav a:hover, .nav li .subnav a:active

{
	border: 0;
}

/* show the 2nd level on hover */
.nav li:hover .navhelper
{
	display: block;
}

/* show the 2nd level on active */
li.current .navhelper
{
	position: relative;
	left: 0;
	top:0;
	z-index: 100;
	padding: 0;
	margin: 0;
	background: transparent;
	display: block;
}

li.current .navhelper .subnav
{
	background: #fff;
	border: 0;

	width: 210px;
	padding: 0;
	text-align: right;
}

/* current link auf hoverfarbe setzten  iknklusive sonderfall: 3te ebene vorhanden und in 3. ebene aktiv */
a.current:link, a.current:visited,
.subnav li:hover .subsubnav a.current:link, .subnav li:hover .subsubnav a.current:visited
{
color: #a90027;
}

/* dritte ebene ein - ausblenden */

.subnav li .subnavhelper {display: none}

.subnav li:hover .subnavhelper
{ display: block; }

/* dritte ebene anders positionieren wenn zweite im hauptmenue */

.current .subnavhelper
{
	position: absolute;
	left: 209px;
	top:5px;
}

/* zweite ebene optisch aktiv halten wenn dritte ebene aufklappt */
.subnav li:hover a:link, .subnav li:hover a:visited
{ color: #a90027}

/* den effekt fŸr links der 3 ebene rŸckgŠngig machen */
.subnav li:hover .subsubnav a:link, .subnav li:hover .subsubnav a:visited
{ color: #424242}
.subnav li:hover .subsubnav a:hover, .subnav li:hover .subsubnav a:active
{ color: #a90027}

/* Dritte ebene auf der rechten Seite */
.multisubnav
{
	position: relative;
	background:transparent;
	padding: 0 0 5px 0;
	margin: 10px 0 10px 20px;
	font-size:12px;
	line-height: 120%;
	border-bottom: 1px solid #424242;
}

.multisubnav a:link, .multisubnav a:visited, .multisubnav a:hover, .multisubnav a:active
{
	display: block;
	background: url(pfeil_rot.gif) no-repeat 2px 6px;
	padding: 2px 5px 2px 15px;
	color:#a90027;
}


/* Wegen Fehlern in alten Browsern muss die unterste Linie "gefaked" werden */
.navlistfixer
{
	height: 19px;
	border-top: 1px solid #424242;
}

