body    { background-image:url(background/bg1.jpg);
          background-color:gainsboro;
          background-attachment:scroll;  }

h1      { color:black;
          font-size:25px;
          font-family:cursive; }
   
p       { color:black;
          font-size:15px;
          font-family:cursive; }
       
.kursiv { font-style:italic;  }

.mini   { font-size: 80%;     }

.precht  { font-family: serif;
           font-size: 70%;
           text-align: justify;
           margin-left: 100pt; 
           margin-right: 100pt;} 

.h1recht { font-family: serif;
           font-size: 120%;
           font-weight:700;    
           margin-left: 70pt;  }

.h2recht { font-family: serif;
           font-size: 100%;
           font-weight:700;              
           margin-left: 70pt; }

p.ilink { font-size: 12px;
          font-type:normal;
          text-align: left;   }
 
#list1 { list-style-type:none;
         font-type: monospace;
         font-size: 20px;
         font-strech: wider;   }
      
#list2 { list-style-image:url(images/list.gif);
         font-type: cursive;
         font-size: 15px;
         font-strech: normal;  }
  
td     { color:black;
         font-family: cursive;
         font-size:15px;       }
            