#navi { 
	top: 125px;
	left: 0;
	position: absolute;
	width: 990px;
	z-index: 5000;
}

ul.nav1st { 
	list-style: none;
	margin: 0;
	border-top: 1px dotted #777;
	padding: 5px 0 0 0;
}

.nav1st li { 
	margin: 0 20px 0 0;
	float: left;
	list-style: none;
	padding: 0;
}

.nav1st li.active,
a.current { 
	font-weight: bold;
	padding: 0;
	list-style: none;
	margin: 0 10px 0 0;
}

.nav1st a,
.nav2nd a { 
	text-decoration: none;
	color: #777;
}

.nav1st a:hover,
.nav2nd a:hover { 
	text-decoration: none;
	color: #ee7f01;
}

ul.nav2nd { 
	position: absolute;
	top: 140px;
	padding: 0;
	left: 0;
}

ul.nav2nd li { 
	text-indent: -40px;
	margin: 0;
	padding: 0;
}

/* ### Home (Rechts neben Navi) ################################################# */

#home { 
	margin: 5px 0 0 0;
	float: right;
}

#home,
#home a { 
	text-decoration: none;
	color: #666;
}

