/***

    HERZ Farbschema
    Typ "Grau / HERZ"
    (c) 2008 by rocket-media
    
***/


#suche,
#footnav
{
    background-color:rgb(32,59,100) !important;  /** blau konstant **/
}

#nav li.aktiv a span,
table th
{
    background-color:rgb(75,84,99);  /** Farbe 1 **/
}
#nav li a:hover span,
table th
{
    background-color:rgb(222,222,234); /** Farbe 2 abgedunkelt **/
}
#nav li.aktiv a:hover span,
table th
{
    background-color:rgb(75,84,99);  /** Farbe 1 **/
}

#nav li a,
#subnav li a,
#subnav li.aktiv li a,
#news li a,
#text a
{
    color:rgb(75,84,99); /** Farbe 1 **/
}

#suche,
#suche .button,
#nav li.aktiv a,
#subnav li.aktiv a,
#subnav li.aktiv li.aktiv a,
h1.titel .highlight,
#footnav li a
{
    color:rgb(244,244,249); /** Farbe 2 **/
}

/*** Alternierende Farben ***/
tr.tr-even td  {
    background-color:rgb(244,244,249); /** Farbe 2 **/
}
tr.tr-odd td,
div.csc-mailform-field input,
div.csc-mailform-field textarea
{
    background-color:rgb(219,225,232); /** Farbe 2 abgedunkelt **/
}

#subnav,
#inhalt,
#container
{
    background-color:rgb(183,187,193); /** Farbe 3 **/
}

#news {
    background-color:rgb(201,204,208); /** Farbe 4 **/
	background-color:rgb(219,225,232); /** Farbe 2 abgedunkelt **/
}
#inhalt {
	background:url("../img/news_hintergrund_grau.gif") repeat-y;
}
dd.csc-textpic-caption, .news-single-imgcaption {
    background-color:rgb(75,84,99);  /** Farbe 1 **/
    color:rgb(244,244,249); /** Farbe 2 **/
}

div.csc-mailform-field input,
div.csc-mailform-field select,
div.csc-mailform-field textarea
{
	background-color:rgb(219,225,232); /** Farbe 2 abgedunkelt **/
}

/* Rahmen */
#text .bereichsrahmen1 .titel,
#text .bereichsrahmen1 .csc-text { background-color:rgb(222,222,234); /** Farbe 2 abgedunkelt **/ }
#text .bereichsrahmen2 .titel,
#text .bereichsrahmen2 .csc-text { background-color:rgb(75,84,99);  /** Farbe 1 **/ color:rgb(244,244,249); /** Farbe 2 **/ }

