/* 
  print.css für Ivo Haas
  
*/
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  @page { margin: 1cm; }

/* unnötige Elemente ausblenden */
  div.cookie, .header .basket, .searchbar, .leftbar, .footer form, .addressselect, .basketsave    { display:none !important; }

/* keine Umbrüche in den Teasern */
img {
  page-break-inside: avoid;
  max-width: 100% !important;
}
h2, h3 { page-break-after: avoid; }
.teaser {
  page-break-inside: avoid;
  max-width: 100% !important;
}

/* besondere formatierungen */
  .content, .container, section  { float: none; width: 100% !important; }
  a { text-decoration: underline; }
  .box  { background-color: transparent ; }
  