<!-- /* Schwebebild --------------------------- */ -->
#Inhalt div.schwebe {
	position: relative;
	border: ;
	padding: 5px;
}


#Inhalt div.schwebe a:hover {
	background: transparent;
	z-index: 1;
}


#Inhalt div.schwebe a span.hovlink {
	display: none;
	background: transparent;
	border: none;
	z-index: 1;
}

#Inhalt div.schwebe a:hover span.hovlink {
	display:inline;
	position: absolute;
	right: 300px;
	width: 280px;
	background-color: #E0E0E0;
	border: 1px solid #3366CC;
	color: #000000;
	line-height: 15px; text-align:left;
	padding: 5px;
	top: -130px;
	z-index: 80 ! important;
}

#Inhalt div.schwebe a span.hovlink img {
	float: left;
	margin: 0px 5px 5px 0px;
	border: 1px solid #3366CC;
	z-index: 80;
	
}


#Inhalt div.schwebe ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.0em;
	text-align:right; font-size: 80%; 
}

#Inhalt div.schwebe li {
	display: block;
	padding-top: 1px;
	font-weight: normal;
	background: transparent;
}



#Inhalt div.schwebe li.punkt_2 {
	padding-right: 55px;
	color: #777777;
	font-size: 0.8em;
}
a {
	border: none; /* Braucht der NN */
	text-decoration: none;
}

a:link, a:visited, a:focus, a:active {
	color: #333333;
}

a:hover {
	color: #FF9933; /* orange */
}


