
/* Farben:
 *   Hintergrund: Schüler Blau: #CCECFF
 *   Text: Schwarz: #000000;
 *   Rot: #EF5523
 *   Weiss: #ffffff;
 */

body
{
    background-color: #BAD7F5;
}

#content .kurse .tabelle tr td, #content .kurse .tabelle tr th
{
    border-color: #CCECFF;
}

#nav, #footerdiv
{
    background-color: #CCECFF;
}

#content .kurse .tabelle tr.headline
{
    background-color: #81BAF5;
}

.kurse .itemroweven, .roweven
{
	background-color: #CCECFF;
}

.kurse .itemrowodd, .rowodd
{
	background-color: #81BAF5;
}

