@charset "iso-8859-1";
/* CSS Document */

/*Navigation*/
#nav1,#nav1 li{
	margin:0px;
	padding:0px;
	list-style:none;	
	display:inline;
}
#nav1 li{
	float:left;	
}
/*grundeinstellung hauptnavi punkte*/
#nav1 li a.nav1{
	display:block;	
	height:26px;
	text-indent:-3000px;
}

/*hauptnavi punkte deutsch*/
#nav1 li.news a.nav1{background-image:url(navi/news.gif);	width:67px;}
#nav1 li.unternehmen a.nav1{background-image:url(navi/unternehmen.gif); width:142px;}
#nav1 li.fertigung a.nav1{background-image:url(navi/fertigung.gif); width:111px;}
#nav1 li.produkte a.nav1{background-image:url(navi/produkte.gif);	width:105px;}
#nav1 li.formulare a.nav1{background-image:url(navi/formulare.gif); width:249px;}

/*aktiv und hover zustände hauptnavi punkte deutsch*/
#nav1 li.news a.nav1:hover,#nav1 li.news a.nav1:active,body.news #nav1 li.news a.nav1{background-image:url(navi/news_h.gif);}
#nav1 li.unternehmen a.nav1:hover,#nav1 li.unternehmen a.nav1:active,body.unternehmen #nav1 li.unternehmen a.nav1{background-image:url(navi/unternehmen_h.gif);}
#nav1 li.fertigung a.nav1:hover,#nav1 li.fertigung a.nav1:active,body.fertigung #nav1 li.fertigung a.nav1{background-image:url(navi/fertigung_h.gif);}
#nav1 li.produkte a.nav1:hover,#nav1 li.produkte a.nav1:active,body.produkte #nav1 li.produkte a.nav1{background-image:url(navi/produkte_h.gif);}
#nav1 li.formulare a.nav1:hover,#nav1 li.formulare a.nav1:active,body.formulare #nav1 li.formulare a.nav1{background-image:url(navi/formulare_h.gif);}



#nav1 li ul.nav2{
	position:absolute;
	left:42px;
	padding:0px;
	padding-top:8px;
	height:49px;
	width:907px;

	visibility:hidden;
	padding-left:12px;
	background-image:url(navi/nav2.png);
	background-repeat:no-repeat;
	
}
*+html #nav1 li ul.nav2 { left:0px; } /*nur für IE7*/ 


/*Unternavigations Punkte*/
body #nav1 li ul.nav2 li a{
	background-image:url(navi/nav2_li.png);
	background-repeat:no-repeat;
	background-position:0px 13px;
	width:auto;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	padding:10px;
	padding-left:15px;
	text-indent:0px;
}


/*farbe für hover und aktive unternavi punkte*/
#nav1 li ul.nav2 li a:hover,#nav1 li ul.nav2 li.active a{
	color:#d56900;
}

/*beim hover der hauptnavi unternavis einblenden*/
#nav1 li:hover ul.nav2, #nav1 li.sfhover ul.nav2 {visibility:visible;z-index:10;}

/*aktive unternavis einblenden*/
body.produkte #nav1 li.produkte ul,body.fertigung #nav1 li.fertigung ul,body.unternehmen #nav1 li.unternehmen ul{
	visibility:visible;z-index:8;
}

/*Navigation ganz oben*/
#nav3{
	position:absolute;
	top:19px;
	left:307px;
	width:500px;
	

}
#nav3 ul{
	float:right;	
}
#nav3 ul,#nav3 li{
	padding:0px;
	margin:0px;
	display:inline;
	list-style:none;
}
#nav3 ul li{
	float:left;
	background-image:url(navi/nav3_li.gif);
	background-position:right;
	background-repeat:no-repeat;

}
#nav3 ul li.first a{
	background-image:url(navi/nav3_li.gif);
	background-position:left;
	background-repeat:no-repeat;
	
}
#nav3 ul li a{
	color:#FFF;
	text-decoration:none;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px;
	padding-right:13px;
	padding-left:13px;
	text-transform:uppercase;
	display:block;
}
#nav3 ul li a:hover{
	text-decoration:underline;
	color:#d0e0ec;
}
#nav3 ul li.active a{
	color:#d0e0ec;
}
