/*  Das Cascading Style Sheet für alle LIS, 
    das ist eine Formatvorlage fuer alle Dateien, in deren Kopfteil 
    ein Link auf diese Datei enthalten ist. Es muss in jedem LIS-Verz. 
    liegen, es kann an jede LIS individuell angepasst werden */ 

p, li, td {font-family:arial,helvetica; font-size:11pt;}
h1 {font-family:tahoma,arial,helvetica; font-size:20pt;}
h2 {font-family:tahoma,arial,helvetica; font-size:16pt;}
h3 {font-family:tahoma,arial,helvetica; font-size:14pt;}

a.c {color:#ffffff; font-size:9pt; font-family:arial,helvetica;
      font-weight:bold;  text-decoration: none;}
a.d {color:#ff0000; font-size:10pt; font-family:arial,helvetica;
      font-weight:bold;  text-decoration: none;}

/* Wenn aktiviert, ruft die uebernaechste Zeile ein Hintergrundbild auf,
     statt ... muss der Dateiname stehen: */
/* body { background-image:url(...); } */

/* Wennn aktiviert, erzeugt die folgende Zeile die Hintergrundfarbe */
/* body { background-color:#......; } */ 



