#menu-top {
	position: absolute;
	left: 440px;
	top: 47px;
}
#menu-top ul {list-style-type:none;}
#menu-top li {float:left;}
#menu-top a, #menu-top span {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	letter-spacing: -1px;
	height: 46px;
	display: block;
	float:left;
}
#menu-top span, #menu-top a:hover {
	background: url('../img/menu-aktiv.gif') 3px 19px no-repeat;
}



#menu-gallery {
	position: absolute;
	left: 266px;
	top: 115px;
}
#menu-gallery ul {list-style-type:none;}
#menu-gallery li {float:left;}
#menu-gallery a, #menu-gallery span {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	display: block;
	float:left;
	background-color: #660000;
	padding: 5px 15px;
	border-right: 1px solid #aaa;
}
#menu-gallery li.last a, #menu-gallery span.last {
	border-right: none;
}

#menu-gallery span, #menu-gallery a:hover {
	background-color: #C39F9F;
	color: #000;
/*	background: url('../img/menu-aktiv.gif') 3px 19px no-repeat;*/
}


