@media all {
#nav {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
}
#nav_main {
	padding-left: 0px !important;
	padding-left: 3px;
}
/* Fix for IE5 */
#nav_main ul {
    display: inline;		/* Fix für IE Doubled Float Margin Bug    */ 
	float: left;
}
#nav_main .menu ul { /* Breite und Hintergrund der Ebene 2 allgemein */
	/*	width: 12em !important;
	width: 12em; /*rosa*/
	border-top-width: 3px;
	border-right-width: 2px;
	border-bottom-width: 0;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 0px !important;
	margin-top: 1px;
	margin-left: 2px;
	padding-top: 5px;
	padding-bottom: 25px;
	background-image: url(../../images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-right-style: solid;
	border-right-color: #868483;
}
* html #nav_main .menu ul {
	width: 12em;
}
#nav_main .menu ul ul { /* Breite und Hintergrund der Ebene 3 allgemein */
	border:0;
	width: 11em;
	background: #123456; /*dunkelblau*/
	height: auto;
}
#nav_main .menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}
/* remove all list stylings */
#nav_main .menu, #nav_main .menu ul {
	display: block;
}

#nav_main .menu li { /* Einstellungen der Listenpunkte allgemein und Aussehen der Ebene 1 */
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
	font-size: 1em;
	line-height: 1em;
	cursor:pointer;
	padding: 6px;
	margin-left: 4px !important;
	margin-left: 1px;
	margin-right: 9px !important;
	margin-right: 12px;
	background-color: #ffffff; /*giftgrün*/
	background-image: url(../../images/karo.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#nav_main .menu li li  { /* Listenpunkte Ebene 2*/
	background: #ffffff; /*orange*/
	padding: 5px;
	width: auto;
	margin-left: 5px !important;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	padding-right: 10px;
	float: none;
}
#nav_main .menu li li li { /* Listenpunkte Ebene 3*/
	padding: 5px;
	background-color: #ffffff; /*türkis*/
}
/* Ebene 1 Link */
#nav_main .menu li a {
 font-size: 12px !important ; 
 font-family: Arial, Helvetica, sans-serif !important ; 
 text-align: left !important ; 
 font-weight: bold !important ; 
 color: #030010 !important ; 
 text-decoration: none !important ; 
 margin-bottom:0px !important ; 
 display:block !important; 
 white-space:nowrap ; 
	padding-left: 8px; /* Abstand von links, da Hintergrundbild */
}
/* Ebene 1 hover */
#nav_main .menu li a:hover, #nav_main .menu li a:focus {
    color: #000000;
    text-decoration: none;
	background-color: transparent;
}
/* aktives Menue Ebene 1 */
#nav_main li.current { 
	background-image: url(../../images/karo_green.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#nav_main li.current a { 
	color: #000000; /*orange*/
	background-color: transparent; 
	font-weight: bold;

}
#nav_main li.current a#active_link { 
	color: #000000; /*türkis*/ 
	background-color: transparent; 
	font-weight: bold; 
}

/* Ebene 2 Link */
#nav_main .menu li li a {
 font-size: 12px !important ; 
 font-family: Arial, Helvetica, sans-serif !important ; 
 text-align: left !important ; 
 font-weight: normal !important ; 
 color: #4f302b !important ; 
 text-decoration: none !important ; 
 margin-bottom:0px !important ; 
 display:block !important; 
 white-space:nowrap ; 
	margin: 0;
	padding: 0;
}
/* Ebene 2 hover */
#nav_main .menu li li a:hover, #nav_main .menu li li a:focus {
	background-color: transparent;
    color: #8da083;
    text-decoration: none;
}
/* Ebene 2 in aktivem Menü  */	
#nav_main li.current li a { 
	color: #FFFFFF; /*rot*/ 
	background-color: transparent; 
	font-weight: normal;
}
#nav_main li li.current a#active_link { 
	color: #FFFFFF; /*gelb*/ 
	background-color: transparent;
	font-weight: bolder;
}
/* Ebene 2 bei aktivem Menü in Ebene 3  */	
#nav_main li.current li.current a {
	color: #FFFFFF; /*rosa*/
	background-color: transparent;
	font-weight: bold;
}
/*#nav_main li.current li.current {
	background-image: url(../../images/arrow_right.gif);
	background-position: right center;
	background-repeat: no-repeat;
} */
/* Ebene 3 Link */
#nav_main .menu li li li a {
	text-decoration: none;
	color: #005C2F;
	position: relative;
	font-size: 1.0em;
	font-weight: normal;
	background-color: transparent;
}
/* Ebene 3 hover */
#nav_main .menu li li li a:hover, #nav_main .menu li li li a:focus {
	background-color: transparent;
    color: #C66900;
    text-decoration: none;
}
/* Ebene 3 bei aktivem Menü in Ebene 3 restliche Links  */	
#nav_main li.current li.current li a { 
	color: #005C2F; /*weiss*/ 
	background-color: transparent; 
	font-weight: normal;
	background-image: none;
}
#nav_main li.current li.current li {
	background-image: none;
}
#nav_main li.current li.current li a:hover { 
	color: #C66900; /*aaa*/ 
	background-color: transparent; 
	font-weight: normal;
}
#nav_main li.current li.current li a#active_link { 
	color: #005C2F; /*gelb*/ 
	background-color: transparent;
	font-weight: bolder; 
}

/* for IE6 helper Script */
#nav_main .menu li.adxmhover {
	z-index: 10000;
}
#nav_main .menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}
/* Abstand Einblendung Ebene 2 zu Ebene 1 */
#nav_main .menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

/* for IE6 helper Script */
#nav_main .menu .adxmhoverUL {	/* li:hover>ul selector */
	visibility: visible;
}

#nav_main .menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* for IE6 helper Script */
#nav_main .menu .adxmhoverUL .adxmhoverUL {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}
/* -- float.clear --
	force containment of floated LIs inside of UL */
#nav_main .menu:after, #nav_main .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
#nav_main .menu, #nav_main .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
#nav_main .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}
#nav_main .menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}
/* for IE6 helper Script */
#nav_main .menu .adxmhoverUL {	/* 1st-level submenu go below their parent item */
	top: 100%;
	left: 0;
}
/* for IE6 helper Script */
#nav_main .menu .adxmhoverUL .adxmhoverUL {
	top: 5px;
	left: 90%;
}
/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
#nav_main .menu>li:first-child>a, #nav_main .menu li + li + li li:first-child>a {
/*	 color: #567;  */
}
.unsichtbar, .invisibly, .hidden {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0;
	height:0;
	overflow: hidden;
	display: inline;
}

}