/*Autor: André Mansfeld*/

body
{
   background: url(Images/Konatkt_Bild.JPG) no-repeat;
    background-position: center;
    background-position: center;
  background-color: #285F28;  
    font-family: Verdana;
}

 a
{
color: #FFF;
}

a:hover
{
color:#005100;
}


h1
    {

   font-size: x-large;
   font-family: Arial;
   font-weight: bold;
   color: #005100;
   text-decoration: underline;

  }

h2
    {

   font-size: large;
   font-family: italic;
   font-weight: normal;
   color: #BDADBD; 

  }