/* ---------------------------------------------------------- Hauptnavigation */
#navigation {
	position: absolute;
	top: 87px;
	left: 50%;
	margin: 0px 0px 0px -120px;
	overflow: hidden;
}

ul#navigation  {
	padding: 0px;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	list-style-type: none;
	list-style: none;
}
#navigation li { /* all list items */
	float: left;
	width: auto;
	height: 20px;
	overflow: hidden;
	margin: 0px 22px 0px 0px;
	padding: 0px;
	z-index: 90;
}


#navigation a, #navigation a:link, #navigation a:visited {
	display: block;
	color: #FFFFFF;
	background-position: 0px 0px;
	text-indent: -4000px;
	height: 20px;
	overflow: hidden;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
}

#navigation a:hover {
	background-position: 0px -20px;
}
 

a#home {width: 98px;background-image: url(../images/buttons/start.gif);}
a#leistungen {width: 108px;background-image: url(../images/buttons/leistungen.gif);}
a#firma2 {width: 100px;background-image: url(../images/buttons/firma.gif);}
a#referenzen  {width: 112px;background-image: url(../images/buttons/referenzen.gif);}
a#kontaktoben {width: 87px;background-image: url(../images/buttons/kontaktlink.gif);}

