/* Navigation */
#Nav {
	position: absolute;
	top: 200px;
	left: 16px;
}
#Nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#Nav ul li.firmenprofil {
	background-image: url('../images/btnKontaktFirmenprofil.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav ul li.produkte {
	background-image: url('../images/btnKontaktProdukte.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav ul li.applikationen {
	background-image: url('../images/btnKontaktApplikationen.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav ul li.technik {
	background-image: url('../images/btnKontaktTechnik.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav ul li.aktuelles {
	background-image: url('../images/btnKontaktAktuelles.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav ul li.familienverbund {
	background-image: url('../images/btnKontaktFamilienverbund.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav ul li.kontakt {
	background-image: url('../images/btnKontaktKontakt.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav a {
	display: block;
	margin-top: 0px;
	margin-bottom: 4px;
	width: 72px;
	height: 32px;
}
#Nav a:hover {
	text-decoration: none;
}
#Nav span {
	visibility: hidden;
}

