
ul.topnav {
	list-style: none;
	float: left;
	width: 738px;
	font-size: 12px;
	font-weight: 400;
	background: url(../../img/verlauf.gif) repeat-x;
}
ul.topnav li {
	float: left;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a	{
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 112px;
	height: 26px;
}
ul.topnav li a:hover, .topaktiv {
	background: url(../../img/verlauf_on.gif) repeat-x;
} 

ul.topnav li span.subhover {cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 41px;
	background: #b9bfcb;
	display: none;
	float: left;
	width: 155px;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.topnav li ul.subnav li{
	clear: both;
	width: 170px;
	margin-left: 10px; 
}
html ul.topnav li ul.subnav li a {
	height: 18px;
	float: left;
	width: 135px;
	background: #b9bfcb;
	border-bottom: 1px solid #fff; 
	padding-top: 4px;
	padding-bottom: 2px;
}


html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #864487;
}

.gross	{ text-transform: uppercase; border-right: 1px solid #d9e3ef; padding: 15px 0px 0px 10px; }