/** Stylesheet für Wand 
 * $Id:$ */
dt{margin-top: 1ex;text-decoration:underline;counter-reset: wand;}
/*dt:after{content: ':';}*/
dd:before{
  /* eigentlich sollte auch disc, circle, square gehen, aber opera kann es schon mal nicht */
  content: counter(wand, lower-latin)':';
  margin-right:1ex;
  counter-increment: wand;
  color:gray;
}
