/* -------------------------------------- Oberste Navi - Leistungsspektrum, etc. */
#navigation {
	position: absolute;
	top: 40px;
	left: 50%;
	margin: 0px 0px 0px -160px;
	width: 630px;
	height: 31x;
	overflow: hidden;
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
}
#navigation ul {
	margin: 4px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	line-height: 31px;
	list-style-type: none;
	list-style: none;
}
#navigation li { /* all list items */
	float: left;
	height: 31px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	z-index: 90;
	border-right: 1px solid #737472;
}
#navigation li.last {
	border: none;
}
#navigation a, #navigation a:link, #navigation a:visited {
	float: left;
	color: #FFFFFF;
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -4000px;
	height: 31px;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}
#navigation a:hover {
	background-position: center -31px;
	background-color: transparent;
}
a#home {
	width: 120px;
	background-image: url(../images/buttons/home.gif);
	background-position: 0px 0px;
	text-indent: -4000px;
	border: none;
}
a#leistungen {
	width: 120px;
	background-image: url(../images/buttons/leistungen.gif);
	background-position: 0px 0px;
	text-indent: -4000px;
	border: none;
}
a#kontaktlink {
	width: 99px;
	background-image: url(../images/buttons/kontaktlink.gif);
	background-position: 0px 0px;
	text-indent: -4000px;
	border: none;
}
a#impressum {
	width: 99px;
	background-image: url(../images/buttons/impressum.gif);
	background-position: 0px 0px;
	text-indent: -4000px;
	border: none;
}
