/*****************************************************************************/
/* CSS-Datei für die allgemeinen Formatdefinitionen der Gemeinde-Seiten      */
/* Erster Einsatz für September 2001                                         */
/*****************************************************************************/

/* Allgemein:
 * Schwarze Schriftfarbe
 * Beiger Hintergrund
 *
 */
body { color:#000000; background-color:#F9E4C6; }

/* Standardschrift
 * für alle üblichen Formate: Arial
 */
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
    { font-family:Arial,Helvetica,sans-serif; }

/* Schriftgröße
 * für die Normalschrift-Formate
 */
p,ul,ol,li,div,td,th,address,nobr,b,i
    { font-size:12pt; }

/* Schriftgröße für die Zusätze zu "Gottesdienst im Jahreskreis" etc. */
.klein { font-size:70% }

/* Schriftgröße für die Linkleiste */
.linkleiste { font-size:10pt }

/* Tabellen
 */
td { vertical-align:top }

/* Links:
 * Farben und Formate
 */
a:link { color:#006600; text-decoration:underline; }
a:visited { color:#00CC00; text-decoration:underline; }
a:active { color:#FF0000; text-decoration:none; }