body>p:first-child,
ul.breadcrumb,
ul#navi {
  display:none;
}

/* Automatischen Umbruch in preformatiertem Text erlauben,
damit beim Ausdruck nichts abgeschnitten wird;
bisher nur in Opera erfolgreich getestet */
pre {
  white-space:pre-wrap;
}

a[href^="http"]:after {
  /*font-size:0.9em;
  font-family:monospace;*/
  content:" <"attr(href)">";
}

dt {
  font-weight:bold;
  margin-top:1em;
}

dd {
  margin-left:1.5em;
}

dd p.first {
  margin-top:0;
}

dd ul {
  padding:0;
  margin-left:1em;
}

dd img {
  display:block;
  margin-left:auto;
  margin-right:auto;
}
