  <style type="text/css">
body { color: rgb(0, 0, 0); background-color: rgb(91, 43, 16); }

a:link { text-decoration:none; font-weight:bold; color:#000000; background-color:#88aa88;}
a:visited { text-decoration:none; font-weight:bold; color:#000000; background-color:#88aa88;}
a:hover { text-decoration:none; font-weight:bold; background-color:#72765d; color:#ffffff; }
a:active { text-decoration:none; font-weight:bold; color:#000000; background-color:#cccccc; }
a:focus { text-decoration:none; font-weight:bold; color:#000000; background-color:#cccccc; }


.vorschau {
position: relative;
z-index: 0;
}
.vorschau:hover{
background-color: transparent;
z-index: 50;
}
.vorschau span{
position: absolute;
background-color: #666666;
padding: 0px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.vorschau span img {
border-width: 0;
padding: 0px;
}
.vorschau:hover span{
visibility: visible;
top: -120px;
left: 280px; }

  </style>
