/* ---------------------------------------------------------- Navigation */

#topnavi, #topnavi ul { /* all lists */
	padding: 13px 0px 0px 0px;
	margin: 0px 0px 0px 38px;
	list-style: none;
	line-height: 1;
	font-size: 11px;
	color: #000;
}

#topnavi a {
	display: block;
	height: 14px;
	color: #000;
}

#topnavi li { /* all list items */
	float: left;
	padding: 0px 0px 0px 12px;
	background-image: url(../images/bg_navi.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	line-height: 14px;
}
#topnavi li:hover { /* all list items */
	position: static;
	background-image: url(../images/bg_navi_over.gif);
}
#topnavi li#unternehmen { width: 97px;}
#topnavi li#treppen { width: 80px;}
#topnavi li#tueren { width: 70px;}
#topnavi li#aktuelles { width: 67px;}

#topnavi li ul { /* second-level lists */
	position: absolute;
	opacity: .9;
	background: #fff ;
	width: 130px;
	margin: 0px;
	padding: 10px;
	border: 1px solid #e2e2e2;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:100;
}
#topnavi li ul li{ /* second-level lists */
	width: 130px;
	background-image: none;
	padding: 0px;
	margin: 0px;
	height: 25px;
	line-height:10px;
}
#topnavi li ul li:hover { /* second-level lists */
	background-image: none;
}
#topnavi li ul li a {
	display: block;
	opacity: 1;
	color: #000;
	width: 130px;
	height: 14px;
}
#topnavi li:hover ul, #topnavi li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* ---------------------------------------------------------- Footernav */

ul#footernav {
	background-image: url(../images/bg_footernav.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px;
	width: 649px;
	height: 24px;
}
ul#footernav li {
	float: left;
	width: 110px;
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul#footernav li a, ul#footernav li a:link, ul#footernav li a:visited {
	display: block;
	height: 24px;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	line-height: 22px;
	background-image: url(../images/bg_footerlink.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
ul#footernav li a:hover {
	text-decoration: underline;
}
ul#footernav li a.aktiv {
	background-position: center bottom;
}
ul#footernav li a.aktiv:hover {
	text-decoration: none;
}


/* ---------------------------------------------------------- Prospektnavi */

ul#prospektnavi {
	position: absolute;
	top: 550px;
	left: 461px;
	height: 24px;
	margin: 0px;
	padding: 0px;
}
ul#prospektnavi li {
	float: left;
	width: 85px;
	list-style-type: none;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul#prospektnavi li#first {
	float: left;
	width: 105px;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
}
ul#prospektnavi li a, ul#prospektnavi li a:link, ul#prospektnavi li a:visited {
	display: block;
	height: 14px;
	color: #ba261c;
	text-decoration: none;
	font-size: 10px;
	line-height: 14px;
	background-image: url(../images/bg_prospektnavi.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	font-weight:bold;
}
ul#prospektnavi li a:hover {
color:#000;
	text-decoration: underline;
}
ul#prospektnavi li a.aktiv {
	color: #000;
}
