/* DATEI: css4.css */

body {
   margin-top:25px;
   margin-left:25px;
   margin-right:25px;
   margin-bottom:25px;
   background: #E0E3CC;
   color: black;
   width: 550px;
   }

p {
   font-family: 'Verdana', 'sans-serif';
   font-size:8pt;
   color:#002F65;
   line-height:130%;
   font-weight: bold;
   }

ol {
   font-family: 'Georgia', 'Verdana', 'sans-serif';
   font-size:10pt;
   }

h1 {
    font-family: 'Arial', 'Georgia', 'Verdana', 'sans-serif';
    font-size:16pt;
    color:#002F65;
    }

h2 { font-family: 'Georgia', 'Verdana', 'sans-serif';
     font-size:12pt;
     color:#CC0000;
     }

h3 { font-family: 'Georgia', 'Verdana', 'sans-serif';
     font-size:10pt;
     color:#800000;
     }

h4 { font-family: 'Georgia', 'Verdana', 'sans-serif';
     font-size:11pt;
     color:#CC0000; }

h5 { font-family: 'Georgia', 'Verdana', 'sans-serif';
     font-size:11pt;
     color:#0000A0;
     }

a:link {
    font-family: 'Verdana', 'Bangle', 'Georgia', 'serif';
    color:#008000;
    line-height:130%;
    font-size: 10pt;
    font-weight: bold;
    text-decoration:none;
    }

a:visited { font-family: 'Verdana', 'Georgia';
    font-size:10pt;
    font-weight: bold;
    color:#772200;
    line-height:130%;
    text-decoration:none; }

a:active { font-family: 'Verdana', 'Georgia';
    font-size:10pt;
    font-weight: bold;
    color:#000000;
    line-height:130%;
    text-decoration:none; }