/* DATEI: css.css */

body { margin-top:30px; margin-left:30px; margin-right:30px; margin-bottom:30px; background: #E0E3CC;
  color: black; }

p,pre,ul,ol,li,div,td,tr,th,address,blockquote,nobr,b,i
 { font-family: 'Georgia', 'Verdana', 'sans-serif';  font-size:10pt; }

.ueberschrift {
  color: #002F65;
}
.ErsterAbsatz:first-letter {
  font-size: 300%; color:#CC0000;
  float: left;
}
.ErsterAbsatz {
  font-family: 'Georgia', 'Verdana', 'sans-serif';
  font-size: 10pt;
  text-align: justify;
}
.fliesstext {
  font-family: sans-serif;
  font-size: 10pt;
  text-indent: 12pt;
  text-align: justify;
}
h1 { font-family: 'Georgia', 'Verdana', 'sans-serif'; font-size:18pt; color:#002F65; }

h2 { font-family: 'Georgia', 'Verdana', 'sans-serif'; font-size:13pt; color:#0000A0; }

h3 { font-family: 'Georgia', 'Verdana', 'sans-serif'; font-size:11pt; color:#800000; }

h4 { font-family: 'Georgia', 'Verdana', 'sans-serif'; font-size:14pt; color:#CC0000; }

h5 { font-family: 'Georgia', 'Verdana', 'sans-serif'; font-size:11pt; color:#0000A0; }

a:link { color:#008000; text-decoration:underline; }
a:visited { color:#772200; text-decoration:underline; }
a:active { color:#000000; text-decoration:none; }
