/*----------NAVI-LEFT----------*/
ul#naviLeft{
	width:206px;
}
ul#naviLeft li{	
	list-style:none inside;
	float:left;
	margin:0;
	padding:0;
	height:47px;
}


/*----------SUBNAVI----------*/
ul#subnavi{
	clear:left;
	background:url(../pics/navi/bg_subnavi.jpg) repeat-x 0 0;
	width:188px;
	float:left;
	margin:25px 0 0 10px;
	padding:10px 0 15px 0;
	min-height:300px;
	height:auto !important;
	height:300px;
}

/*IE6 Hack*/
*html ul#subnavi{
	margin:20px 0 0 5px;
}

ul#subnavi li{
	list-style:none;	
	margin-left:15px;
}

/*IE6 Hack*/
*html ul#subnavi li,
*html ul#subnavi li.act {
	margin-top:-10px;
}

/*IE6 Hack*/
*html ul#subnavi li li, 
*html ul#subnavi li li.act{	
	margin-top:0;
}

ul#subnavi a{
	color:rgb(0,0,0);
	font-size:11px;
	text-decoration:none;
	line-height:15px;
}

ul#subnavi a:hover{
	color:rgb(204,51,51);
}

ul#subnavi li.act,
ul#subnavi li li.act{	
	background:url(../pics/navi/subnavi_arrow.gif) no-repeat 0 3px;
	margin:0 0 0 0px;
	padding-left:15px;
}

/*IE6 Hack*/
*html ul#subnavi li.act{
	/*padding:0;*/
}


ul#subnavi a.act{
	color:rgb(204,51,51);
}

/*erste Ebene*/
ul#subnavi li a{
	text-transform:uppercase;
}

/*alle anderen Ebenen*/
ul#subnavi li li a{
	text-transform:none;
}

ul#subnavi li.linie{
	background:url(../pics/navi/trennlinie_subnavi.gif) no-repeat 0 1px;
	height:3px;
	width:161px;
}

/*IE7 Hack*/
*+html ul#subnavi li.linie{	
	margin-top:-10px;
}

/*IE6 Hack*/
*html ul#subnavi li.linie{	
	margin-top:0;
}



/*----------NAVI-RIGHT----------*/
#naviRight{
	clear:both;
	float:left;
	width:520px;
	height:33px !important;
	padding:7px 0 0 0;
}


/*----------DROPDOWN----------*/
/*--------------------- Menu Level 1 ---------------------*/
ul.menuRight {	
    list-style-type: none;	
	margin:0;
	padding:0;
	text-transform:uppercase;
}
ul.menuRight li {
    padding:0;
    margin:0;
    float:left;
	text-decoration:none;
	list-style-type: none;
	display: inline;
	text-align: left;
	height:20px;	
}
ul.menuRight a{
    display: block;
	text-decoration:none;
	position:relative;	
}
ul.menuRight a:hover{
	text-decoration:none;
}

ul.menuRight ul a{
	padding: 2px 0 1px 10px;
	height:15px;
	width:190px;
	text-decoration:none;
	text-transform:uppercase;
	color:rgb(0,0,0);
}
ul.menuRight ul a:hover {
	color:rgb(255,255,255);
	text-decoration:none;
	background:none;
	background-color:rgb(204,51,51);
}

ul.menuRight ul a.more{	
	background:url(../pics/navi/pfeil_red.gif) no-repeat 190px 5px;
}
ul.menuRight ul a.more:hover{	
	background:url(../pics/navi/pfeil_white.gif) no-repeat 190px 5px;
	background-color:rgb(204,51,51);
}

ul.menuRight ul li {
	text-transform:none;
	font-size:11px;
	border:none;
	height:20px;
	width:180px;
    float:none;
	text-align: left;
}

html > body ul.menuRight ul {
    padding: 0 0 0 0;
    position: absolute;   
    display:none;
	min-width:180px;
	text-decoration:none;	
	border-bottom:1px solid rgb(255,255,255);
	border-left:1px solid  rgb(255,255,255);
	border-right:1px solid  rgb(255,255,255);
	background:url(../pics/navi/bg_dropdown.png) repeat 0 0;	
}

/* IE6-Hack*/
*html ul.menuRight ul {
    padding: 0 0 0 0;
    position: absolute;   
    display:none;
	text-decoration:none;	
	border-bottom:1px solid rgb(255,255,255);
	border-left:1px solid  rgb(255,255,255);
	border-right:1px solid  rgb(255,255,255);
	}

*html ul.menuRight ul{
	padding-top:13px;
	}

*html ul.menuRight ul li a,
*html ul.menuRight ul li a.more{
	background-color:#ffffff;
	filter:alpha(opacity=95);
	margin-top:-13px;
	} 

ul.menuRight ul.ebene2 {
	margin-left: 0px;
	}
	
/* Verschachtelte Liste (3. Ebene)*/ 
ul.menuRight ul.ebene2 ul {     
	margin-left:200px;
	margin-top: -18px;      
	position: absolute;     
	display:none;     
	width:200px; 
	}

/* Verschachtelte Liste (3. Ebene)*/ 
ul.menuRight ul.ebene3 ul {     
	margin-left:200px;
	margin-top: -18px;     
	position: absolute;     
	display:none;    
	width:200px; 
	}
	
/* Verschachtelte Liste (4. Ebene)*/ 
ul.menuRight ul.ebene4 ul {     
	margin-left:200px;
	margin-top: -18px;      
	position: absolute;     
	display:none;    
	width:200px; 
	}
	
ul.menuRight div {
	background:url(../pics/navi/trennlinie_main_right.gif) no-repeat 0 1px;
	height:3px;
	width:200px;
}

*html ul.menuRight div {
	background:url(../pics/navi/trennlinie_main_right_ie.png) no-repeat -1px 0;
	height:1px;
	width:200px;
}


/* Zweite Ebene */ 
ul.menuRight ul.ebene2.hover, ul.menuRight li.hover ul.ebene2, ul.menuRight li:hover ul.ebene2    {     display:block; }  
/* Dritte Ebene */ ul.ebene2 ul.hover, ul.ebene2 li.hover ul.ebene3, ul.ebene2 li:hover ul.ebene3 {     display:block; }
/* Vierte Ebene */ ul.ebene3 ul.hover, ul.ebene3 li.hover ul.ebene4, ul.ebene3 li:hover ul.ebene4 {     display:block; } 
/* Fünfte Ebene*/  ul.ebene4 ul.hover, ul.ebene4 li.hover ul.ebene5, ul.ebene4 li:hover ul.ebene5 {     display:block; }



/*----------FOOTER-NAVI----------*/
#footerNaviRight{
	float:right;
}

#footerNaviLeft{
	float:left;
}

#footerNaviButtons{
	float:left;
	margin:2px 10px 0 0;
}

*html #footerNaviButtons{
	float:left;
	margin:2px 5px 0 0;
}

#footerNaviButtons a{
	margin:0 0 0 1px;
}

#footerNaviLeft ul{
	margin:8px 0 0 208px;
}

#footerNaviLeft li{
	list-style:none inside;
	display:inline;
}

#footerNaviLeft a{
	color:rgb(102,102,102);
	text-decoration:none;
	margin:0 18px 0 0;
}

#footerNaviLeft a:hover{
	color:rgb(204,51,51);
}