/*Autor: André Mansfeld*/

body
{
 background: url(Images/Quellen_klein2.jpg) no-repeat
   ;   padding-top: 40px;
    background-position: center;
    background-position: center; 
    background-color: #1E871E;

    font-family: Verdana;

}


  
a
{
color: #798674;
}

a:hover
{
color:#005100;
}

#kasten_weis
  {
    background-position: center;
    width: 450px;  
    height: auto;
    background-color: #B6B6B6; 
    border-radius: 10px ;
    margin-bottom: 5px;
    



    }