/* ------------------------------ */
/* | Datei:      bauditz-it.css | */
/* ------------------------------ */
/* | Autor:      Jörg Bauditz   | */
/* | Datum:      13.02.2005     | */
/* | Version:    2.0            | */
/* ------------------------------ */

/* ------------- */
/* Überschrift 1 */
/* ------------- */

h1 { font-family:     Arial;
     font-size:       12pt;
     text-decoration: bold;
     margin-top:      3pt;
     margin-bottom:   12pt;         }

/* ------------- */
/* Überschrift 4 */
/* ------------- */

h4 { font-family:     Arial;
     font-size:       24pt;
     text-decoration: bold;
     margin-top:      3pt;
     margin-bottom:   3pt;          }

/* -------------- */
/* Standardabsatz */
/* -------------- */

p  { font-family:   Arial;
     font-size:     10pt; 
     margin-top:    3pt;
     margin-bottom: 3pt;          }

/* -------------- */
/* Zitate         */
/* -------------- */

blockquote
   { font-family:   Arial;
     font-style:    italic;
     font-size:     10pt; 
     margin-top:    9pt;
     margin-bottom: 9pt;          }

/* ---------------------- */
/* Tabelle: Zellen-Inhalt */
/* ---------------------- */

td { font-family:   Arial;
     font-size:     10pt; 
     margin-top:    0pt;
     margin-bottom: 3pt;          }

/* --------------------------- */
/* Tabelle: Zellen-Überschrift */
/* --------------------------- */

th { font-family:   Arial;
     font-size:     10pt;
     font-style:    bold; 
     text-align:    left;
     margin-top:    0pt;
     margin-bottom: 3pt;          }
