.bg_color1,
body, input, textarea
{
background-color:#d6d6d6;
}

.bg_color2, 
#rahmen,
.rechts, .links,  .mitte
{
background-color: #ffffff;
}

.bg_color3,
#unternavigation
{
background-color: #f3f3f3;
}


.text_color,
.body
{
color: #000000;
}


.text_color1,
b, strong, h3, h2
{
color: #404040;
}

.text_color1,
a, 
.um, #fusszeile a, input.formular_senden
{
color:#8c8c8c;
}

.text_color2,
a:hover, input.formular_senden:hover,
.hm, .um_aktiv, #fusszeile a:hover, input.formular_senden:hover,
h1
{
color:#1b356b;
}

.text_color3,
#copyright
{
color:#acacac;
}

.text_color4,
.hm_aktiv, .hm_aktiv:hover, .hm:hover
{
color: #ffffff;
}


.text_color_fehler,
#formular_fehler a
{
color:#e00000;
}