/* PRINTER STYLES */
#top1, #header, #top2, #valid, #tail, hr, .stichwort {
  display: none;
}
#content h1 {
  display: block !important;
  border-bottom: 1px solid #000;
  margin-bottom: 12px;
  padding-bottom: 6px;
}
 #logoprint {
  display: block !important;
  text-align: right;
  clear: both;
  padding-bottom: 6px;
}
#similar {
  margin-top: 20px;
  border-top: 1px solid #000;
  padding-top: 6px;
  width: 200px;
}
#similar h3 {
  padding-bottom: 6px;
  font-size: 1.2em;
}
#similar ul {
}
#similar ul li {
  color: #000;
  margin-left: 0;
  padding-bottom: 5px;
  display: block;
}