﻿/*Nav*/
#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/btnApplikationenFirmenprofil.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav ul li.produkte {
	background-image: url('../images/btnApplikationenProdukte.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav ul li.applikationen {
	background-image: url('../images/btnApplikationenApplikationen.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav ul li.technik {
	background-image: url('../images/btnApplikationenTechnik.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav ul li.aktuelles {
	background-image: url('../images/btnApplikationenAktuelles.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav ul li.familienverbund {
	background-image: url('../images/btnApplikationenFamilienverbund.gif');
	background-repeat: no-repeat;
	height: 36px;
	width: 72px;
}
#Nav ul li.kontakt {
	background-image: url('../images/btnApplikationenKontakt.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;
}
/*SubNav*/
#SubNav {
	text-align: left;
	overflow: hidden;
	position: absolute;
	top: 8px;
	left: 120px;
	z-index: 2;
}
#SubNav ul {
	padding: 0px;
	margin: 0px;
}
#SubNav ul li {
	float: left;
	background-image: url('../../images/imgPlus.gif');
	background-repeat: repeat-y;
	list-style-type: none;
	width: 72px;
	margin: 0px;
	padding: 0px 0px 0px 8px;
}
#SubNav ul li a.auto {
	display: block;
	width: 64px;
	height: 40px;
	background-image: url('../images/btnAuto.gif');
	background-repeat: no-repeat;
}
#SubNav ul li a.transport {
	display: block;
	width: 64px;
	height: 40px;
	background-image: url('../images/btnTransport.gif');
	background-repeat: no-repeat;
}
#SubNav ul li a.bau {
	display: block;
	width: 64px;
	height: 40px;
	background-image: url('../images/btnBau.gif');
	background-repeat: no-repeat;
}
#SubNav ul li a.schilder {
	display: block;
	width: 64px;
	height: 40px;
	background-image: url('../images/btnSchilder.gif');
	background-repeat: no-repeat;
}
#SubNav ul li a.elektronik {
	display: block;
	width: 64px;
	height: 40px;
	background-image: url('../images/btnElektronik.gif');
	background-repeat: no-repeat;
}
#SubNav ul li a span {
	visibility: hidden;
}
#SubNav ul li a:hover {
	text-decoration: none;
}
#SubNav ul ul {
	padding: 0px;
	margin: 0px;
}
#SubNav ul ul li {
	display: block;
	float: none;
	background-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-transform: lowercase;
	line-height: 1em;
}

