/* Einzelne Bereiche für den Druck ausblenden / Ändern */
@media print {
  .noprint {display: none;}
  #globalfooter {display: none;}
  #toplogo {display: none;}
  .topmenucontainer {display: none;}
  #globalcontentleft {display: none;}
  #globalrightmenu {display: none;}
  #globalbreadcrumb {display: none;}
  #reclistheader {display: none;}
  .backlink {display: none;}
  #globalparamscroll {
    float:left;
    width:488px;
    padding:6px;
    overflow:none;
    max-height:1000px;

  }
  #artheadcontainer{
    position:relative;
    top:-300px;
    left:210px;
    z-index:2;
    float:left;
  }
  #provariants{
    position:relative;
    top:-300px;
    z-index:2;
    float:left;
  }

  body {
    height:100%;
    color:#333;
    background-color: #fff;
    font: 12px  Arial, Geneva, Helvetica, sans-serif;
    margin:0;
    padding:0;
    text-align:left;
  }

  #globalcontainer {
    margin:0;
    padding:0;
    text-align:left;
    width:auto;
    height:auto;
  }

  #globalborder {
    float: left;
    width:auto;
    height:auto;
  }

  #globalcontentright{
    float: left;
    padding: 0 0 20px 10px;
    margin: 0 15px 0 0;
    width:auto;
    height:auto;
  }

  #globalcontent {
    float: left;
    margin: 0;
    padding: 0;
    width:auto;
    height:auto;
  }
}
