/* ==========================================================================
Stylesheet für Drucken
Created 14.02.2008
author Tom Sänger
========================================================================== */

body {
  font-family: Gerorgia, "Times New Roman", Times, serif;
  font-size: 11pt;
}
h1, h2 {
  font-family: Verdana, Arial, Helvetia, sans-serif;
}
h1 {
  font-size: 20pt;
}
h2 {
  font-size: 16pt;
}
.skiplink,
#nav2,
#header_content {
  display: none;
}
a {
  color: black;
  text-decoration: none;
}
a[href]:after {
  content:" [Adresse: "attr(href)"] ";
}