/** © RAUM X - Agentur für kreative Medien, Dortmund - 2011 **/@media print{  /* Wechsel der der Schriftgrößen-Maßheinheit zu [pt] - Probleme mit Maßeinheit [px] in Gecko-basierten Browsern vermeiden */  body { font-size:10pt; }  /* Für den Druck nicht benötigte Container des Layouts abschalten */  #topnav, #nav, #indexedsearchbox, #hnav, #footernav, .zoom { display:none !Important; }  /*------------------------------------------------------------------------------------------------------*/  /* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */  h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }    /*------------------------------------------------------------------------------------------------------*/ /** (De)aktivierung der Contentspalten für den Ausdruck */  #col1 { display:none; }  #col2 { display:none; }  #col3, #col3_content { width:100%; margin:0; padding:0; border:0; }  /*------------------------------------------------------------------------------------------------------*/    #header{ margin-bottom:2em;}  /* (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;  }  */  }