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/news3.jpg);
      background-repeat: repeat-y;
      background-position: center;
      background-attachment: fixed;
      padding: center;
    
      //background-color: dimgray;
    

     }


#inhalt {
    
         width: 1100px;
         margin-left: auto;
         margin-right: auto;
         font-family: "Myriad pro", Arial, Helvetica, sans-serif;
         letter-spacing: 5px;
         background-color: #000000;
         padding-left: 10px;
         border-radius: 10px;
         background-color: transparent;
        
         }

#logo {
    
        text-align: center;
        color: #000000;
        padding-bottom: 0px;
        padding-top: 50px;
        
    
      }

#galerie {
    
        text-align: left;
        color: #000000;
        padding-bottom: 0px;
        padding-top: 50px;
        
    
      }


.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;
               }



.ueberschrift2 {

         text-align: center;
         margin: 0px;
         font-size: 20px;
         color: white;
         padding-top: 50px;
         text-shadow:1px 1px red, 
                     2px 2px red, 
                     3px 3px red;
                     transition: all .12s ease-out;

         
             
               }

.ueberschrift3 {

         text-align: center;
         font-size: 20px;
         color: white;
         padding-top: 120px;
         text-shadow:1px 1px red, 
                     2px 2px red, 
                     3px 3px red;
                     transition: all .12s ease-out;

               }



#gesetze {
    
        font-size: 100%;
        text-align: left;
        letter-spacing: 1px;
        padding-bottom: 0px;
        padding-top: 40px;
        
    
      }

em {
    
    color: darkgoldenrod;
}

h3 {
   
        font-size: 100%;
        text-align: center;
        letter-spacing: 1px;
        padding-bottom: 0px;
        padding-top: 20px;
        color: darkgoldenrod;
        
    
}

#navigation {
    
        text-align: left;
        font-size: 90%;
        padding-bottom: 20px;

            }



