/* @group Navigation */
/* NAVIGATION */
#nav-main {
	position: absolute;
	width: 900px;
	height: 68px;
	margin: 0;
	padding: 0;
	top: 11px;
	left: 300px;
}

#nav-main ul {
	height: 68px;
	margin: 0;
	padding: 0;
}

#nav-main ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -9999px;	
	height: 68px;
}

#nav-main ul li a {
	height: 68px;
	text-indent: -9999px;
	display: block;
}

.n02 a {
	width: 101px;
	height: 68px;
	background: url(images/navigation/nv_hotel.gif) no-repeat;
}
.n02 a:hover {
	background: url(images/navigation/nv_hotel1.gif) no-repeat;
}
.n03 a {
	width: 58px;
	background: url(images/navigation/nv_lage.gif) no-repeat;
}
.n03 a:hover {
	background: url(images/navigation/nv_lage1.gif) no-repeat;
}
.n04 a {
	width: 87px;
	background: url(images/navigation/nv_unterkunft.gif) no-repeat;
}
.n04 a:hover {
	background: url(images/navigation/nv_unterkunft1.gif) no-repeat;
}
.n05 a {
	width: 105px;
	background: url(images/navigation/nv_gastronomie.gif) no-repeat;
}
.n05 a:hover {
	background: url(images/navigation/nv_gastronomie1.gif) no-repeat;
}
.n06 a {	
	width: 113px;
	background: url(images/navigation/nv_entertainment.gif) no-repeat;
}
.n06 a:hover {	
	background: url(images/navigation/nv_entertainment1.gif) no-repeat;
}
.n07 a {
	width: 116px;
	background: url(images/navigation/nv_wellness.gif) no-repeat;
}
.n07 a:hover {
	background: url(images/navigation/nv_wellness1.gif) no-repeat;
}
.n08 a {
	width: 98px;
	background: url(images/navigation/nv_kinder.gif) no-repeat;
}
.n08 a:hover {
	background: url(images/navigation/nv_kinder1.gif) no-repeat;
}
