/* Basis-Einstellung */
body {
     font-family: verdana, arial, helvetica, sans-serif;
     background-color:#FFFFFF;
     margin: 20 0 0 50;
     }

p     {
      font-size: 12pt;
      font-weight: 500;
      text-align: left;
      vertical-align: top;
      color: black;
      }

img   {
      border: 0;
      margin: 0;
      }

/* Tabellen-Einstellungen */
table {
      font-family: verdana, arial, helvetica, sans-serif;
      font-size: 12pt;
      margin: 0 0 0 0;
      padding: 0 0 0 0;
      border-spacing: 0;
      border: 0 none;
      }

tr    {
      vertical-align: top;
      margin: 0 0 0 0;
      border-spacing: 0;
      border: 0 none;
      }

td    {
      vertical-align: top;
      margin: 0 0 0 0;
      border-spacing: 0;
      border: 0 none;
      }


/* Überschrift Kapitel grau*/
h1    {
      font-size: 12pt;
      font-weight: bold;
      text-align: left;
      margin: 0px;
      padding: 5px;
      background-color:#A3A3A3;
      }

/* Überschrift Kapitel blau*/
h2    {
      font-size: 12pt;
      font-weight: bold;
      text-align: left;
      margin: 0px;
      padding: 5px;
      background-color:#0080C0;
      }


/*  */
ul       {
        list-style-image:url(rotpfeil.gif);
         font-size: 9pt;
         font-weight: bold;
         color: black;
         list-style-position: outside;
         }

li       {
         list-style-position: outside;
         margin-left: -15px;
         margin-bottom: 10px;
         }



/* Fusszeilen-Einstellungen */
.fuss    {
         font-size: 10pt;
         font-weight: 500;
         text-align: left;
         vertical-align: bottom;
         margin-left:10px;
         color: black;
         }

/* Navigationszeile */
.kopf    {
         font-size: 12pt;
         font-weight: bold;
         text-align: left;
         }


/* Navigation */

a:link    {
          color: black; text-decoration: none;}

a:visited {
          color: black; text-decoration: none;}

a:hover   {
          color:#990000; text-decoration: none;}

a:active  {
          color:#990000; text-decoration: none;}

a:focus   {
          color:#990000; text-decoration: none;}

.nav_active {
         color:#990000;
         }

