/** Farben:
Farbe01 = #FAE6C8 (beige)
Farbe02 = #F0C080 (braun)
Farbe03 = #B40000 (rot)
*/
/* --- HTML-Elemente --- */
/* --- Individualformate --- */
#InfoContainer {
    position: absolute;
    top: 130px;
    right: 10px;
    width: 200px;
}
/* --- Klassen --- */
.BlattInfo {
    background-color: #FAE6C8;
    color: black;
    border: 2px solid #B40000;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.6em;
}
.BlattInfoTitel {
    background-color: #B40000;
    color: white;
    border: 2px solid #B40000;
    border-bottom: none;
    margin: 0px;
    padding: 2px;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
}
