<style type="text/css"> 
<!--
 
#InfoBox {
visibility:hidden;
position:absolute;
top:10px;
left:10px;
z-index:1;
 
/* diese Angaben können Sie anpassen */
width:120px;
background-color:#FDFEFF;
border:1px solid #cccccc;
}
 
 
/* weitere Box in der Info-Box für padding */
#BoxInnen {
padding:15px;
}
 
 
/* Formatierung Texte in der Info-Box */
 
#BoxInhalte {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
color:#5F5F5F;
line-height:130%;
}
 
-->
</style>
