/*DROP DOWN CSS*/
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
	font-family:Arial, "Times New Roman", Times, serif;
	z-index: 10;
	background-color:#E95B14;
	position: relative;
}
.nav li {
  /*border-right: 1px dotted #333333;*/
  float: left;
  margin: 0 0 0 0;
  padding: 0 ;
  position: relative; 
}
#nav-one .true{background-color:#E95B14; color:#000000;}
#nav-one .true a{color:#000000; text-decoration:none;}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited, .nav .header, .nav .header_unternavi, .nav #header_zubu {
  font-family:Arial, "Times New Roman", Times, serif;
  font-size:12px;
  padding: 2px 6px 3px 5px;
  color: #ffffff;
  margin:0px;
  display: block;
  text-decoration: none;
  text-transform:uppercase;
  height:17px;

 }
.nav li a:hover {
  background: #E95B14;
  color: #000000;	
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background:#E95B14;
  color: #333333;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #E95B14;
  color: #333333;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #E95B14;
  color: #ffffff;	
}

.nav ul {
  background: #E95B14;
  list-style: none;
  margin: 0;
  width: auto;
  position: absolute;
  top: -999em;
  /*left: -1px;
  border-right: 1px dotted #b37464;
  border-left: 1px dotted #b37464;*/
  margin-top:-3px;
  padding-top:0px;

}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 22px;
}

.nav ul li {
  border: 0;
  float: none;
  margin:0;
}


/*UNTERMENU*/
.nav li:hover ul ul,
.nav li.sfHover ul ul {
  top: -999em;
}
#nav-one .header_unternavi:hover ul,
#nav-one .header_unternavi.sfHover ul {
	top:22px;
	left:0px;
}

/* ABSTAND FÜR IE6 */
* html #nav-one .header_unternavi:hover ul,
* html #nav-one .header_unternavi.sfHover ul {
	top:22px;
	left:-6px;
}
* html #nav-one .header_unternavi ul
{
	margin-top:0px;
}
/* ENDE ABSTAND FÜR IE6 */

/*ALLGEMEINE EINSTELLUNGEN FÜR SUBMENU*/
.nav ul a 
{
  margin-top:0px;
  border-bottom: 0;
  width:244px;
  padding-right: 20px;
  white-space: nowrap;
  border-bottom:1px dotted #FEDABF;
}
.nav ul a:hover {
  background: #E95B14;
  color: #000000;
}
.nav .header, .nav .header_unternavi {
	background-color:#AA410F;
	color:#FFF;
	cursor:default;
	white-space:nowrap;
}
.nav #header_zubu {
	background-color:#b95728;
	color:#FFF;
	cursor:default;
	white-space:nowrap;
}
#nav-one #header_zubu ul a{
	background-color:#fa7d3f;
}












/*HAUPTNAVI 2 CSS*/
.nav-two, .nav-two ul {
	list-style: none;
	padding: 0;
	background-color:#ee7c43;
}
.nav-two li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom:solid 1px #FBBE7A;
	border-left:solid 2px #ee7c43;
	border-right:solid 2px #ee7c43;
}
#nav-two .true {
	background-color:#ee7c43;
	color:#000000;
}
#nav-two .true a  {
	color:#000000;
	text-decoration:none;
}
.nav-two li a, .nav-two .header, .nav-two li a:link, .nav-two li a:active, .nav-two li a:visited {
	font-family:Arial, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	padding: 2px 5px 2px 5px;
	color: #ffffff;
	margin:0px;
	display: block;
	text-decoration: none;
}

#nav-two li a:hover {
	background: #ee7c43;
	color: #000000;
}
#nav-two ul {
	background: #FCD0A0;
	list-style: none;
	margin: 0;
	width: auto;
	margin-top:0px;
	padding-top:0px;
}
/*UNTERNAVI CSS*/
.nav1, .nav1 ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
.nav1 li {
  	margin: 0 0 0 0;
	padding: 0;
	border:none;
	border-bottom:solid 1px #EE7C43;
	}
.nav1 .last {
	border-bottom:none;
	}
*html .nav1 .last {
	border-bottom:solid 1px #FCD0A0;
	}
#nav1 .true {
	background-color:#FCD0A0;
	color:#ffffff;
}
#nav1 .true a  {
	color:#ee7c43;
	text-decoration:none;
}
.nav1 li a, .nav1 .header, .nav1 li a:link, .nav1 li a:active, .nav1 li a:visited {
	font-family:Arial, "Times New Roman", Times, serif;
	font-size:12px; /* ------------------------------------------------ SCHRIFTGRÖSSE NAVIGATION */
	padding: 2px 10px 2px 10px;
	color: #000000; /* ------------------------------------------------ NAVI TEXT SCHRIFTFARBE */
	margin:0px;
	display: block;
	text-decoration: none; /* ------------------------------------------------ GROSSSCHREIBEN  uppercase, KLEINSCHREIBEN  none */
}
/* abstände für deutsche navigation - immer 2. und 3. abstand ändern um die breite einzustellen */
 *[lang|=de] li a, *[lang|=de] li a:link, *[lang|=de] li a:active, *[lang|=de] li a:visited, *[lang|=de] .header, *[lang|=de] .header_unternavi {
	padding: 2px 10px 2px 10px;
}
/* abstände für englische navigation - immer 2. und 3. abstand ändern um die breite einzustellen */
*[lang|=en] li a, *[lang|=en] li a:link, *[lang|=en] li a:active, *[lang|=en] li a:visited, *[lang|=en] .header, *[lang|=en] .header_unternavi {
	padding: 2px 10px 2px 10px;
}
/* abstände für italienische navigation - immer 2. und 3. abstand ändern um die breite einzustellen */
*[lang|=it] li a, *[lang|=it] li a:link, *[lang|=it] li a:active, *[lang|=it] li a:visited, *[lang|=it] .header, *[lang|=it] .header_unternavi {
	padding: 2px 10px 2px 10px;
}
#nav1 li a:hover {
	background: #FCD0A0; /* ------------------------------------------------ HOVER hintergrundfarbe unternavi */
	color: #ee7c43; /* ------------------------------------------------ HOVER schriftfarbe unternavi */
}
#nav1 ul {
	background: #FCD0A0;
	list-style: none;
	margin: 0;
	width: auto;
  	margin-top:0px;
	padding-top:0px;
}
.nav1 ul li {
	border: 0;
	float: none;
	margin:0;
}
.nav1 li {
	padding-left:10px;
}

