/* Print Header und Footer fuer GebrauchtPressenTab */
div.GebrauchtPressenTab.print-only {
  display: block;
}
h1, h3 {
  display: none;
}
#BoxenContainer, #Footer, .LeftCol, .RightCol, .LanguageSelector {
  display: none !important;
}
div.GebrauchtPressenTab.print-only h3 {
  display: block;
}
table.GebrauchtPressen {
  width: 100% !important;
}
table.GebrauchtPressen td,
table.GebrauchtPressen th {
  font-size: 85% !important;
  border: 1px solid #707070;
  line-height: 110% !important;
}
table.GebrauchtPressen td {
  white-space: nowrap;
}
table.GebrauchtPressen tr td:first-child {
  white-space: normal !important;
}
table.GebrauchtPressen th a {
  display: none;
}
table.GebrauchtPressen th .print-only {
  display: block !important;
}
div#Header a#HomeLink {
  float:right !important;

}
#InhaltContainer {
  float: none !important;
}

/* Ende: Print Header und Footer fuer GebrauchtPressenTab */
