/********************************************************************************************/
/*                                                                                          */
/*  Druckoptimierung paypalStart                                                            */
/*                                                                                          */
/********************************************************************************************/
@media print {
  * { font-size:12pt; }
  H2 {
    font-size: 16pt;
  }
  .mobileOnly {
    display:none;
  }
  .border {
    border:1px solid #999999;
  }
  .boxTitle {
    font-weight:bold; margin-bottom:1em;
  }
  #h-icon-area, #h-lower, #navigator, #footer {
    display:none;
  }
  #h-logo {
    float:right; padding-bottom:1em;
  }
  #i-catText {
    display:block;
  }
  #i-sort {
    float:right;
    font-weight:bold;
  }
  #i-sortLabel {
    float:right;
  }
  #i-list * {
    font-size:11pt !important;
  }
  .i-itemBox { 
    width:18%;
  }
  #i-itemImg160 {
    width:100%;
  }
  #i-sflRemove, #i-filter, #i-nextPage, #i-toTop, 
  #k, #k-sub {
    display:none;
  }
  #paypal {
    display:none;
  }
  #p-printB {
    page-break-before: always;
  }
  /* Überschreibt leftSpace (Kategorie) und spaceLeft (Items) */
  .spaceLeft,
  DIV[brDesktop='true'], A[brDesktop='true'],
  DIV[brMobile='portrait'], A[brMobile='portrait'],
  DIV[brMobile='landscape'], A[brMobile='landscape'],
  DIV[brMobile='both'], A[brMobile='both'] {
    margin-left:2% !important;
  }
  /* Überschreibt leftSpace (Kategorie) und spaceLeft (Items) */
  DIV[brPrint='true'], A[brPrint='true'] {
    margin-left:0px !important;
  }
  DIV[class^="ft-"] {
    display:none;
  }
  DIV.ft {
    border:none;
  }
  DIV.ft-text {
    display:inline-block;
    font-weight:bold;
  }
  .pt-iDiscUntil {
    display:none;
  }
}
