/*  Stylesheet Datei AGÖF */
body
      {
      font-family:times new roman;
      font-size:10pt;
      color:#606060;
      font-weight:600;
      }

/* Unter -Überschrift*/

h1
    {
    font-family:times new roman;
    font-size:20pt;
    color:#345dcf;
    }


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

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

/* Unter -Überschrift*/
h4
    {
    font-family:arial;
    font-size:12pt;
    color:#345dcf;
    font-weight:bold;
    }

/* Überschrift*/
h5
    {
    font-family:arial;
    font-size:12pt;
    color:#606060;
    font-weight:bold;
    }
h6
    {
    font-family:arial;
    font-size:11pt;
    color:#606060;
    font-weight:bold;
    }


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

/* Absatzformat*/
p
      {
      font-family:arial;
      font-size:10pt;
      color:#606060;
      font-weight:600;
      }
td
      {
      font-family:arial;
      font-size:10pt;
      color:#606060;
      font-weight:600;
      }


/* fettgedrucktes*/
b
      { font-size:11pt;
      color:#000000;
      }
/*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:10pt;
      }
a:visited
      {
      color:#008000;
      font-family:Arial,sans-serif;
      font-size:10pt;
      }
a:active
       {
       color:#red;
       font-family:Arial,sans-serif;
       font-size:10pt;
       }
.small
       {
       font-family:Arial,sans-serif;
       font-size:9pt;
       }