﻿/*Navigation*/
#Nav {
	position: absolute;
	top: 200px;
	left: 16px;
	z-index: 1;
}
#Nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#Nav ul li.firmenprofil {
	background-image: url('../images/btnProdukteFirmenprofil.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav ul li.produkte {
	background-image: url('../images/btnProdukteProdukte.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav ul li.applikationen {
	background-image: url('../images/btnProdukteApplikationen.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav ul li.technik {
	background-image: url('../images/btnProdukteTechnik.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav ul li.aktuelles {
	background-image: url('../images/btnProdukteAktuelles.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav ul li.familienverbund {
	background-image: url('../images/btnProdukteFamilienverbund.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav ul li.kontakt {
	background-image: url('../images/btnProdukteKontakt.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: 200px;
	left: 344px;
}
#SubContent ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#SubContent ul li.produktgruppen {
	background-image: url('../images/btnProduktgruppen.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#SubContent ul li.tapeselector {
	background-image: url('../images/btnTapeselector.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#SubContent ul li.tapeconfigurator {
	background-image: url('../images/btnTapeconfigurator.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#SubContent ul li.klebstoffklassen {
	background-image: url('../images/btnKlebstoffklassen.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#SubContent ul li.techbulletin {
	background-image: url('../images/btnTechBulletin.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;
}

