a:link{text-decoration: none;color: #ffffff;}
a:visited {text-decoration: none; color: #ffffff;}
a:hover {text-decoration: none; text-decoration: none;}
a:active {text-decoration: none; background-color: transparent;}

body {    
    
    background-image: url(images/schach-wallpaper.jpg);
    background-repeat: repeat-y;
    background-position: center;
    background-attachment: fixed;
    color: black;
    padding: center;
    

     }


#inhalt {
    
         width: 950px;
         margin-left: auto;
         margin-right: auto;
         font-family: Arial, Helvetica, sans-serif;
         letter-spacing: 5px;
         background-color: #000000;
         padding-left: 10px;
         border-radius: 10px;
         background-color: transparent;

        }

.ueberschrift1 {

         margin-top: 50px;
         margin-bottom: 70px;
         text-align: center;
         color: yellow;
         font-size: 45px;
         letter-spacing: 20px;
         padding-top: 20px;
         text-shadow:1px 1px blue, 
                     2px 2px blue, 
                     3px 3px blue,
                     4px 4px blue,
                     5px 5px blue,
                     6px 6px blue,
                     7px 7px blue,
                     8px 8px blue,
                     9px 9px blue;
          transition: all .12s ease-out;
               }


#logo {
    
        text-align: left;
        padding-bottom: 0px;
        padding-top: 50px;
        
    
      }


            



