body { background-color:#FFFFFF; }
*    { font-family:Arial,Helvetica,sans-serif; }

body, a, p, td, th, tr, center, ul, li { 
     font-size:11px;
     font-weight:normal;
     line-height:15px;
     text-indent:0em;
   }
h1 { font-size:13px;
     font-weight:bold;
     line-height:15px;
     text-indent:0em;
     margin-top:1em;
     margin-bottom:0.5em;
   }
h2 { font-size:12px;
     font-weight:bold;
     line-height:15px;
     text-indent:0em;
     margin-top:0.8em;
     margin-bottom:0.3em;
   }
h3 { font-size:15px;
     font-weight:bold;
     line-height:18px;
     text-indent:0em;
     margin-top:0.8em;
     margin-bottom:0.3em;
   }
ul { margin-top:1em; margin-bottom:1.5em; }
li { margin-top:0.3em; }
p  { margin-top:0.8em; }

/* Zwischentitel 2, entspricht h2, jedoch keine Zeilenumbrüche  */
.zwtitel2 
   { font-size:12px;
     font-weight:bold;
     line-height:15px;
     text-indent:0em;
     margin-top:0.8em;
     margin-bottom:0.3em;
   }

/* Hoehe des Inhaltsbereichs der Webseite, noetig damit Fusszeile unten bleibt!!  */
/* cont_height2=cont_height+26 (fuer fussteil.html)  */
/* Aufruf via <td class="cont_height"></td>  */
td.cont_height  { height:455px; }
td.cont_height2 { height:481px; }

/* für Links, ergibt schwarzen Text mit blauer Unterstreichung  */
/* Aufruf via <span class="s_lnk"></span>  */
.s_lnk   { color:#000000; }

/* für blaue Links, im Moment einfach default  */
/* Aufruf via <span class="lnk"></span>  */
.lnk { ; }

/* für Auflistungen mit gif/pfeile.gif, Einrückung und mehr Abstand  */
/* Aufruf via <div class="liste"></div>, für jede Zeile einzeln!  */
.liste { text-indent:-11pt; margin-left:11pt; margin-top:0.6em; }

/* für linksbündige <ul>-Aufzählungen  */
/* Aufruf via <div class="liste2"></div>  */
.liste2 { margin-left:-1.5em; }

/* für Copyright-Notizen und "letzte Aenderung" */
/* Aufruf via <span class="small"></span>  */
.small { font-size:10px; }

/* für groessere Schrift */
/* Aufruf via <span class="large"></span>  */
.large { font-size:13px; }

/* für engen Zeilenabstand  */
/* Aufruf via <span class="eng"></span>  */
.eng   { margin-top:0em; margin-bottom:0em; }
ul.eng { margin-top:0.7em; margin-bottom:1.3em; }

/* für weiten Zeilenabstand  */
/* Aufruf z.B. <p class="weit">  */
p.weit   { margin-top:1.5em; }

/* für Abbildungs-Legenden etc.  */
/* Aufruf via <span class="legende"></span>  */
.legende { font-size:10px; line-height:13px; margin-top:0.3em; }

/* für Zitierungen etc.  */
/* Aufruf via <span class="quote"></span>  */
.quote { color:#3232C8; }

/* Ausrichtung der Dekorations-Bananen, fuer td und img  */
td.banane  { vertical-align:top; }
img.banane { margin-top:35px; }


a         { color:#000000; }
a:link    { color:#0000FF; text-decoration:underline; }
a:visited { color:#000000; text-decoration:underline; }
a:hover   { color:#0000FF; }
a:active  { color:#0000FF; }

