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

a#button-home {
	background:url(images/navi/home.jpg) 0 0 no-repeat;
}
a#button-home:hover {
	background:url(images/navi/home.jpg) 0 -25px no-repeat;
}

a#button-ueberuns {
	background:url(images/navi/ueberuns.jpg) 0 0 no-repeat;
}
a#button-ueberuns:hover {
	background:url(images/navi/ueberuns.jpg) 0 -25px no-repeat;
}

a#button-aktuelles {
	background:url(images/navi/aktuelles.jpg) 0 0 no-repeat;
}
a#button-aktuelles:hover {
	background:url(images/navi/aktuelles.jpg) 0 -25px no-repeat;
}

a#button-landschaftsbau {
	background:url(images/navi/landschaftsbau.jpg) 0 0 no-repeat;
}
a#button-landschaftsbau:hover {
	background:url(images/navi/landschaftsbau.jpg) 0 -25px no-repeat;
}

a#button-galerie {
	background:url(images/navi/galerie.jpg) 0 0 no-repeat;
}
a#button-galerie:hover {
	background:url(images/navi/galerie.jpg) 0 -25px no-repeat;
}

a#button-baumschule {
	background:url(images/navi/baumschule.jpg) 0 0 no-repeat;
}
a#button-baumschule:hover {
	background:url(images/navi/baumschule.jpg) 0 -25px no-repeat;
}

a#button-katalog {
	background:url(images/navi/katalog.jpg) 0 0 no-repeat;
}
a#button-katalog:hover {
	background:url(images/navi/katalog.jpg) 0 -25px no-repeat;
}

a#button-kontakt {
	background:url(images/navi/kontakt.jpg) 0 0 no-repeat;
}
a#button-kontakt:hover {
	background:url(images/navi/kontakt.jpg) 0 -25px no-repeat;
}

a#button-anfahrt {
	background:url(images/navi/anfahrt.jpg) 0 0 no-repeat;
}
a#button-anfahrt:hover {
	background:url(images/navi/anfahrt.jpg) 0 -25px no-repeat;
}

a#button-impressum {
	background:url(images/navi/impressum.jpg) 0 0 no-repeat;
}
a#button-impressum:hover {
	background:url(images/navi/impressum.jpg) 0 -25px no-repeat;
}


/* Subnavi 1 (Galerie) */

a#button-mauern {
	background:url(images/navi/mauern-treppen.jpg) 0 0 no-repeat;
}
a#button-mauern:hover {
	background:url(images/navi/mauern-treppen.jpg) 0 -19px no-repeat;
}

a#button-wege {
	background:url(images/navi/wege.jpg) 0 0 no-repeat;
}
a#button-wege:hover {
	background:url(images/navi/wege.jpg) 0 -19px no-repeat;
}

a#button-wasser {
	background:url(images/navi/wasser.jpg) 0 0 no-repeat;
}
a#button-wasser:hover {
	background:url(images/navi/wasser.jpg) 0 -19px no-repeat;
}

a#button-pflanzungen {
	background:url(images/navi/pflanzungen.jpg) 0 0 no-repeat;
}
a#button-pflanzungen:hover {
	background:url(images/navi/pflanzungen.jpg) 0 -19px no-repeat;
}

a#button-pflegearbeiten {
	background:url(images/navi/pflegearbeiten.jpg) 0 0 no-repeat;
}
a#button-pflegearbeiten:hover {
	background:url(images/navi/pflegearbeiten.jpg) 0 -19px no-repeat;
}

a#button-zaunanlagen {
	background:url(images/navi/zaunanlagen.jpg) 0 0 no-repeat;
}
a#button-zaunanlagen:hover {
	background:url(images/navi/zaunanlagen.jpg) 0 -19px no-repeat;
}

a#button-beleuchtung {
	background:url(images/navi/beleuchtung.jpg) 0 0 no-repeat;
}
a#button-beleuchtung:hover {
	background:url(images/navi/beleuchtung.jpg) 0 -19px no-repeat;
}


/* Subnavi 2 (Baumschule) */

a#button-sortiment {
	background:url(images/navi/sortiment.jpg) 0 0 no-repeat;
}
a#button-sortiment:hover {
	background:url(images/navi/sortiment.jpg) 0 -19px no-repeat;
}

a#button-service {
	background:url(images/navi/service.jpg) 0 0 no-repeat;
}
a#button-service:hover {
	background:url(images/navi/service.jpg) 0 -19px no-repeat;
}

a#button-feng {
	background:url(images/navi/feng-shui.jpg) 0 0 no-repeat;
}
a#button-feng:hover {
	background:url(images/navi/feng-shui.jpg) 0 -19px no-repeat;
}


