/* CSS Document */

body
  {
   background-image:url("grafiken/hintergrund.jpg");
  }

.body
  {
   background-image:url("grafiken/hintergrund.jpg");
   margin:10px;
   position:absolute;
   top:0px;
   left:0px;
   width:980px;
  }

h1
  {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 24px;
   font-style: normal;
   font-weight: bold;
   color: #336600;
   text-decoration: underline;
  }

.schrift1
  {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 20px;
   font-style: italic;
   font-weight: normal;
   color: #336600;
   text-decoration: none;
  }

.schrift2
  {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: normal;
   color: #336600;
   text-decoration: none;
  }

.schrift2fett
  {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: bold;
   color: #336600;
   text-decoration: none;
  }

.schrift2braunfett
  {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: bold;
   color: #990000;
   text-decoration: none;
  }

.schrift3
  {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   color: #336600;
   text-decoration: none;
   line-height:1.8;
  }

.schrift3braun
  {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   color: #990000;
   text-decoration: none;
   line-height:1.8;
  }

.link14gruen
  {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: bold;
   color: #336600;
   text-decoration: underline;
  }