@CHARSET "UTF-8";

#navi {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 210px;
	height: 520px;
	background: url(/images/navi/background.png) no-repeat;
	list-style: none;
	padding: 25px 0 20px 25px;
}

#navi li{
	width: 210px;
	height: 35px;
	text-align: left;
	float: left; /* IE 7 fix */
	clear: left; /* IE 7 fix */
}

#navi li a{
	display: block;
	width: 210px;
	height: 35px;
	text-indent: -220px;
	overflow: hidden;
}

a#aktuell {
	background: url(/images/navi/aktuell.png) no-repeat;	
}

	a#aktuell:hover, a.active#aktuell {
		background: url(/images/navi/aktuell_hover.png) no-repeat;	
	}

a#veranstaltungen {
	background: url(/images/navi/veranstaltungen.png) no-repeat;	
}

	a#veranstaltungen:hover, a.active#veranstaltungen {
		background: url(/images/navi/veranstaltungen_hover.png) no-repeat;	
	}

a#jubyq {
	background: url(/images/navi/jubyq.png) no-repeat;	
}

	a#jubyq:hover, a.active#jubyq {
		background: url(/images/navi/jubyq_hover.png) no-repeat;	
	}

a#partyfotos {
	background: url(/images/navi/partyfotos.png) no-repeat;	
}

	a#partyfotos:hover, a.active#partyfotos {
		background: url(/images/navi/partyfotos_hover.png) no-repeat;	
	}

a#gaestebuch {
	background: url(/images/navi/gaestebuch.png) no-repeat;	
}

	a#gaestebuch:hover, a.active#gaestebuch {
		background: url(/images/navi/gaestebuch_hover.png) no-repeat;	
	}

a#kontakt {
	background: url(/images/navi/kontakt.png) no-repeat;	
}

	a#kontakt:hover, a.active#kontakt {
		background: url(/images/navi/kontakt_hover.png) no-repeat;	
	}

a#impressum {
	background: url(/images/navi/impressum.png) no-repeat;	
}

	a#impressum:hover, a.active#impressum {
		background: url(/images/navi/impressum_hover.png) no-repeat;	
	}

a#tischreservierung {
	background: url(/images/navi/tischreservierung.png) no-repeat;	
}

	a#tischreservierung:hover, a.active#tischreservierung {
		background: url(/images/navi/tischreservierung_hover.png) no-repeat;	
	}

a#gast {
	background: url(/images/navi/gast.png) no-repeat;	
}

	a#gast:hover, a.active#gast {
		background: url(/images/navi/gast_hover.png) no-repeat;	
	}

a#newsletter {
	background: url(/images/navi/newsletter.png) no-repeat;	
}

	a#newsletter:hover, a.active#newsletter {
		background: url(/images/navi/newsletter_hover.png) no-repeat;	
	}
	
a#shuttle {
	background: url(/images/navi/bustransfer.png) no-repeat;	
}

	a#shuttle:hover, a.active#shuttle {
		background: url(/images/navi/bustransfer_hover.png) no-repeat;	
	}

a#bustransfer {
	background: url(/images/navi/anfahrt.png) no-repeat;	
}

	a#bustransfer:hover, a.active#bustransfer {
		background: url(/images/navi/anfahrt_hover.png) no-repeat;	
	}

a#parkplaetze{
	background: url(/images/navi/parkplaetze.png) no-repeat;	
}

	a#parkplaetze:hover, a.active#parkplaetze{
		background: url(/images/navi/parkplaetze_hover.png) no-repeat;	
	}

a#presse {
	background: url(/images/navi/presse.png) no-repeat;	
}

	a#presse:hover, a.active#presse {
		background: url(/images/navi/presse_hover.png) no-repeat;	
	}

a#jobs {
	background: url(/images/navi/jobs.png) no-repeat;	
}

	a#jobs:hover, a.active#jobs {
		background: url(/images/navi/jobs_hover.png) no-repeat;	
	}

a#getraenkepreise {
	background: url(/images/navi/getraenkepreise.png) no-repeat;	
}

	a#getraenkepreise:hover, a.active#getraenkepreise {
		background: url(/images/navi/getraenkepreise_hover.png) no-repeat;	
	}

