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