div#navigation{
	position:absolute;
	top:0px;
	left:160px;
	width:720px;
	height:40px;
						background-color:#000;

}

/* Haeuschen */
div#back_home{
	position:absolute;
	padding:0px;
	width:30px;
	height:auto;
	top:7px;
	left:645px;
}


#nav li {
  /*float the main list items*/
  margin: 0;
  float: left;
  display: block;
  padding-right: 10px;
}


#nav img {
	border:none;
}

#nav li.off ul, #nav li.on ul{ 
  /*hide the subnavs*/
  display: none;
	}



#nav li a {
  /*for all links in the list*/
  color: #ffffff;
  font-weight: bold;
  display: block;
  height: 15px;
  
  border:0px;					/*1px solid #29497b;*/
  padding: 5px 10px 5px 5px;
  padding-top:0px;
}


#nav li.off ul, #nav li.on ul {
  /*put the subnavs below and hide them all*/
  position: absolute;
  top: 33px;
  height: 40px;
  width:645px;
  left: 0;
  padding-top: 20px;
  background: #000;
}

#nav li.on a, #nav li.on ul li.on a {
  /*change border color for active topic area*/
  color:#f90;
}



#nav li.on ul a, #nav li.off ul a {
  /*  cancel inherit of border
      on subnav of active topic */
  border: 0;
}

#nav li.on ul {
  /*display active subnav list*/
  display: block;
}


#nav li.on ul a, #nav li.off ul a {
  float: left;
  /*ie doesn't inherit the float*/
  border: 0;
  color: #fff;
  width: auto;
  margin-right: 10px;
}


#nav li.on ul {
  /*display the current topic*/
  display: block;
}

#nav li.off:hover ul {
  /*  display the other topics when
      their parent is hovered */
  display: block;
  z-index: 6000;		
}

#nav li.off a:hover {
  background: #000000;
  color: #f90;
}
/*++++++++++++++++++++++++++++++++++++++++++++++
#nav li.on:hover a {
  background: #000000;
  color: #f90;
}
/*++++++++++++++++++++++++++++++++++++++++++++++*/

#nav li.on ul li:hover a {
 
  color: #f90;
}


#nav li.off ul, #nav li.on ul {
  /*put the subnav below*/
  top: 33px;

}

#nav li ul li{
  /*display active subnav list*/
  margin-top:0px;
  margin-bottom:0px;
  padding-top:0px;
  padding-bottom:0px;
  background-color:#000000;
}


#nav li.off a:hover,
#nav li:hover a,
#nav li.over a {
  background: #000000;
  color: #f90;
}



/* +++ 2. E B E N E +++ */

/* Padding der Unternavigationen */
#nav2_unternehmen{
	padding-left:260px;
	}
	
#nav2_aktuelles{
	padding-left:95px;
	}
#nav2_download{
	padding-left:195px;
	}
#nav2_kontakt{
	padding-left:280px;
	}
#nav2_referenzen{
	padding-left:355px;
	}

/* Produktnavigation */

ul#produktnavi{
	position:absolute;
	padding:0px;
	margin:0px;
	top:70px;
	left:20px;
	color:#FFF;
	}
	
ul#produktnavi li{
	list-style:none;
	display:inline;
	padding-right:15px;
	}
	
ul#produktnavi li img{
	margin:0;
	padding:0;
	border:0;
	}

ul#produktnavi li.on a{
	color: #f90;
	}
	
	


	
/* +++ FOOTERNAVIGATION +++ */	
	
ul#footer_navi{
	border-top:solid 1px #FFF;
	margin:0px;
	margin-top:20px;
	margin-bottom:20px;
	padding:0px;
	padding-left:1px;
	width:850px;
	}

ul#footer_navi li{
	list-style:none;
	display:inline;
	padding-right:15px;
	}
	
ul#footer_navi li a{
	font-size:11px;
	font-weight:normal;

	}
	
/* +++ SOZIALENETZE +++ */

div.sozialenetze{
	top:94px;
	left:549px;
	position:absolute;
	width:130px;
	height:26px;
	text-align:right;
	z-index:99;
	}

div.sozialenetze ul{
	margin:0px;
	padding:0px;
	list-style:none;
	height:26px;
	}
div.sozialenetze ul li{
	margin:0px;
	padding:0px 0px 0px 5px;
	list-style:none;
	display:inline;
	height:26px;
	}
