@charset "UTF-8";

/* import print base styles | Basisformatierung für Drucklayout einbinden */
@import url(../../yaml/core/print_base.css);

/* #col1 - 0
** #col2 - 0
** #col3 - x
*/

@media print
{
  #col1 { display: none; }
  #col2 { display: none; }
  #topnav { display: none; }
  #headerimg-small { display: none; }
  #headerimg-big img { display: none; }
  #hausformat { display: none; }
  #admPanel { display: none; }
  .c130pxr { display: none; }
  .c130pxl {float: right; margin: 0 0 0 20px; }
  .c390pxl { margin: 0 0 0 0; padding: 0 0 0 0; }
  #logo { float: left; }
  .slogan { margin-top: 30px; margin-bottom: 30px; }
  a.arrow { padding-left: 0; }
  div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { font-size:83.32%; margin-left: 0; }  
  #col3, #col3_content { width: 100%; margin:0; padding: 0; border:0} 
  ul li { list-style-type: square; padding-left:0.6em; margin-left: 1.2em; }
  .dmmjobcontrol-div-links { width: 170px; }
  .dmmjobcontrol-div-rechts { margin: 2px 0 0 170px; width: 250px; }
  .tx-dmmjobcontrol-pi1 .subcolumns { margin-left: 0; }
}