#top {
	height: auto;
	width: 760px;
	margin-left: 10px;
	margin-right: 10px;
}
#top-menu {
	float: left;
	height: auto;
	width: 980px;
}
#top-search {
	float: right;
	font: bold 11px;
	height: 0px;
	width: 0px;
	padding-top: 1px;
	padding-left: 10px;
	background: #f1f1f1;
}
#top-menu-1 {
	float: left;
	height: 28px;
	width: 750px;
	color: #999;
	font-weight: bold;
	font-size: 18px;
	padding-left: 10px;
	border-width: 1px;
	border-color: black;
	background: #f1f1f1;
}
#top-menu-1 a{
	color: #999;
	padding: 0px 10px 0px 10px;
	text-decoration:none;
	display: inline;
	background: #f1f1f1;
	color: #666666;
}
#top-menu-1 a.top-level2-no {
	margin-top: 20px;
	margin-left: 20px;
	width: 180px;  */
	background: #f1f1f1;
	color: #666666;
}

/*
 * Text erste Ebene Mouse Over 
 */
#top-menu-1 a:hover{
	color: white;
	background-color: #EF4C62;
}

/*
 * Text erste Ebene selektiert
 */
#top-menu-1 a.top-level1-act {
	color: white;
	background-color: #EF4C62;
}
#top-menu-2 {
	float: left;
	height: 26px;
	width: 750px;
	font-weigth: bold;
	font-size: 18px;
	padding-left: 10px;
	color: black;
	background-color: #DDDDDD;
}
#top-menu-2 a{
	font-weight: bold;
	font-size: 12px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	display: inline;
	color: #666666;
}

/*
 * Text erste ebene Mouse Over 
 */
#top-menu-2 a:hover{
	color: white;
	background: #EF4C62;
}

#top-menu-2 a.top-level2-no {
}

/*
 * Ebene 2 selektioert
 */

#top-menu-2 a.top-level2-act {
	color: black;
}
