#top h1 a {
	width: 467px;
	height: 57px;
	display: block;
	position: absolute;
	z-index: 10;
	left: 59px;
	top: 29px;
	text-indent: -5000px;
	background-image: url(/content/pictures/template/logo.gif);
	background-repeat: no-repeat;
}

/* Main-Navig */

#top ul {
	width: 965px;
	list-style-type: none;
	position: absolute;
	z-index: 10;
	bottom: 15px;
	left: 0px;
}

#top ul li {
	float: left;
	display: inline;
	margin : 0px 0px;
}

#top ul li a {
	display: block;
	height: 30px;
	width: 230px;
	margin-right: 15px;
	text-indent: -5000px;
	text-decoration: none;
	background-image: url(/content/pictures/template/mainNav.gif);
	background-repeat: no-repeat;
}

#top ul li a:hover {
	border: none;
}

/* Buttons der NainNav */

#top ul li a.startseite {
	background-position: 0px 0px;
}

#top ul li a.startseite:hover, #top ul .active a.startseite {
	background-position: 0px -40px;
}

#top ul li a.leistungen {
	background-position: -245px 0px;
}

#top ul li a.leistungen:hover, #top ul .active a.leistungen {
	background-position: -245px -40px;
}

#top ul li a.unternehmen {
	background-position: -490px 0px;
}

#top ul li a.unternehmen:hover, #top ul .active a.unternehmen {
	background-position: -490px -40px;
}

#top ul li a.kontakt {
	background-position: -735px 0px;
	margin-right: 0px;
}

#top ul li a.kontakt:hover, #top ul .active a.kontakt {
	background-position: -735px -40px;
}

/* Top-Bgr */

.startseite #top {
	background-position: 99px 0px;
}

.leistungen #top {
	background-position: 344px 0px;
}

.unternehmen #top {
	background-position: 589px 0px;
}

.kontakt #top {
	background-position: 834px 0px;
}

/* Sub-Navig */

#col1 ul {
	list-style-type: none;
	width: 230px;
	text-align: center;
	margin-top: 1px;
}

#col1 ul li a {
	width: 180px;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: -1px;
	display: block;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	position: relative;
}

#col1 ul .active a {
	color: #32A0D7;
	font-weight: bold;
	border-top-color: #D7D7D7;
	border-bottom-color: #D7D7D7;
	background-image: url(/content/pictures/template/subnavBgr.gif);
	background-repeat: no-repeat;
	z-index: 100;
}