@charset "utf-8";

#InfoBox {
visibility: hidden;
position: absolute;
top: 10px;
left: 10px;
z-index: 1;

/* diese Angaben können Sie anpassen */
min-width:200px;
width: auto;
height:auto;
background-color:#ff6600;
border: 2px solid #0B0B61;
border-radius:6px;
}


/* weitere Box in der Info-Box für padding */
#BoxInnen {
padding: 10px;
}


/* Formatierung Texte in der Info-Box */

#BoxInhalte {
font-family: "Myriad Pro";
font-weight:100;
color: #0B0B61;
line-height: 130%;
font-size:80%
}

#BoxInhalte b {
font-family: "Myriad Pro";
font-size: 11px;
color: #FF007F;
line-height: 130%;
}

#BoxInhalte h2 {
font-family: "Myriad Pro";
font-size: 14px;
color: #0090E0;
line-height: 130%;
}
