
<style type="text/css">
<!--

#InfoBox {
visibility:hidden;
position:absolute;
top:10px;
left:10px;
z-index:1;

/* diese Angaben können Sie anpassen */
width:300px;
background: url(bg-infobox-02.gif);
border:4px solid #0090E0;
}


/* 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%;
}

/* Beispiel h1 Überschrift */
#BoxInhalte h1 {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:14px;
color:#0090E0;
}

-->
</style>
