/* ---------------------------------------------------------- Topnavigation */

p#topnavi {
	display: block;
	width: 940px;
	height: 40px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bg-topnavi.gif);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 40px;
}
#topnavi a {
	font-size: 11px;
	color: #a21112;
	text-decoration: none;
	margin: 0px 30px 0px 0px;
	font-weight: bold;
}
#topnavi a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------- Mainnavigation */


#navi, #navi ul { /* all lists */
	padding: 0px 0px 0px 100px;
	margin: 0px 0px 0px 0px;
	width: 840px;
	height: 40px;
	list-style: none;
	line-height: 40px;
	font-size: 15px;
	color: #a21112;
	font-weight: bold;
	background-color: #24272b;
}

#navi a {
	font-size: 15px;
	color: #a21112;
	font-weight: bold;
	text-decoration: none;
}

#navi li { /* all list items */
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 45px 0px 0px;
	background-image: url(../images/bg_navi.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	line-height: 40px;
}
#navi li:hover { /* all list items */
	position: static;
	text-decoration: underline;
}
#navi li#unternehmen { width: 97px;}
#navi li#treppen { width: 80px;}
#navi li#tueren { width: 70px;}
#navi li#aktuelles { width: 67px;}

#navi li ul { /* second-level lists */
	position: absolute;
	width: 250px;
	margin: 0px 0px 0px -18px;
	height: auto;
	padding: 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#navi li ul li{ /* second-level lists */
	width: 250px;
	background-image: url(../images/bg-subnav.gif);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 31px;
}
#navi li ul li:hover { /* second-level lists */
}
#navi li ul li a {
	display: block;
	opacity: 1;
	height: 14px;
	padding: 0px 0px 0px 18px;
	font-size: 12px;
}
#navi li:hover ul, #navi li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
