/* tables.css
 *
 *
 * Autor:       Andreas Ulbrich
 * Erstellt am: 2007
 * Stand:       28.11.2008
 *
 *
 * CSS-Datei mit den Einstellungen fuer Tabellen auf den Seiten
 *
 * Inhalt:               Verwendung fuer:
 * ---------------------------------------------------------------------
 * Klasse .linetab       u.a. Seite "Aktuelles", "userData"
 * Klasse .blanktab      u.a. Seite "Predigten", "login"
 *
 *
 * Historie:
 * ---------
 * 11.02.2008 Andreas Ulbrich
 *            - Schriftgroesse bei ".blanktab td" auf 16pt gesetzt
 * 14.03.2008 Andreas Ulbrich
 *            - unter '.blanktab td' 'padding-right: 16px;' eingefuegt
 * 05.04.2008 Andreas Ulbrich
 *            - unter '.linetab td' 'padding-right: 15px;' eingefuegt,
 *              um im Kalender die Eintraege besser vom Datum und der
 *              Uhrzeit zu trennen.
 * 28.11.2008 Andreas Ulbrich
 *            - ".linetab h2" und ".linetab .important" zur Hervorhebung
 *              von Texten im Kalender eingefuegt.
 */


/* Tabelle auf "actual" Seite                                            */
.linetab table
{
  font-family: arial, helvetica, verdana, sans-serif;
  color: #000000;
  margin: 30px;
  border-collapse: collapse;
}

.linetab td
{
  vertical-align: top;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  padding: 5px;
  padding-right: 15px;
  color: #000000;
  font-size: 16pt;
}

.linetab p
{
  color: #000000;
}

.linetab h2
{
  margin-top: 10px;
  margin-left: 25px;
  margin-bottom: 10px;
}

/* Minuten: Hochgestellt und Unterstrichen                               */
.linetab .min
{
  font-size: 10pt;
  vertical-align: text-top;
  text-decoration: underline;
  font-weight: bold;
}

.linetab .appointment
{
  white-space: nowrap;
}

.linetab sup
{
  font-size: 12pt;
}

.linetab ul
{
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 16pt;
  color: #000000;
  margin-left: 50px;
  white-space:nowrap;
}

/* Etwas als wichtig hervorheben                                         */
.linetab .important
{
  color: #820909;
}


/* Tabelle auf der prayer-Seite                                          */

.blanktab table
{
  padding: 10px;
  border: none;
}

.blanktab td
{
  padding-top: 15px;
  padding-right: 10px;
  border: none;
  font-size: 16pt;
}
