@charset "UTF-8";

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

@media print
{
  #topnav { display: none; }
  #nav { display: none; }
  #teaser {  display: none;}  
  #hausformat { display: none; }
  
  #col1 { display: none; }
  .home #col1 { display: block; }
  #col3 { display: none; }
  
  #logo { margin-bottom: 15px; }
  #rootline { margin: 0 0 10px 0; border-top: 1px dotted #00A0E2; border-bottom: 1px dotted #00A0E2; }
    
  #col3, #col3_content { width: 100%; margin:0; padding: 0; border: 0; }
  h1,h2,h3,h4,h5,h6 { line-height: 1.4em !important; }
  
  ul li { list-style-type: square; background: none; padding-left: 0; margin-left: 1.2em; }
  
  #footer { border-top: 1px solid #cdcdcd; margin-top: 15px; padding-top: 5px; }
  #footer #c7329 { display: none; }
  a { background: none; padding: 0 !important; }
  
  .tx-hffaq-pi1 .listview .filters, .tx-hffaq-pi1 .listview .db-list-browse { display: none !important; }
  .tx-hffaq-pi1 .listview .listitem .status span { padding: 0 !important; }

  /*-------------------------------------------------------------------------*/
  /* 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; }

}