/* ............... HOME ............... */
a.home_d {
	display:block;
	width:162px;
	background: url(../images/home.jpg) 0 0  no-repeat;
}
a.home_d:hover {
	display:block;
	background: url(../images/home.jpg) -162px 0  no-repeat;
}
a.home_d:active {
	display:block;
	background: url(../images/home.jpg) -324px 0  no-repeat;
}

a.home_e {
	display:block;
	width:162px;
	background: url(../images/home_uk.jpg) 0 0  no-repeat;
}
a.home_e:hover {
	display:block;
	background: url(../images/home_uk.jpg) -162px 0  no-repeat;
}
a.home_e:active {
	display:block;
	background: url(../images/home_uk.jpg) -324px 0  no-repeat;
}

/* ............... SPEISEKARTE ............... */
a.karte_d {
	display:block;
	width:162px;
	background: url(../images/karte.jpg) 0 0  no-repeat;
}
a.karte_d:hover {
	display:block;
	background: url(../images/karte.jpg) -162px 0  no-repeat;
}
a.karte_d:active {
	display:block;
	background: url(../images/karte.jpg) -324px 0  no-repeat;
}

a.karte_e {
	display:block;
	width:162px;
	background: url(../images/menu.jpg) 0 0  no-repeat;
}
a.karte_e:hover {
	display:block;
	background: url(../images/menu.jpg) -162px 0  no-repeat;
}
a.karte_e:active {
	display:block;
	background: url(../images/menu.jpg) -324px 0  no-repeat;
}

/* ............... UEBER UNS ............... */
a.ueber_uns_d {
	display:block;
	width:162px;
	background: url(../images/ueber_uns.jpg) 0 0  no-repeat;
}
a.ueber_uns_d:hover {
	display:block;
	background: url(../images/ueber_uns.jpg) -162px 0  no-repeat;
}
a.ueber_uns_d:active {
	display:block;
	background: url(../images/ueber_uns.jpg) -324px 0  no-repeat;
}

a.ueber_uns_e {
	display:block;
	width:162px;
	background: url(../images/about_us.jpg) 0 0  no-repeat;
}
a.ueber_uns_e:hover {
	display:block;
	background: url(../images/about_us.jpg) -162px 0  no-repeat;
}
a.ueber_uns_e:active {
	display:block;
	background: url(../images/about_us.jpg) -324px 0  no-repeat;
}

/* ............... GALERIE ............... */
a.galerie_d {
	display:block;
	width:162px;
	background: url(../images/galerie.jpg) 0 0  no-repeat;
}
a.galerie_d:hover {
	display:block;
	background: url(../images/galerie.jpg) -162px 0  no-repeat;
}
a.galerie_d:active {
	display:block;
	background: url(../images/galerie.jpg) -324px 0  no-repeat;
}

a.galerie_e {
	display:block;
	width:162px;
	background: url(../images/gallery.jpg) 0 0  no-repeat;
}
a.galerie_e:hover {
	display:block;
	background: url(../images/gallery.jpg) -162px 0  no-repeat;
}
a.galerie_e:active {
	display:block;
	background: url(../images/gallery.jpg) -324px 0  no-repeat;
}

/* ............... KONTAKT ............... */
a.kontakt_d {
	display:block;
	width:162px;
	background: url(../images/kontakt.jpg) 0 0  no-repeat;
}
a.kontakt_d:hover {
	display:block;
	background: url(../images/kontakt.jpg) -162px 0  no-repeat;
}
a.kontakt_d:active {
	display:block;
	background: url(../images/kontakt.jpg) -324px 0  no-repeat;
}

a.kontakt_e {
	display:block;
	width:162px;
	background: url(../images/contact.jpg) 0 0  no-repeat;
}
a.kontakt_e:hover {
	display:block;
	background: url(../images/contact.jpg) -162px 0  no-repeat;
}
a.kontakt_e:active {
	display:block;
	background: url(../images/contact.jpg) -324px 0  no-repeat;
}


/* ............... FLAG UK ............... */
a.uk {
	display:block;
	width:162px;
	background: url(../images/uk.jpg) 0 0  no-repeat;
}
a.uk:hover {
	display:block;
	background: url(../images/uk.jpg) -162px 0  no-repeat;
}


/* ............... FLAG DE ............... */
a.de {
	display:block;
	width:162px;
	background: url(../images/de.jpg) 0 0  no-repeat;
}
a.de:hover {
	display:block;
	background: url(../images/de.jpg) -162px 0  no-repeat;
}


a:link { color:#006600; text-decoration:none}
a:visited { color:#006600; text-decoration:none }
a:hover { color:#000000; text-decoration:underline}
a:active { color:#006600; text-decoration:none}
a:focus { color:#006600; text-decoration:none}

a.bottom:link { color:#000000; text-decoration:none}
a.bottom:visited { color:#000000; text-decoration:none }
a.bottom:hover { color:#000000; text-decoration:underline}
a.bottom:active { color:#000000; text-decoration:none}
a.bottom:focus { color:#000000; text-decoration:none}

