body { margin-left:30px; margin-right:20px; 
       color: rgb(0, 0, 128); background-color: rgb(255, 255, 255); margin-top: 1px;}
p,div,table,ul,ol { margin-left:20px; }

/*Linkgestaltung*/
a:link { text-decoration:none; font-weight:bold; color:#e00000; }
a:visited { text-decoration:none; font-weight:bold; color:#800000; }
a:hover { text-decoration:none; font-weight:bold; background-color:#ff0; }
a:active { text-decoration:none; font-weight:bold; background-color:#cff; }
a:focus { text-decoration:none; font-weight:bold; background-color:#080; }

/*Textgestaltung*/
h1 { font-size:250%;
     font-family:Book Antiqua;
     color: rgb(0, 0, 128);
     font-weight:bold;
          }
h2 { font-size:200%;
     font-family:Book Antiqua;
     color: rgb(0, 0, 128);
     font-weight:bold;
          }
p,li,dir { font-size:110%;
        color: rgb(0, 0, 128);
        line-height:140%;
        font-family:Book Antiqua;
        font-weight:bold;
          }

/*listengestaltung*/
 
ul { list-style-position:inside;}
 
li.dfgl { list-style-image:url(../bilder/dfglpunkt2.jpg); } 
li.autres { list-style-image:url(../bilder/frz.jpg);    } 

 
 