
@media print
{

body, #page_margins, #page, #main, #main #col3, #content, #maincontent {margin:0px; padding: 0px; border: 0;}
#page_margins, #page, #col3, table, #maincontent, #content {width: 100% !important; min-width: inherit; max-width: none}

  /* (de) Zeichensatz auf Serifen umstellen */
 /*body * {font-family: "Times New Roman", Times, serif}*/
  code, pre { font-family:"Courier New", Courier, mono}
  body {font-size: 12pt}


/* (en) Avoid page breaks right after headings */
h1,h2,h3,h4,h5,h6 { page-break-after:avoid; margin:0px; padding:0px; } 

#print_header {display:block;}
#print_logo {height:56px; position:relative;}
#print_logo img {margin:0px;}


#header, div.teaser img, #col1, nav_sub {display:none;}
  /**
   * (en) overflow:hidden Bug in print layouts
   * (de) overflow:hidden Bug in Drucklayouts
   *
   * @bugfix
   * @since     3.0
   * @affected  FF2.0, IE7
   * @css-for   all browsers
   * @valid     yes
   */

 .floatbox,
  .subcolumns, 
  .subcolums_oldgecko { 
    overflow:visible; 

    display: table; 
  }
  
  /* (de) Abschalten evlt. vorhandener Hintergrundgrafiken zur Linkkennzeichnung */
  #page a[href^="http:"], #page a[href^="https:"]
  {
    padding-left: 0;
    background-image: none;
  }
}
