@charset "utf-8";

/* CSS Document */


.navStart a {
	margin:0px;
	display:block;
	float:left;
	width:185px;
	height:38px;
	background:url(../images/navi/startseite.jpg) 0px 0px no-repeat;
	text-indent:-5000px;
	font-size:1px;
	color: #fff;
}
.navStart a:hover, .activeStart a  {
	background:url(../images/navi/startseite.jpg) 0px -38px no-repeat;
}

.navWir a {
	display:block;
	float:left;
	width:185px;
	height:38px;
	background:url(../images/navi/wir.jpg) 0px 0px no-repeat;
	text-indent:-5000px;
	font-size:1px;
	color: #fff;
}
.navWir a:hover, .activeWir a {
	background:url(../images/navi/wir.jpg) 0px -38px no-repeat;
}

.navLeistungen a {
	display:block;
	float:left;
	width:185px;
	height:38px;
	background:url(../images/navi/leistungen.jpg) 0px 0px no-repeat;
	text-indent:-5000px;
	font-size:1px;
	color: #fff;
}
.navLeistungen a:hover, .activeLeistungen a {
	background:url(../images/navi/leistungen.jpg) 0px -38px no-repeat;
}

.navKontakt a {
	display:block;
	float:left;
	width:185px;
	height:38px;
	background:url(../images/navi/kontakt.jpg) 0px 0px no-repeat;
	text-indent:-5000px;
	font-size:1px;
	color: #fff;
}
.navKontakt a:hover, .activeKontakt a  {
	background:url(../images/navi/kontakt.jpg) 0px -38px no-repeat;
}