
/*  */
/* 
*/
body {
  counter-reset: fig;
}
div.figure {
  float: right;
  text-align: center;
}
span.caption {
  font-weight: bold;
}
span.caption:before {
  content: "Abbildung " counter(fig) ": ";
  counter-increment: fig;
}
/*  */