/* Datei: schriftstil.css */

/* Schriftfarbe color:#222222; */


/* Schriftfarbe a:link { color:#1155bb; 
ist 4 Punkte je Ziffer dunkler als background-color:#5599ff;  
in Richtung textcolor:#222222; */


a:link { color:#1155bb; text-decoration: none; }
a:visited { color:#5599ff; text-decoration: none; }
a:focus { color:#5599ff; text-decoration: none; }
a:hover { color:#5599ff; text-decoration: underline; }
a:active { color:#5599ff; text-decoration: underline; } 


#klein {  font-size:xx-small; 
         margin-right:5px; 
         margin-left:5px; 
         line-height:1.0;
       }

            
#kopf {  background-color:#5599ff;
         color:#000000;
         font-size:x-large; 
         line-height:1.0;
      }
              
            
#fuss {  background-color:#5599ff;
         color:#000000;
         font-size:large; 
         margin-right:5px; 
         margin-left:5px; 
         line-height:1.5;
      }  
       
abbr { font-size:xx-small; }

img {  
      max-width: 60%;
      padding: 5px;
    }


body {  margin-top:0px;
        margin-bottom:0px;
        margin-right:5px; 
        margin-left:5px; 
        font-size:large; 
        line-height:1.25;
     }

       
         
/* dunkelgrau color:#111111; */    

/* Schriftfarbe color:#222222; ist eher dunkelgrau, heller ist nicht kontrastreich genug */  

* {  
     color:#222222;
     font-family:Helvetica,Arial,sans-serif; 
  }

