/*********************************************** 
 * Sonder-CSS-Datei explizit fuer die Startseite
 * Erweitert die basic.css
 * 
 * (c) Sascha Seeger-Kunth, 2009
 ***********************************************/

/* Allgemeine Formatierungen */

h1, h2 {
    color: #8F001F;
}

/* Kopfbereich - Suchfunktion und Sprachauswahl */

.over {
	background: url(http://rundfunk-gruppe.de/typo3/fileadmin/template/layout_img/arrow_red.png) no-repeat 6px 7px;
}

/* Hauptnavigation */

#topnavi {
	background: #8F001F;
} 

/* Hauptbereich - Banner */
 
#banner {
    width: 898px;
}

/* Hauptbereich - Linke Spalte */
 
#column_left {
    height: 413px;
}

/* Hauptbereich - Linke Spalte - Teilfirmen */
 
#companies ul {
    border-bottom: 1px solid #999;
} 

#companies li {
	text-align: center;
	line-height: 52px;
    border: 1px solid #999;
    border-bottom: 0 none;
} 

#companies a {
	display: block;
}

#companies a.anchor {
	display: none;
}

#companies img {
    vertical-align: middle;
}

/* Hauptbereich - Rechte Spalte */
 
#theme_bar, #gallery_bar {
	background: #8F001F;
}

/* Fussbereich */
 
#footer {
    background: #8F001F;
}
