/*  Stylesheet Datei Sue */
body
      {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12px;
      line-height:13pt;
      font-weight:medium;
      margin:5px 0px 5px;
      color:#606060;
      }

/* Unter -Überschrift*/
h1
    {
     font-size:16pt;
     font-family:Arial;
     font-weight:bold;
     color:#606060;
     }

/* Unter -Überschrift*/
h2
     {
     font-size:8pt;
     font-family:Arial;
     font-weight:800;
     color:#606060;
     }

/* Unter -Überschrift*/
h3
    {
    font-size:12pt;
    font-family:arial;
    font-weight:800;
    color:#444444;
    }

/* Unter -Überschrift*/
h4
    {
    font-family:verdana;
    font-size:16pt;
    color:#345dcf;
    font-weight:600;
    }

/* Überschrift*/
h5
    {
    font-family:arial;
    font-size:20pt;
    color:#345dcf;
    }
h6
    {
    font-family:arial;
    font-size:17pt;
    color:#606060;
    }
h7
    {
    font-family:Monotype Corsiva;
    font-size:24pt;
    color:#606060;
    }

/* Listeneintrag*/
li
     {
      font-family:arial;
      font-size:11pt;
      color:#606060;
      font-weight:600;
      }

/* Absatzformat*/
p
      {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12px;
      line-height:13pt;
      font-weight:medium;
      margin:5px 0px 5px;
      color:#606060;
      }
td
      {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12px;
      line-height:13pt;
      font-weight:medium;
      margin:5px 0px 5px;
      color:#606060;
      }


/* fettgedrucktes565656*/
b
      { font-size:11pt;
      color:#333333;
      }
/*ganze Absätze*/
div
      {
    font-size:10pt;
    font-family:arial;
    font-weight:600;
    color:#606060;
      }
/* besonders hervorheben*/
span
{
font-size:10pt;
    font-family:arial;
    font-weight:600;
    color:#606060;
    }

/* Links*/
a:link
      {
      color:#365dcf;
      font-family:Arial,sans-serif;
      font-size:12pt;
      }
a:visited
      {
      color:#008000;
      font-family:Arial,sans-serif;
      font-size:12pt;
      }
a:active
       {
       color:#red;
       font-family:Arial,sans-serif;
       font-size:12pt;
       }
.small
       {
       font-family:Arial,sans-serif;
       font-size:9pt;
       }
