#navigation, #kopfzeile img {
  display: none;
}
body {
font-size: 12pt;
font-family: "times new roman", times, serif;
background-color: white;
color: black;
text-align: justify;
}
#kopfzeile p {
border-bottom: 2px;
border-bottom-style: solid;
border-bottom-color: black;
font-variant: small-caps;
font-size: 105%;
font-weight: bold;
color: #434242;
}
#kopfzeile p span {
font-style: italic;
color: gray;
}
#fusszeile {
border-top: 1px;
border-top-style: solid;
border-top-color: black;
text-align: center;
margin-top: 50px;
font-family: helvetica, sans-serif;
}
a {
background-color: white;
color: gray;
font-weight: bold;
text-decoration: underline;
}
a[href]:after {
content: " (Link auf <" attr(href) ">) ";
}