/* Die Datei format.css legt generelle Formatierungen des Projektes fest */

body       { font-family:Courier New,sans-serif; font-size:12px; background-color:#FFFDEC; color:#5A5A5A; }

a:link     { font-family:Courier New,sans-serif; font-size:12px; text-decoration: none; font-weight:bold; color:#5A5A5A; }
a:visited  { font-family:Courier New,sans-serif; font-size:12px; text-decoration: none; font-weight:bold; color:#5A5A5A; }
a:hover    { font-family:Courier New,sans-serif; font-size:12px; text-decoration: underline; font-weight:bold; color:#5A5A5A; }
a:active   { font-family:Courier New,sans-serif; font-size:12px; text-decoration: none; font-weight:bold; color:#5A5A5A; }

h1         { font-family:Courier New,sans-serif; font-weight:bold; font-size:24px; color:#5A5A5A; }
h2         { font-family:Courier New,sans-serif; font-weight:bold; font-size:16px; color:#5A5A5A; }
h6         { font-family:Courier New,sans-serif; font-size:12px; font-weight:bold; text-decoration:underline; color:#5A5A5A; }
p          { font-family:Courier New,sans-serif; font-size:12px; color:#5A5A5A; }
pre        { font-family:Courier New,sans-serif; font-size:8px; color:#5A5A5A; }
z          { font-family:Courier New,sans-serif; font-size:8px; color:#FF0000; }

.obenmitte { vertical-align:top; text-align:center; color:#5A5A5A; }
.obenlinks { vertical-align:top; text-align:left; color:#5A5A5A; }
.mittig    { vertical-align:middle; text-align:center; color:#5A5A5A; }
.unten     { vertical-align:bottom; background-color:#EEEEEE; }
.rechts    { text-align:right; color:#5A5A5A;  }
.zeichen   { vertical-align:top; text-align:left; font-family:Arial,sans-serif; font-weight:bold; font-size:10px; color:#5A5A5A;  }
.titel     { font-family:Courier New,sans-serif; font-size:11px; color:#5A5A5A; }
