/*
CHANGELOG:

2007-10-17 	FEP	Operakompatibilität erhöht durch display:inline; im a.infobox:hover span und durch speziellen Opera block.
2007-10-17 	FEP	Operakompatibilität erhöht durch abschließende Klammer (CSS2)
*/

}

body {
    background: #FFF;
	font: .71em "Arial", sans-serif;
	line-height: 1.5em;
}
a {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

 .thumbnail
{
float: top;
width: 60px;
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 5px;
}

.clearboth { clear: both; }



a.infobox {border:1px color:#000000; border-bottom: 0px text-decoration:none; background:grey; }
a.infobox:hover { cursor:link; color:#FFF; background:white; }
a.infobox span {font-color:lightgrey; visibility:hidden; position:absolute; margin-top:4em; padding:0.5em; text-decoration:none; background:#B1B1B1;}
a.infobox:hover span {display:inline; max-width: 155px; font-family: Verdana; visibility:visible;  font-color: #000000; font-size: 8pt; border:1px solid #0000;}




/* nur fuer Opera FEP-2007-10-17*/
@media screen and (min-width: 0px)
{
a.infobox { border:0px; background: white; }
a.infobox span { display:none; }
}



#hiddendiv {
  display: none;
}



