/* @group Navigation */
#nav-main {
	position: absolute;
	top: 160px;
	left: 20px;
	width: 260px;
}

#nav-main ul {
	width: 225px;
	text-align: center;
	margin-top: 15px;
}

#nav-main ul li {
	width: 214px;
	height: 26px;
}

#nav-main ul li a {
	width: 214px;
	height: 26px;
	display: block;
	text-indent: -9999px;
}

.n-start a {
	background: url(images/navigation/das-alba-resort.gif) no-repeat;
}
.n-ortschaft a {
	background: url(images/navigation/side-colakli.gif) no-repeat;
}
.n-unterkunft a {
	background: url(images/navigation/unterkunft.gif) no-repeat;
}
.n-verpflegung a {
	background: url(images/navigation/verpflegung.gif) no-repeat;
}
.n-unterhaltung a {
	background: url(images/navigation/unterhaltung.gif) no-repeat;
}
.n-wellness a {
	background: url(images/navigation/wellness.gif) no-repeat;
}
.n-buchungsanfrage a {
	background: url(images/navigation/buchungsanfrage.gif) no-repeat;
}
