/* navi.css
------ Buttons für die Navigation
*/

a.leistungen {
	width: 99px;
	background:url(images/butt_leistungen.jpg) 0 0 no-repeat;
}
a.leistungen:hover, a.leistungen:active, a.leistungenActive {
	width: 99px;
	background:url(images/butt_leistungen.jpg) -99px 0  no-repeat;
}

a.produkte {
	width: 99px;
	background:url(images/butt_produkte.jpg) 0 0 no-repeat;
}
a.produkte:hover, a.produkte:active, a.produkteActive {
	width: 99px;
	background:url(images/butt_produkte.jpg) -99px 0  no-repeat;
}

a.team {
	width: 99px;
	background:url(images/butt_team.jpg) 0 0 no-repeat;
}
a.team:hover, a.team:active, a.teamActive {
	width: 99px;
	background:url(images/butt_team.jpg) -99px 0  no-repeat;
}

a.referenzen {
	width: 99px;
	background:url(images/butt_ref.jpg) 0 0 no-repeat;
}
a.referenzen:hover, a.referenzen:active, a.referenzenActive {
	width: 99px;
	background:url(images/butt_ref.jpg) -99px 0  no-repeat;
}

a.news {
	width: 99px;
	background:url(images/butt_news.jpg) 0 0 no-repeat;
}
a.news:hover, a.news:active, a.newsActive {
	width: 99px;
	background:url(images/butt_news.jpg) -99px 0  no-repeat;
}

a.ueber_uns {
	height: 33px;
	background:url(images/butt_ueberuns.gif) 0 0 no-repeat;
}
a.ueber_uns:hover, a.ueber_uns:active, a.ueber_unsActive {
	height: 33px;
	background:url(images/butt_ueberuns.gif) 0 -33px  no-repeat;
}
a.kontakt {
	height: 33px;
	background:url(images/butt_kontakt.gif) 0 0 no-repeat;
}
a.kontakt:hover, a.kontakt:active, a.kontaktActive {
	height: 33px;
	background:url(images/butt_kontakt.gif) 0 -33px  no-repeat;
}
a.anfahrt {
	height: 33px;
	background:url(images/butt_anfahrt.gif) 0 0 no-repeat;
}
a.anfahrt:hover, a.anfahrt:active, a.anfahrtActive {
	height: 33px;
	background:url(images/butt_anfahrt.gif) 0 -33px  no-repeat;
}
a.impressum {
	height: 33px;
	background:url(images/butt_impressum.gif) 0 0 no-repeat;
}
a.impressum:hover, a.impressum:active, a.impressumActive {
	height: 33px;
	background:url(images/butt_impressum.gif) 0 -33px  no-repeat;
}

