/* 
	pure layout properties are not indent. you can edit them for your needs.
	pure technical properties are indent 3 tabs. Generally there is no need to edit them. // important for functionality
	some properties are indent 1 tab, they are important for functionality but have to be adapted to your layout

	Reine Designangaben für das Menue sind nicht eingerückt!
	Rein technische Angaben sind  dreimal eingerückt. Diese müssen in der Regel nicht geändert werden.
	Eine "Zwischenstellung" nimmt beispielsweise die Menuebreite Breite ein. Sie ist sowohl für Design als auch Funktionstüchtigkeit wichtig. Derartige Angaben sind zweimal eingerückt.
*/
li {
	padding: 0;
	margin:0;
}

/* 
	original code @ http://www.alistapart.com/articles/horizdropdowns/
*/

#navigation {
	position: relative;
	margin: 0 auto;
	top: 50px;
	width: 861px;
	height: 43px;
	font: normal 0.72em Verdana;
	background: #ECF1F4 url(../pics/navi_neu.jpg) 0 0 no-repeat;
	z-index: 1;
}

* html #navigation {
	top: 36px;
} 

#nav ol {
	width: 11em;	
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
}

#nav ol li {
	position: relative;
	border: 1px solid #ccc;
	border-bottom: 0;
}

#nav li ol {
	top: -1px;
	/* visual hide */
	position: absolute;
	left: -9999px;
	/* real hide */
	display: none; /* if you use LimitLinks:0 you should remove this line. */
}

#nav ol li a, 
#nav ol li strong {
	display: block;		
	text-decoration: none;
	color: #000;
	background: #fff; /* IE6 Bug */
	padding: 4px;
	min-width: 9em;
}

#nav li.parent>a:after {
	content: " >";
}

/* Hover/Focus Style */

#nav ol li a:hover, #nav ol li a:focus, #nav ol li a:active,
/* Opera Focus Style */
#nav ol li a.ofocus, #nav li ol li a.ofocus{ 
	color: #E2144A; 
	background: #f9f9f9;
} 
/* 
	disable normal hover and focus style , if javascript is available
 */
#nav .navfxenabled li:hover ol { 
	left: -9999px;
}

/* 
	normal hover Style wtihout javascript
*/		

#nav li:hover ol,
/* 
	hover and focus style if javascript is available
*/

#nav .navfxenabled li.over ol { 
	display: block;
	left: 11em;
	margin-left: -2px;
		
} 

/* The magic */
/* aktive Kategorie/Unterkategorie anzeigen */

#nav li.active a, #nav li.activepath a, 
#nav li.active a:hover, #nav li.activepath a:hover,
#nav li.active a:active, #nav li.activepath a:active,
#nav li.active a:focus, #nav li.activepath a:focus,
#nav li.active strong {
	color: #E2144A; 
	background: #f9f9f9;
}

/* oben gemachte Einfärbung wieder zurücknehmen */

#nav li.active ol a, #nav li.activepath ol a {
	color: #FF0000; 
	background: #fff;
}

/* 
	accesible for keyboard- and screenreader- users
 */
#nav li.active ol, 
#nav li.activepath ol {
	display: block;
		
}
/* Tastaturnutzung 
	Keyboardusage for good browsers
 */
#nav a:focus+ol {
	left: 11em; /* Abstand Untermenu */
	margin-left: -2px;
}
/* 	
	keyboard support without javascript
*/
#nav li ol li a:focus, #nav li ol li a:active {
	position: absolute;
	left: 997px; /* Viewportverschiebung ausschalten */
	margin-left: 11em; /* Abstand Untermenu */
}

/* 
	overwrite the keyboard support, if mouse is in use
*/

#nav li ol li a:hover, #nav  li ol li a:hover, /* kleinster gemeinsamer Nenner */
#nav li:hover ol li a:focus, #nav  li:hover ol li a:active,
/* 
	overwrite the keyboard support, if javascript is available
*/

#nav .navfxenabled li ol li a:focus, #nav .navfxenabled  li ol li a:active {
	position: static;
	margin-left: 0;
}


#ulnavigation, #ulnavigation ul {
	width: 850px;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 0.8em 0 1em 0;
	position: absolute;
}

#ulnavigation a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.5em 0;
}

#ulnavigation a.oben {
	text-align: center;
}


#ulnavigation a.daddy {
	background: url(rightarrow2.gif) no-repeat 95%;
}

#ulnavigation li {
	float: left;
	width: 10em; /*Komplettlänge Auswahlstreifen */
	padding: 0;
}

#ulnavigation li ul {
	position: absolute;
	left: -999em;
	width: 14em;
	height: auto;
	font-weight: normal;
	border-width: 0.5em;
	margin: 6px 20px;
	padding: 5px 8px;
	background:transparent url(../pics/trans.png);
	filter:alpha(opacity=94); /* Internet Explorer */
	-moz-opacity:.95; /* Mozilla Browser */
	filter:alpha(opacity=94); /* Opera */
}

#ulnavigation li ul {
	text-align: left;
}

#ulnavigation li li {
	width: 13.9em
}

#ulnavigation li ul ul {
	margin: -1.75em 0 0 14em;
}

#ulnavigation li:hover ul ul, #ulnavigation li:hover ul ul ul,
#navigationsleiste .navfxenabled li:hover ul, #navigationsleiste .navfxenabled li:hover ul ul, #navigationsleiste .navfxenabled li:hover ul ul ul,
#navigationsleiste .navfxenabled li.over ul ul,#navigationsleiste .navfxenabled li.over ul ul ul
{
	left: -999em;
}
#ulnavigation li:hover ul, 
#navigationsleiste .navfxenabled li.over ul {
	left: auto;
}

#ulnavigation li li:hover ul, #ulnavigation li li li:hover ul,
#navigationsleiste .navfxenabled li li.over ul, #navigationsleiste .navfxenabled li li li.over ul {
	left: -2px;
}

#navigationsleiste li li.over ul.leftover, #navigationsleiste .navfxenabled li li li.over ul.leftover, #navigationsleiste .navfxenabled li li li li.over ul.leftover {
	left: -28.44em;
}

#ulnavigation li.over,#ulnavigation li:hover {
	font-weight: bold;
}

#navigationsleiste ul li a:hover, #navigationsleiste ul li a:focus, #navigationsleiste ul li a:active,
#navigationsleiste ul li a.ofocus, #navigationsleiste li ul li a.ofocus { 
	color: #99CC00;
	filter:alpha(opacity=90); /* Internet Explorer */
	-moz-opacity:.90; /* Mozilla Browser */
	filter:alpha(opacity=90); /* Opera */
}