#kopfzeile, #linkespalte, #fusszeile {
  display: none;
}
html { height: 100%; }
body {
font-size: 11pt;
font-family: "times new roman", times, serif;
background-color: white;
color: black;
text-align: left;
}
#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;
}

