<STYLE>
<!-- Hintergrund und Schriftdefinition -->

   BODY {
          font-family: "Futura", "Arial", "Helvetica";
          font-size: 10pt;
          color: #ffffffff;
          margin-top: 1em;
          margin-bottom: 1em;
          margin-left: 1em;
          margin-right: 1em;
          background: #000000 url(grafik/hintergrund.gif);
          text-align: justify;
          image-align: right;
          line-height: 130%;
      }

          .klein
      {
          font-family: "Futura", "Arial", "Helvetica";
          font-size: 8pt;
          line-height: 100%;
          text-align: left;
      }

<!-- Headlines -->

   H1 {
          font-family: "Arial", "Helvetica";
          font-size: 125%;
          font-style: italic;
          font-weight: bold;
          text-align: left;
     }


   H2 {
          font-family: "Arial", "Helvetica";
          font-size: 112%;
          font-style: italic;
          font-weight: bold;
          text-align: left;
   }
 
<!-- Tabelleneigenschaften  -->

	TABLE
	 {
             font-family: "Arial", "Helvetica";
             font-size: 8pt;
	 }

            TD
            {
            font-family: "Futura", "Arial", "Helvetica";
            font-weight: normal;
            background: #803000;
            }
	
<!-- Hyperlinks -->

   A {
     }

   A:link {
          font-family: "Futura", "Arial", "Helvetica";
          font-weight: bold;
          text-decoration: none;
          color: #ffffff;
          background-color: #803000;
          }

   A:hover {
          font-family: "Futura", "Arial", "Helvetica";
          font-weight: bold;
          text-decoration: none;
          color: #000000;
          background-color: #803000;
           }

   A:active {
          font-family: "Futura", "Arial", "Helvetica";
          font-weight: bold;
          text-decoration: none;
          color: #000000;
          background-color: #803000;
           }

   A:visited {
          font-family: "Futura", "Arial", "Helvetica";
          font-weight: bold;
          text-decoration: none;
          color: #ffffff;
          background-color: #803000;
          }

</STYLE>







