body { 
  font-family:sans-serif; 
  font-size:14;
}

.center {
  alignment:center;
}

.text, td {
  font-family:sans-serif;
  font-size:14;
  line-height:14pt;
}

.frage {
  font-family:sans-serif;
  font-size:14;
  line-height:14pt;
  font-style:italic;
}

.em {
  font-weight:bolder;
}

p.abb {
  font-family:sans-serif;
  font-size:14;
  font-weight:bolder;
  text-align:center;
}

h1,h2,h3,h4 {
  font-weight:bolder; 
  text-align:center;
}

h1 {
  font-size:20;  
}
h2 {
  font-size:18;  
}
h3 {
  font-size:16;  
}
h4 {
  font-size:14;  
}

ul.bullet {
  list-style-image:url("../images/bullet.gif");
}

ul.h1 {
  list-style-type:none;
  font-size:16;
}
ul.h2 {
  list-style-type:none;
  font-size:14;
}
ul.h3 {
  list-style-type:none;
  font-size:14;
}
ul.h4 {
  list-style-type:none;
  font-size:14;
}

li { 
  margin-top:6; 
  margin-bottom:6; 
}

ol.latein {
  list-style-type:decimal;
}





