#home {
    text-align: right;
}

#home marquee {
    background-color: #BB0000;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    color: white;
    font-size: 30px;
    height: 80px;
    margin-bottom: 10px;
    text-align: center;
    white-space: pre-line;
}

/* Browser Hack only FF */
@-moz-document url-prefix() {
    #home marquee {
        overflow: hidden;
    }
}

#home .logos img {
    margin: 10px;
}

#contact-hint {
    color: lightgray;
    display: block;
    font-size: 10px;
    font-style: italic;
}

#home .contact,
#home .times {
    float: right;
}

#home .contact {
    width: 390px;
}

#home .contact .description {
    font-size: 14px;
    margin-top: 10px;
}

#home-bilder {
    float: left;
    text-align: left;
}

#home-bilder a:nth-child(2):after {
    content: "";
    display: block;
}

#home-bilder a {
    border: 0;
}

#home-bilder a img {
    border: 1px solid white;
}

#home-bilder div a img {
    border: none;
}
