
/* auf der Inhaltsseite ausblenden */
.bach #annonce {
    display:none;
}

/* Annonce frei schwebend */
#annonce {
    right:250px;
    top:92px;
    position:fixed;
    z-index: 9999;
}

/* keine Linie beim Link */
#annonce a {
    list-style-type:none;
    border: none !important;
}
