body
    { 
       font-family: Lucida Calligraphy, Verdana, Arial, Geneva, Helvetica, sans-serif; 
       margin-left : 16px; 
	font size : 14px;
	vertical-align: top; 
       font-color: black; 
       background-image : url("./bilder/hintergrund.jpg");
       
       background-attachment : fixed; 
       background-position : center; 
     }      

body.menu
    { 
       font-family: Lucida Calligraphy, Verdana, Arial, Geneva, Helvetica, sans-serif; 
       margin-left : 16px; 
       font-size: 16px; 
       font-color: black; 
       font : bold;
       background-image : url("./bilder/menu.jpg");
       background-color : #0080FF;
       background-attachment : fixed; 
       background-position : center; 
     } 

body.dunkel
    { 
       background-image : url("./bilder/marmor_dunkel.gif");
    }      

body.hell
    { 
       background-image : url("./bilder/bleu26.gif");
    }      

    
body.marmor
    { 
       background-image : url("./bilder/marmor.gif");  
    }      
    
     
body.mauer   
    { 
       background-image : url("./bilder/mauer.jpg");  
    }      


     
     
hr { 
       color : black; 
   }

b { 
    font-weight: bold; 
  } 

h1 { 
     font-size: 16px; 
     font-style: normal; 
     font-variant: normal; 
     font-weight: normal; 
     text-align: left; 
   } 

h2 { 
     font-size: 20px; 
     font-style: normal; 
     font-variant: normal; 
     font-weight: normal; 
     text-align: left; 
   } 

p { 
     font : normal;
     font-size : 14px; 
     margin-bottom : 2%; 
     margin-left : 2%; 
     margin-right : 2%; 
     margin-top : 2%; 
  } 

td { 
     font size : 14px;
     vertical-align: top; 
   }
   
td.test { 
     font size : 14px;
     vertical-align: bottom; 
   }

td.center { 
     font size : 14px;
     vertical-align: center; 
   }
   
   
tr { 
     font size : 14px 
   }

a:link, 

a:visited { 
            color : Black;
            text-decoration : none; 
            font: bold; 
          } 

a:hover { 
            text-decoration : underline; 
            font: bold;
            color : Blue;  
        } 
