
  #header { display:none; }
  #col1 { display:none; }
  #col2 { display:none; }
  #col3, #col3_content { width: 100%; margin: 0; padding: 0; border:0; }
  #typo3-previewInfo { display:none; }
  
  #col3 ul { list-style-image:none; }
  
  /* Keine einzelnen Linien */
  p { orphans:3; widows:3; letter-spacing: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;
  }
  */

