body {
  margin-left: 1.5cm;
  color: #000;
  background: #fff;
  font-family: times, georgia, palatino, serif;
  font-size: 12pt;
}

#page {
  width: auto;
  float: none !important;
}

#header,
img,
.nix {
  display: none;
}

a {
  text-decoration: none;
  color: #000;
  background: #fff;
}

#footer a {
  font-weight: 700;
}

#footer a:hover {
  font-weight: 700;
  color: #4f4f4f;
}

h1 {
  font-size: 18pt;
}

h2 {
  font-size: 15pt;
}

h3 {
  font-size: 13pt;
}

h4 {
  font-size: 10pt;
}

.druckansicht {
  margin: 30px 0 5px 0;
  color: #ff0000;
  background: #fff;
  font-weight: 700;
  text-decoration: underline;
}

textarea, input[type=text] {
  border: none;
  border-bottom: 2px #000 dashed;
}

