@charset "UTF-8";
/*
**  last change: 2009-10-07, simplicity gmbh, gvo
**
*/

/* import print base styles | Basisformatierung für Drucklayout einbinden */
@import url(/fileadmin/css/core/print_base.css);

@media print
{
 /**
  * @section column selection
  * (en) individually switch on/off any content column for printing
  * (de) (De)aktivierung der Contentspalten für den Ausdruck
  *
  * @see     http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
  */

  #topnav, #nav, #footer, #bottomborder, #subheader, div.navblock { display: none; }

  .page_margins { max-width: 730px; min-width: 730px; }

  #col1,
  #col2,
  #col3,
  #col4,
  #col5,
  #col6 { width: 730px; margin:0 20px 0 20px; padding: 0; border:0; float: none;}

  #col1_content,
  #col2_content,
  #col3_content,
  #col4_content,
  #col5_content,
  #col6_content { width: 690px; margin:0; padding: 0; border:0; }

  /*------------------------------------------------------------------------------------------------------*/

  /* (en) optional output of acronyms and abbreviations*/
  /* (de) optionale Ausgabe von Auszeichnung von Abkürzungen */

  /*
    abbr[title]:after, acronym[title]:after { content: '(' attr(title) ')'; }
  */

  /*------------------------------------------------------------------------------------------------------*/

  /* (en) optional URL output of hyperlinks in print layout */
  /* (de) optionale Ausgabe der URLs von Hyperlinks */
  /*
  a[href]:after {
    content:" <URL: "attr(href)">";
    color:#444;
    background:inherit;
    font-style:italic;
  }
  */
}
