body {
	behavior:url("csshover.htc");
}




body {
	behavior:url("csshover.htc");
}

#auswahl {
	padding: 0 0 0 20px;
}

.over a:hover{ border:none; /* Bug fix für IE */
    text-decoration: none;
}
.over a span{ display: none; }

.over a:hover span
{
    position:absolute;
	left:740px;
    width: 205px;
    display: block;
    margin-top:0.2em;
    padding: 10px;
    color: #FFFFFF;
    background-color:#282828;
    border:1px solid black;
    text-decoration: none;
	font: 0.9em Arial, Helvetica, sans-serif;
	filter: alpha(opacity=95);
	opacity: .95;
    text-align: left;
}

