/*-----------------------------------------------------------------------*/
/*                    Styles fuer Leipziger Nahverkehr                   */
/*                             Titelleiste                               */
/*-----------------------------------------------------------------------*/


/*-----------------------------------------------------------------------*/
/*                              Farben                                   */
/*-----------------------------------------------------------------------*/

/* dunkelblau    (Button-Hintergrund, Links): #20007f */
/* dunkelgelb    (Buttons, Seitentitel):      #f7c600 */
/* hellblau      (Seitenhintergrund, Update): #d5d8e6 */

/*-----------------------------------------------------------------------*/
/*                         Grundeinstellungen                            */
/*-----------------------------------------------------------------------*/

/* Link-Farben */
a:link {color:#d5d8e6;text-decoration:none}     /* Links dunkelblau, nicht unterstrichen */
a:visited {color:#d5d8e6;text-decoration:none}  /* besuchte Links dunkelblau */
a:hover {color:#d5d8e6;text-decoration:none}    /* beruehrte Links dunkelblau */
a:active {color:#d5d8e6;text-decoration:none}

/* Grundeinstellungen */
/* Hintergrund hellblau, Textfarbe schwarz */
body { background-color:#d5d8e6;color:#000000 } /*d5d8e6 */

/*-----------------------------------------------------------------------*/
/*                              Kopfeile                                 */
/*-----------------------------------------------------------------------*/

/* Titelzeile */
/* Höhe 45pt, Hintergrund dunkelblau */
table.titel {background-color:#20007f;border:0cm;}
td.titel strong {font-family:Arial;font-size:15pt;font-weight:bold;color:#f7c600}
td.titel small {font-family:Arial;font-size:9pt;color:#d5d8e6}
td.titel small b {font-family:Arial;font-size:9pt;color:#d5d8e6;font-weight:bold}

/* Rubrik fuer dunkelgelben Rubriktitel als Link */
#rubrik {color:#f7c600;text-decoration:none}

/*-----------------------------------------------------------------------*/

