/** Farben:
Farbe01 = #FAE6C8 (beige)
Farbe02 = #F0C080 (braun)
Farbe03 = #B40000 (rot)
*/
/* --- HTML-Elemente --- */
/* --- Individualformate --- */
#BannerContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
#BannerInhalt {
    padding: 10px;
    background-color: #FAE6C8;
    white-space: nowrap;
}
#BannerInhalt img {
    float: left;
    cursor: pointer;
    margin: 0px 20px 0px 10px;
}
#BannerInhalt div {
    margin-top: 15px;
    color: #B40000;
    font-size: 36px;
    font-weight: bold;
}
#BannerZierleiste {
    height: 25px;
    background-image: url(../bilder/design/bg_kopf.png);
    background-repeat: repeat-x;
}
/* --- Klassen --- */

