body {  font-family: arial, verdana, sans-serif;
       background-image: url(bg.jpg);
       background-repeat:repeat;
       background-attachment:fixed;
       margin-top: 20px;
       margin-left: 5%;
       margin-right: 5%;
       margin-bottom: 50px;}

/*-----------------Normale Absätze-----------------*/
p         {
            font-size:15px;
            line-height:140%; }

p.znormal { text-align: center; }

p.gross   { font-size:20px;
            font-weight:bold; }

p.mittel  { font-size:16px;
            font-weight:bold; }

p.klein   { font-size:12px; }

p.ueber   { font-size:20px;
            font-weight:bold;
            text-align:center; }

p.sueber  { font-size:14px;
            font-weight:bold;
            text-align:center; }

p.zklein  { font-size:12px;
            text-align:center;
            line-height:100%; }

p.zkklein { font-size:11px;
            text-align:center;
            line-height:100%; }

/*-----------------geordnete Listen-----------------*/
ol { font-size:15px;
     line-height:130%;}

/*-----------------ungeordnete Listen-----------------*/
ul        { font-size:14px;
            line-height:145%; }

/* Schloss Brake: Liste der Kleinen Korrekturen */
ul.weit   { line-height:200%; }

/* ziegelei.htm: Liste der Quellen */
ul.klein  { font-size:12px; }

/*-----------------Tabellenfelder-----------------*/
td         { font-size:14px;
             line-height:120%;}

/*Nur für Gedicht von Meta Runke*/
td.ged     { line-height:140%;
             font-weight: bold;}

/* Bildunterschriften in Tabellen, zentriert */
td.zklein  { font-size:12px;
             text-align:center; }

/* Bildunterschriften in Tabellen, linksbündig, z.Z. nur in ziegelei.htm */
td.unter   { font-size:12px; }

/* kirakt.htm: Sarginschrift */
td.zmittel { font-size:15px;
             text-align:center; }

/* Linkliste: nur für die Überschrift */
td.zgross  { font-size:20px;
             text-align:center;
             font-weight:bold; }

/* Nur für die Titelseite: Haupttitel */
td.titel   { font-size: 24px;
             font-weight: bold;
             text-align: center; }

/* Nur für die Titelseite: Untertitel */
td.utitel  { font-size: 18px;
             font-weight: bold;
             text-align: center; }

/*-----------------Definitionslisten-----------------*/
/*dl { font-family: arial, verdana, sans-serif; }*/
dt { font-size : 16px;
     font-weight : bold;
     line-height : 200%;
     margin-top : 20px; }
dd { font-size : 15px;
     font-weight : normal;
     line-height : 130%; }

/*-----------------vordefinierte Überschriften-----------------*/
h1 {
 font-size: 22px;
 font-weight: bold;
 text-align: center;
}
h2 {
 font-size: 16px;
 font-weight: bold;
 text-align: center;
}
h3 {
 font-size: 14px;
 font-weight: bold;
 text-align: center;
}
h4 {
 font-size: 12px;
 font-weight: normal;
 text-align: center;
}
h5 {
 font-size: 11px;
 font-weight: normal;
 text-align: center;
}

/*-----------------Links-----------------*/
a:link    { color: blue; }   /* noch nicht besuchte Ziele        */
a:visited { color: maroon; } /* besuchte Ziele                   */
a:hover   { color: red; }    /* Verweise bei "MouseOver"         */
a:active  { color: green }   /* Angeklickte Verweise             */
a:focus   { color: navy; }   /* Verweise, die den Fokus erhalten */