/* CSS placed here will affect the print output */
#Kopfleiste {
  display: none;
}
#p-search, #p-cactions, #p-Hauptnavigation {
  display: none;
}
#toc, #rightParagraph {
  display: none;
}
#Fussleiste {
  display: none;
}
#printReference{
    border: 2px solid black;
    display: block;
    margin: auto;
    padding: 5px;
    text-align: center;
    width: 90%;
}

right column start
right column end