#header {z-index:500;}
#info {position:relative;}
#info h2, 
#info h3 {position:relative; z-index:100;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/ul-multi-eight.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/ul-multi-eight.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* ----------------------------------------------------------------------------	*/
/* default styling */
#navi {width:1150px; height:50px; margin:0 auto; position:absolute; z-index:50; padding-top: 5px; line-height: 150%;}
.nav,
.nav ul {list-style-type:none; margin:0; padding:0; }
.nav a, .nav a:visited {text-decoration:none;}
.nav {font-family: Arial Narrow, Arial, sans-serif; font-size:18px; width:1150px; margin:0; position:absolute; height:25px;}
/* style the links */
/* needs a background for IE6 - can be a color or a transparent gif */

/* style the <b> element so that is does not affect the size of the link */

.nav a b {color:#000; font-weight:normal; display:block; padding:0px 10px;}
.nav .right ul b {text-align:right;}
.nav .right ul .main b {text-align:right;}

.nav a:hover b,
.nav .fly a:hover b {color:#fafafa; cursor:pointer;}

/* style the highlight path color and positions */
.nav i {position:absolute; display:block; width:225px; height:25px; left:-130px; top:0;}
.nav i.two {height:40px;}
.nav .right i {left:130px;}
.nav i.top {left:0; top:-26px;}

.nav ul.last a {background:#ccc;} /* style the last ul links background color */

/* POSITION SUB MENUS */
.nav ul ul {top:-25px;} /* position the top of the flyout sub menus */
.nav ul ul.lines2 {top:-40px;}	/* for a two line link */

/* WIDTH change this WITH CARE to suit your requirements */
.nav ul {min-width:229px; background: url(../img/n_navi_hg1.jpg) no-repeat;} /* to have a background color for the uls  background:url(img/p_trans.png); */
.nav .1ebene {background: url(../img/n_navi_hg1.jpg) no-repeat;}

.nav .2ebene {background: url(../img/n_navi_hg2.jpg) no-repeat;}

.nav .3ebene {background: url(../img/n_navi_hg3.jpg) no-repeat;}

.nav .last {
	padding-bottom: 85px;
}

.nav .last2 {
	padding-bottom: 107px;
}


/*set the link width here*/
a:hover.down {
	width: 228px;
}

/*.down b {
	border-right: 1px solid black;
}*/

.nav .drop,
.nav .open,
.nav a {width:230px;}
.nav ul li {max-width:229px;} /* fix for IE8 */

/* set the left flyout position here */
.nav ul ul {left:230px;}
/* set the right flyout position here */
.nav li.right ul ul {left:auto; right:230px;}

/* make this WIDTH - 1px */ /* or WIDTH - 0.063em if using em sizing */
.nav a {margin-right:-229px;}

/* ----------------------------------------------------------------------------	*/

/* DO NOT CHANGE ANYTHING BELOW */
.nav li {float:left;} /* fixes several IE related bugs, and allows for clearing */
.nav ul {float:left; position:relative; z-index:20;} /* necessary for float drop and to stack the <ul>s */
.nav ul li {clear:left;} /* must clear the floated list item inside sublist */
.nav a {position:relative; display:block; z-index:100;} /* needs to have a position, to be above the rest */
.nav a.main {float:left; /* necessary for float drop */
    margin-top:10000px;} /* bring the top level links back into view */
.nav .drop,
.nav .fly {margin-top:-10000px;} /* hide the sub links and their containers, opera has low upper limits */
.nav ul {margin-bottom:-5000px;} /* avoid any interaction between the subs, can be any large size */

/* The bit that does ALL the work to bring the sub menus into view */
.nav a:hover,
.nav a:focus,
.nav a:active {margin-right:0; outline:0;}

.nav a:focus b,
.nav a:active b,
.nav dt {color:#fff;}
 
/* OPERA fix */
.nav ul:hover {clear:left;} /* to stop intermittent sub link :hover problems */

/* IE6 and 7 fixes */
.nav .fly {width:100%; background-color: #c8adda;}
a:active {}

/* ----------------------------------------------------------------------------	*/