#rahmen {
	background-color: #000000;
	z-index: 10;
	position: absolute;
	top: 170px;
	width: 100%;
	left: 0px;
}


#rahmen #inhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: absolute;
	left: 0px;
	top: 3px;
	font-style: normal;
	letter-spacing: 0em;
	line-height: 18px;
}

#rahmen #inhalt a {
    color: #FFCC66;
	text-decoration: none;
}
#rahmen #inhalt #banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 0.2em;
	background-repeat: no-repeat;
	position: relative;
	height: 160;
	background-position: center top;
	top: -10px;
}

#rahmen #inhalt a:hover {
	color: #000000;
	background-color: #ffcc66;
	font-weight: bold;
}
#rahmen #inhalt img {
	position: relative;
}
