@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) print stylesheet
 * (de) Druck-Stylesheet
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.4
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

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

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

/* Aenerungshistorie:
   >>HP 161008: 
   
*/

@media print
{
  #col1 {display:none}
  #col2 {display:none}
/*#header{display: none}*/  

/*>>HP 161008: DA-Logo und Logo-Schriftzug in einer Zeile:  */
  div#header h1 {display:inline;}
/*>>HP 161008: DA-Logo links mit TGext ausgerichtet:        */
  #header h1 img {padding-bottom:5px}
/*>>HP 161008: Logo-Schriftzug in einer Reihe mit DA-Logo:  */
  #header img.logo {margin-left: -15px;}
/*>>HP 161008: Editor-Icons (bei Administrator-Anmeldung) ausblenden:  */
  .contentpaneopen_edit {display:none}
/*>>HP 161008: float-Klassen für images definieren:  */
  .float_left {float: left; margin-right: 1em; margin-bottom: 0.1em; }
  .float_right {float: right; margin-right: 1em; margin-bottom: 0.1em; }
/*>>HP 161008: Tabellen formatieren: einfaches schwarzes Gitternetz */
  table {border: solid 1px #000; border-collapse:collapse}
  th {color: #000; font-weight: bold; font-size: 110%; }
  th,td {border: solid 1px #000;  padding: 0.3em;}
  tr{vertical-align: top;}
/*>>HP 161008:: Table zur Text-Ausrichtung, d.h. "unsichtbare tabelle" */
  table.blind {border: #000 0px solid; } 
  table.blind td{border: #000 0px solid; padding:0em; padding-right:3px}
/*>>HP 161008:: Systemnachrichten ausblenden: */
  #system-message {display:none;}

  ul.service_nav{display:none}
  #mainlevel-nav{display:none}
  .mainlevel-login {display:none}
  .skip{display:none}
  ul.boerse_op_nav{display:none}
  #service_nav{display:none}
  #footer{display:none}
  #breadcrumb{display:none}
  .bbx_bookmarks{display:none;}
  .bbx_custom {display:none;}
  
  #col3, #col3_content { width: 100%; margin:0; padding: 0; border:0}
}
