body
{
    Background-Image: url("bilder/hintergrund.jpg");
    Background-Attachment: fixed;
    Background-Position: center 50px;
    Background-Repeat: no-repeat;
    Background-Color: #FFFFFF;
}
p, i, b, li, td
{
    color: #000080;
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica;
    widow: 3;
    orphans: 2;
}
.floatli
{  
    float: left;
}
.floatre
{  
    float: right;
}
.sonderfarbe
{  
    color: Red;
}
.zeile1
{  
    text-indent: 20px;
}
.klein
{
    color: green;
    font-size: 7pt;
    font-family: Verdana, Arial, Helvetica;
    widow: 3;
    orphans: 2;
}
.gross
{
    color: #000080;
    font-size: 12pt;
    font-family: Verdana, Arial, Helvetica;
    widow: 3;
    orphans: 2;
}
a
{
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline;
    color: #CC3300;
}
a:visited
{
    color: purple;
}
a:active
{
    color: red;
}
h1
{
  font-family: Arial, Helvetica;
  font-weight: normal;
  font-size: 18pt;
  text-align: center;
  color: white;
  background-color: #000080;
}   
h2, h3
{
  font-family: Arial, Helvetica;
  font-weight: bold;
  color: black;
}   
h4, h5, h6
{
  font-family: Verdana, Arial, Helvetica;
  font-weight: bold;
  color: black;
}   
h2
{
  font-size: 16pt;
  page-break-before: always;
  text-shadow: grey;
}   
h3
{
  font-size: 12pt;
}   
h4
{
  font-size: 10pt;
}   
h5
{
  font-size: 10pt;
  font-style: italic;
}   
h6
{
  font-size: 8pt;
}   
hr
{
  width: 90%;
  height: 1pt;
  color:Green;;
  align: center;
}   
