/* Bilder auswechseln fuer mouseover */ 


a.karriere:link, a.karriere:visited {
	background-position: 0 0px;
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
	background-image: url(../images/navigation/karriere.gif);
}

a.karriere:hover, a.karriere.aktiv {
	height: 20px;
	width: 200px;
	background-repeat: no-repeat;
	background-position: 0px -28px;
}

a.aktuelles:link, a.aktuelles:visited {
	background-position: 0 0px;
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
	background-image: url(../images/navigation/aktuelles.gif);
}

a.aktuelles:hover, a.aktuelles.aktiv {
	background-repeat: no-repeat;
	background-position: 0px -28px;
}

a.sozietaet:link, a.sozietaet:visited {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 145px;
	height: 20px;
	background-image: url(../images/navigation/sozietaet.gif);
}

a.sozietaet:hover, a.sozietaet.aktiv {
	background-position: 0 -28px;
}

a.team:link, a.team:visited {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 145px;
	height: 20px;
	background-image: url(../images/navigation/team.gif);
}

a.team:hover, a.team.aktiv {
	background-position: 0 -28px;
}

a.mitarbeiter:link, a.mitarbeiter:visited {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 145px;
	height: 20px;
	background-image: url(../images/navigation/mitarbeiter.gif);
}

a.mitarbeiter:hover, a.mitarbeiter.aktiv {
	background-position: 0 -28px;
}

a.standorte:link, a.standorte:visited {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 15px;
	height: 20px;
	background-image: url(../images/navigation/standorte.gif);
}

a.standorte:hover, a.standorte.aktiv {
	background-position: 0 -28px;
}

a.beratung:link, a.beratung:visited {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 20px;
	background-image: url(../images/navigation/beratung.gif);
}

a.beratung:hover, a.beratung.aktiv {
	background-position: 0px -28px;
}

a.kontakt:link, a.kontakt:visited {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
	background-image: url(../images/navigation/kontakt.gif);
}

a.kontakt:hover, a.kontakt.aktiv {
	background-position: 0 -28px;
}

a.english:link, a.english:visited {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 75px;
	height: 20px;
	background-image: url(../images/navigation/english.gif);

}

a.english:hover {
	background-position: 0 -28px;

}	

a.impressum:link, a.impressum:visited {
	width: 20px;
	background-repeat: no-repeat;
	background-position: 12px 0px;
	height: 20px;
	background-image: url(../images/navigation/i.gif);

}

a.impressum:hover,a.impressum.aktiv {
	background-position: 12px -28px;
}

