/*-----------------------------------------------------------------------*/
/*                    Styles fuer Leipziger Nahverkehr                   */
/*                           Regulaere Seiten                            */
/*-----------------------------------------------------------------------*/


/*-----------------------------------------------------------------------*/
/*                              Farben                                   */
/*-----------------------------------------------------------------------*/

/* dunkelblau    (Button-Hintergrund, Links): #20007f */
/* dunkelgelb    (Buttons, Seitentitel):      #f7c600 */
/* hellblau      (Seitenhintergrund, Update): #d5d8e6 */
/* orange hell   (Tabellenhintergrund):       #fef5e4 */
/* orange mittel (Tabellenkoepfe):            #f9dfa8 */


/*-----------------------------------------------------------------------*/
/*                         Grundeinstellungen                            */
/*-----------------------------------------------------------------------*/

/* Link-Farben */
a:link {color:#20007f}     /* Links dunkelblau */
a:visited {color:#20007f}  /* besuchte Links dunkelblau */
a:hover {color:#20007f}    /* beruehrte Links dunkelblau */

td.linie a:hover {color:#20007f}    /* beruehrte Links dunkelblau */

/* Grundeinstellungen */
/* Hintergrund hellblau, Textfarbe schwarz */
body { background-color:#d5d8e6;color:#000000 } /*d5d8e6 */

/* Absaetze, Listen, Tabellen, Tabellenfelder */
/* Schriftart Arial, Groesse 10 Punkt */
b,i,center,ul,li,p,table,td {font-family:Arial;font-size:10pt}

/* Ueberschriften */
h3 {font-family:Arial;font-size:14pt}
h2 {font-family:Arial;font-size:15pt}
h1 {font-family:Arial}

h3 small {font-family:Arial;font-size:11pt;font-weight:normal}

small {font-family:Arial;font-size:8pt}
small b {font-family:Arial;font-size:8pt;font-weight:bold}

#blue {font-familiy:Arial;color:#20007f}
#headline {font-family:Arial;font-size:15pt;font-weight:bold}
#datum {font-family:Arial;font-size:8pt;font-weight:normal}

br.fahrzeug {font-size:4pt}
br.absatz {font-size:6pt}

/*-----------------------------------------------------------------------*/
/*                          Kopf- und Fußzeilen                          */
/*-----------------------------------------------------------------------*/

/* Titelzeile */
/* Höhe 45pt, Hintergrund dunkelblau */
table.titel {background-color:#20007f;border:0cm;height:45pt;} /*e0e0e0*/
td.titel strong {font-family:Arial;font-size:13pt;font-weight:bold;color:#f7c600}
td.titel small {font-family:Arial;font-size:9pt;font-weight:normal;color:#d5d8e6}
td.titel small u {font-family:Arial;font-size:10pt;font-weight:normal;color:#d5d8e6}


/* Fußzeile */
/* Höhe, 45pt, Hintergrund dunkelblau */
/* Arial, 9pt, hellblau, rechtsbuendig */
/* Links sind hellblau und nicht unterstrichen */
table.fuss {background-color:#20007f;border:0cm;height:45pt}
td.fuss {font-familiy:Arial;text-align:right;font-size:9pt;font-weight:normal;color:#d5d8e6}
td.fuss a {color:#d5d8e6;text-decoration:none}

/*-----------------------------------------------------------------------*/
/*                              Tabellen                                 */
/*-----------------------------------------------------------------------*/

/* Tabellen, orange hell unterlegt, ohne Rand */
table.tab {background-color:#fef5e4;border:0cm} /* fef9ee fef5e4*/
td.tab {background-color:#fef5e4}


/* Tabellenkopf - orange mittel*/
/* Aufruf: <TR class="header"> */
/* funktioniert nur innerhalb von class="tab"-Tabellen */
table.tab tr.header {background-color:#f9dfa8}

/* Einzelne Zelle einer Tabelle - orange mittel */
/* Aufruf: <TR class="header"> /*
/* funktioniert nur innerhalb von class="tab"-Tabellen */
table.tab td.header {background-color:#f9dfa8}

#unten {
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-color:black; }
#rechts {
  border-right-width:1px;
  border-right-style:solid;
  border-color:black; }
#rechtsunten {
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-color:black;
  border-right-width:1px;
  border-right-style:solid;
  border-color:black; }

/*-----------------------------------------------------------------------*/
