@charset "UTF-8";
@media print
{
  body { font-size:10pt; }
  #topnav, #nav, #search { display:none; }
  h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }
  #col1, #col1_content { float:none; width:100%; margin:0; padding:0; border:0; }
  #col2, #col2_content { float:none; width:100%; margin:0; padding:0; border:0; }
  #col3, #col3_content { width:100%; margin:0; padding:0; border:0; }

  /* Optional Column Labels | Optionale Spaltenauszeichnung
  #col1_content:before { content:" [ left | middle | right column ]"; }
  #col2_content:before { content:" [ left | middle | right column ]"; }
  #col3_content:before { content:" [ left | middle | right column ]"; }

  #col1_content:before, #col2_content:before, #col3_content:before {
    content:"";
    color:#888;
    background:inherit;
    display:block;
    font-weight:bold;
    font-size:1.5em;
  }
  */

  /*------------------------------------------------------------------------------------------------------*/

  /* (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;
  }
  */
}
