#top {
	position: absolute;
	top: 198px;
	left: 0;
	width: 100%;
	height: 22px;
	background: #3D3D3D; 
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3D3D3D; /* Horizontale Line zwischen Hauptbild und Menü-Leiste */
        border-bottom-width: 22px;
	border-bottom-style: solid;
	border-bottom-color: #BA181D; /* Horizontale Line zwischen Menü-Leiste und Untermenüs (links) */
}

#top-menu {
	position: relative;
	height: 24px;
	background: #3D3D3D; /* Farbe Menübuttons in der Menü-Leiste wenn nicht angeklickt */
        margin: 0px;
}

#top-menu ul {
        list-style: none;	
        margin: 0;
	padding: 0;
}

#top-menu ul a, #top-menu ul .cur {
	float: left;
	display: block;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #3D3D3D; /* Vertikale Linen zwischen Menü-Buttons der Menü-Leiste */
	padding: 0 14px;
	margin: 0;
	color: #BCBEC0; /* Schriftfarbe der Menü-Buttons der Menü-Leiste wenn nicht angeklickt */
}

#top-menu ul a:hover, #top-menu ul .act a {
	color: #C1242A; /* Schriftfarbe der Menü-Buttons der Menü-Leiste wenn angeklickt und mousover */
	background-color: #3D3D3D; /* Farbe Menü-Buttons der Menü-Leiste wenn angeklickt und mousover */
}

#top-menu li {
	float: left;
	margin: 0;
	padding: 0;
}
