	#navigation {
		position:absolute;
		z-index:30;
		width:950px;
		height:33px;
		overflow:hidden;
		margin-top:30px;
		background:url(images/navigation_line.jpg) no-repeat;
		background-position:0px 27px;
	}
		#navigation a, #navigation a:link, #navigation a:active, #navigation a:visited {
			text-decoration:none;
			color:#505050;
		}
			#navigation a.active {
				background:url(images/navigation_arrow.gif) no-repeat;
				background-position:center 19px;
				padding-bottom:11px;
			}
			#navigation a:hover {
				color:#000;
			}
		div#navigation div {
			margin-top:18px;
			padding-left:157px;
			overflow:hidden;
			background-color:#fff500;
		}
		div#navigation div div.navigation_spacer {
			margin:0px;
			padding:0px;
		}
		div#navigation div ul, div#navigation div div.navigation_spacer {
			padding:10px 13px 25px 13px;
			height:160px;
			display:block;
			float:left;
			list-style:none;
			background:url(images/navigation_trenner.jpg) no-repeat;
			font-size:12px;
		}
			div#navigation div ul:hover {
				background-color:#fcf88b;
			}
		div#navigation div a {
			margin:0px;
			padding:0px;
			line-height:18px;
		}
			div#navigation div a:hover {
				background:none;
			}
		
		/* SPEZIELLE MARGINS UND PADDINGS FÜR DIE HAUPTNAVIGATION */
		a.home { margin-left:70px; }
			div#navigation div ul.home {  }
		a.unternehmen { margin-left:40px; }
			div#navigation div ul.unternehmen { padding-right:18px; }
		a.produkte { margin-left:68px; }
			div#navigation div ul.produkte { padding-right:12px; }
		a.fachinformation { margin-left:73px; }
			div#navigation div ul.fachinformation { padding-right:18px; }
		a.bestellannahme { margin-left:37px; }
			div#navigation div ul.bestellannahme {  }
		a.kontakt { margin-left:21px; }
			div#navigation div ul.kontakt { padding-right:73px; }
