/* CSS Document, Print-Version */
/* - ueberschreibt normale CSS-Datei */

#rootline {
  margin-top: 70px;
  padding-left: 10px;  
}

/* Container Inhaltsbereich */
#print-content {
/*
  position: absolute !important;
  top: 100px !important;
  left: 100px !important;
*/
  margin-top: 10px;
}
#content {
  border: 0px solid black !important;
}
#content td {
  vertical-align: top;
}

