/*  Stylesheet Datei Tus */

body
     {
      /*background-image:url(../image1/hintergrund.jpg);*/
      background-color:#FFFF99;
      font-family:arial;
      font-size:10pt;
      color:#000000;
      font-weight:500;
      }
td {
 color: #000000;
      font-family:arial;
      font-size:10pt;
      color:#000000;
      font-weight:500;
      }
/* Unter -Überschrift*/
h1
    {
     font-size:16pt;
     font-family:Copperplate Gothic Bold;
     font-weight:bold;
     color:#000000;
     }

/* Unter -Überschrift*/
h2
     {
     font-size:16pt;
     font-family:Arial;
     font-weight:800;
     color:#000000;
     }

/* Unter -Überschrift*/
h3
    {
    font-size:16pt;
    font-family:arial;
    font-weight:800;
    color:#f46b25;
    }

/* Unter -Überschrift*/
h4
    {
    font-family:arial;
    font-size:12pt;
    color:##3E3E3E;
    font-weight:600;
    }

/* Überschrift*/
h5
    {
    font-family:arial;
    font-size:14pt;
    color:#CE0000;

    }
h6
    {
    font-family:arial;
    font-size:17pt;
    color:#606060;
    }

/* Listeneintrag*/
li
      {
      color: #000000;
      font-family:arial;
      font-size:10pt;
      color:#000000;
      font-weight:500;
      }

/* Absatzformat*/
p
      {
      font-family:arial;
      font-size:8pt;
      color:#000000;
      font-weight:500;
      }



/* fettgedrucktes*/
b
      { font-size:10pt;
      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:#808040;
    }

/* Links*/
a:link
      {
      color:#737374;
      font-family:Arial;
      font-size:10pt;
      font-weight:500;
      }
a:visited
      {
      color:#737374;
      font-family:Arial;
      font-size:10pt;
      font-weight:500;
      }
a:active
       {
       color:#737374;
       font-family:Arial;
       font-size:10pt;
       font-weight:500;
       }
.small
      {
      font-size:9pt;
      font-family:Arial,sans-serif;
     }
class
      {
       text-align: left;
       }


.blue {
      color:#000040;
       }
