/* ----------------------------------------------------------------------
Titel:     Main CSS, Kurz Nah Weg
Autor:     Timo Textor, Department X GmbH
Updated:   07.07.2009
---------------------------------------------------------------------- */

/* --- Farbevarianten --- */

/* --- Deutsche Bahn Rot --- */
.balken_links {
    background-color: #FD0108;
}

.balken_rechts {
    background-color: #FA8381;
}

.teaserbox_footer {
/*    background-color: #FF7F7E; */
    background-color: #FF0000;
}
.teaserbox_footer a {
    color: white;
}

.angebotsliste_footer {
    background-color: #FF7F7E;
}
.angebotsliste_footer a {
    color: white;
}

.topic_color {
    background-color: #FE0000;
}


