@charset "UTF-8";

@media print
{
  body { font-size:10pt; }
  #topnav, #nav, #search { display:none; }



  /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }



 /* (de) (De)aktivierung der Contentspalten für den Ausdruck */
  #col1 { float:none; width:100%; margin:0; padding:0; border:0; }
  #col1 { display:none; }
  #col2 .csc-textpic-imagewrap {display: none;}	


  /* (de) optionale Ausgabe von Auszeichnung von Abkürzungen */
    abbr[title]:after, 
    acronym[title]:after { content:'(' attr(title) ')'; }

  /* (de) optionale Ausgabe der URLs von Hyperlinks */
  a[href]:after {
    content:" <URL:"attr(href)">";
    color:#444;
    background:inherit;
    font-style:italic;
  }

}
