/* Fuer die Druckausgabe ueberfluessiges abschalten */
#navi, #header, #footer, .header, #sub_navi, img

body {
  margin: 0;
  padding: 0;
  font-family:"Times New Roman", Times, serif;
  font-size:12px;
  line-height:15px;
  color: black;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  font-weight: bold;
}

a, a:visited, a:hover, a:visited:hover {
  color: #04667e;
  background: transparent;
  text-decoration: none;
}

a:link:after, a:link:visited:after {
  content: " (Link auf <" attr(href) ">) ";
  font-size: 76%;
  color: #999;
  background: transparent;
}

a[href^="/"]:link:after {
  content: " (Link auf <http://www.wemfall.de/" attr(href) ">) ";
}