/****************************************************************************************************/
/*************************************** Standardeinstellungen **************************************/
/****************************************************************************************************/

/* Seiteneinstellungen */
BODY {
    font-family: verdana, arial, helvetica, sans-serif;         /* Schriftfont                      */
    font-size: 7.5pt;                                           /* Schriftgröße                     */
    color: #000000;                                             /* Schriftfarbe                     */
    background-color: #FFFFFF;                                  /* Hintergrundfarbe                 */
    background-image: url(background.jpg);                      /* Hintergrundbild                  */
    margin-top : 10;                                            /* oberer Seitenrand.               */
    margin-bottom = 50;                                         /* unterer Seitenrand.              */
}


/* Links */
a:link      { COLOR: #404040; TEXT-DECORATION: none; }          /* link normal                      */
a:visited   { COLOR: #404040; TEXT-DECORATION: none; }          /* link besucht                     */
a:active    { COLOR: #f2f3ee; TEXT-DECORATION: none; }          /* link während click               */
a:hover     { COLOR: #FFFFFF; TEXT-DECORATION: none; }          /* link maus over                   */


/* Hiermit ändert markierter Text seine Farbe und Hintergrundfarbe nicht. Man sieht nicht, was man  */
/* markiert hat! FUNKTIONIERT NUR BEI MOZILLA                                                       */
::-moz-selection {
    color: ;                                                    /* Schriftfarbe bei Markierung      */
    background-color: ;                                         /* Schrifthintergund bei Markierung */
}


/****************************************************************************************************/
/************* Ab hier kommen nur spezielle Designorte dran, wie z.B. Menu oder Logo ****************/
/****************************************************************************************************/

/* Designwechselmenu */
#design {
    font-size: 10;                                              /* Schriftgröße                     */
    color: #888888;                                             /* Schriftfarbe                     */
}

#designnumbers {
    font-size: 10;                                              /* Schriftgröße                     */
    a:link      { COLOR: #000000; TEXT-DECORATION: none; }      /* link normal                      */
    a:visited   { COLOR: #000000; TEXT-DECORATION: none; }      /* link besucht                     */
    a:active    { COLOR: #AA0000; TEXT-DECORATION: none; }      /* link während click               */
    a:hover     { COLOR: #AAA000; TEXT-DECORATION: none; }      /* link maus over                   */
}


/* Logo */
#logo_background {
    background-color: #E7D5D5;
}

#logo_border {
    background-color: #000000;
}

#logo_inside {
    background-color: #D2D2A9;
}


/* Menu */
#menu_overall {
    background-color: #D2D2A9;
}

#menu_background {
    background-color: #D2D2A9;
}

#menu_border {
    background-color: #000000;
}

#menu_inside td {
    font-family: verdana, arial, helvetica, sans-serif;         /* Schriftfont                      */
    font-size: 13;                                              /* Schriftgröße                     */
    color: #404040;                                             /* Schriftfarbe                     */
    background-color: #E7D5D5;
    line-height: 1.3;
}

#menu_counter_text {
    font-family: verdana, arial, helvetica, sans-serif;         /* Schriftfont                      */
    font-size: 10;                                              /* Schriftgröße                     */
    color: #404040;                                             /* Schriftfarbe                     */
}

#menu_counter {
    font-family: verdana, arial, helvetica, sans-serif;         /* Schriftfont                      */
    font-size: 13;                                              /* Schriftgröße                     */
    color: #404040;                                             /* Schriftfarbe                     */
}


/* Content */
#content_background {
    background-color: #D2D2A9;
}

#content_border {
    background-color: #000000;
}

#content_inside {
    font-family: verdana, arial, helvetica, sans-serif;         /* Schriftfont                      */
    font-size: 13;                                              /* Schriftgröße                     */
    color: #000000;                                             /* Schriftfarbe                     */
    background-color: #E7D5D5;
}


/* Footer */
#footer_inside {
    font-family: verdana, arial, helvetica, sans-serif;         /* Schriftfont                      */
    font-size: 7.5pt;                                           /* Schriftgröße                     */
    color: #404040;                                             /* Schriftfarbe                     */
    background-color: #D2D2A9;
    height: 20;
}