/* DATEI: css8.css */

body {
    margin-top:20px;
    margin-left:20px;
    margin-right:20px;
    margin-bottom:20px;
    background: #E0E3CC;
    color: black;
    width: 450px; 
    }

.ueberschrift
   {
   color: #002F65;
   }

p {
   font-family: 'Georgia', 'Verdana', 'sans-serif';
   font-size:8pt;
   }

ol {
   font-family: 'Georgia', 'Verdana', 'sans-serif';
   font-size:10pt;
   }

h2 {
    font-family: 'Verdana', 'Trebuchet', 'Arial', 'Helvetica', 'sans-serif';
    font-size: 11pt;
    color:#004080;
   }

h1 {
    font-family: 'Verdana', 'Trebuchet', 'Arial', 'Helvetica', 'sans-serif' ;
    font-size:13pt;
    color:#0000A0;
    }

h3 { font-family: 'Georgia', 'Verdana', 'sans-serif';
     font-size:10pt;
     color:#800000;
     }

h4 { font-family: 'Georgia', 'Verdana', 'sans-serif';
     font-size:10pt;
     color:#CC0000;
     }

h5 { font-family: 'Verdana', 'sans-serif';
     font-size:9pt;
     color:#002F65;
     }

a:link {
     font-family:'Trebuchet', 'Verdana', 'Georgia';
     font-size:10pt;
     color:#002F65;
     text-decoration:none;
     }

a:visited {
     font-family: 'Trebuchet', 'Verdana', 'Georgia';
     font-size:10pt;
     color:#772200;
     text-decoration:none;
     }

a:active {
     font-family: 'Trebuchet', 'Verdana', 'Georgia';
     font-size:10pt;
     color:#000000;
     text-decoration:none;
     }