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

a.englisch {
	width: 53px;
	background:url(images/butt_engl.jpg) 0 0 no-repeat;
}
a.englisch:hover, a.englisch:active {
	width: 53px;
	background:url(images/butt_engl.jpg) -53px 0  no-repeat;
}

a.deutsch {
	width: 73px;
	background:url(images/butt_de.jpg) 0 0 no-repeat;
}
a.deutsch:hover, a.deutsch:active {
	width: 73px;
	background:url(images/butt_de.jpg) -73px 0  no-repeat;
}

a.impressum {
	width: 259px;
	background:url(images/butt_impressum_engl.jpg) 0 0 no-repeat;
}
a.impressum:hover, a.impressum:active, a.impressumActive {
	width: 259px;
	background:url(images/butt_impressum_engl.jpg) -259px 0  no-repeat;
}

a.start {
	width: 78px;
	background:url(images/butt_start_engl.jpg) 0 0 no-repeat;
}
a.start:hover, a.start:active, a.startActive {
	width: 78px;
	background:url(images/butt_start_engl.jpg) -78px 0  no-repeat;
}

a.ueber_uns {
	width: 67px;
	background:url(images/butt_ueberuns_engl.jpg) 0 0 no-repeat;
}
a.ueber_uns:hover, a.ueber_uns:active, a.ueber_unsActive {
	width: 67px;
	background:url(images/butt_ueberuns_engl.jpg) -67px 0  no-repeat;
}

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

a.kontakt {
	width: 62px;
	background:url(images/butt_kontakt_engl.jpg) 0 0 no-repeat;
}
a.kontakt:hover, a.kontakt:active, a.kontaktActive {
	width: 62px;
	background:url(images/butt_kontakt_engl.jpg) -62px 0  no-repeat;
}

a.anfahrt {
	width: 67px;
	background:url(images/butt_anfahrt_engl.jpg) 0 0 no-repeat;
}
a.anfahrt:hover, a.anfahrt:active, a.anfahrtActive {
	width: 67px;
	background:url(images/butt_anfahrt_engl.jpg) -67px 0  no-repeat;
}
