@charset "UTF-8";

/* import print base styles | Basisformatierung für Drucklayout einbinden */
@import url(../../yaml/core/print_base.css);

/* #col1 - 0
** #col2 - 0
** #col3 - x
*/

@media print
{
  #col1 { float: none; }
  #col2 { display: none; }
  #col3 { float: none; }
  #col3, #col3_content { width: 100%; margin: 0; float: none; padding: 0; border: 0; clear: both; }
    
  #logo { margin-bottom: 25px; }
  /*#logo img { width: 140px; height: 107px; }*/
  #logo img { width: 33%; height: 33%; }
  #mainnav { display: none; }
  #headerimg { display: none; }
  #subnav { display: none; }
  #news { display: none; }
  #partner { display: none; }

  h1,h2,h3,h4,h5,h6 { line-height: 1.4em !important; }
  
  .hausformat { display: none; }

  /*-------------------------------------------------------------------------*/
  /* sIFR */
  .sIFR-flash { display: none !important; height: 0; width: 0; position: absolute; overflow: hidden; } 
  .sIFR-alternate { visibility: visible !important; display: block !important; position: static !important; left: auto !important; top: auto !important; width: auto !important; height: auto !important; }

}