﻿/*Navigation*/
#Nav {
	position: absolute;
	left: 16px;
	top: 200px;
}
#Nav ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}
#Nav ul li.firmenprofil {
	background-image: url('../images/btnFirmenprofilFirmenprofil.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav ul li.produkte {
	background-image: url('../images/btnFirmenprofilProdukte.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav ul li.applikationen {
	background-image: url('../images/btnFirmenprofilApplikationen.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav ul li.technik {
	background-image: url('../images/btnFirmenprofilTechnik.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav ul li.aktuelles {
	background-image: url('../images/btnFirmenprofilAktuelles.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav ul li.familienverbund {
	background-image: url('../images/btnFirmenprofilFamilienverbund.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav ul li.kontakt {
	background-image: url('../images/btnFirmenprofilKontakt.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;
}
/*SubContent*/
#SubContent {
	position: absolute;
	top: 280px;
	left: 432px;
}
#SubContent ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#SubContent ul li.umwelterklaerung {
	background-image: url('../images/btnUmwelterklaerung.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#SubContent a {
	display: block;
	margin-top: 0px;
	margin-bottom: 4px;
	width: 72px;
	height: 32px;
}
#SubContent a:hover {
	text-decoration: none;
}
#SubContent span {
	visibility: hidden;
}
