@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.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 */

/* import print base styles | Basisformatierung f&uuml;r Drucklayout einbinden */
@import url(../core/print_base.css);

/* #col1 - 0
** #col2 - 0
** #col3 - x
*/

@media print
{
  #col1 {display:none}
  #col2 {display:none}
  #header {display:none}
  #nav {display:none}

  #col3, #col3_content, #main, #main0 { width: auto; margin:0; padding: 0; border:0; text-align: left; min-width: auto; max-width: auto;}
  
  html * { width: auto; font-size: 12pt; overflow: visible; display: block; }
  p { overflow: visible; font-size: 12pt; width: 520px; display: block; margin-bottom: 12px; }
  li p { overflow: visible; font-size: 12pt; width: auto; display: block; margin-bottom: 12px; }
  body { overflow: visible; }
  ul.tabelle { width: 640px; }
  ul.tabelle li { padding-top: 12px; }
  ul, li { list-style: circle; }
  ul.tabelle li { list-style: url(../../images/list_button.gif); }
  table#chronologie { width: 640px; }
  table#chronologie td { margin-right: 10px; margin-top: 8px; }
  td { display: inline; }
  a { text-decoration: underline; }
  div#massnahmen h2.massnahmen { width: 400px; }

/*  table.stand { width: 520px; float: none; display: block; overflow: visible; }
  table.stand ul { clear: both; }
  table.stand ul li { float: left; }*/
  table.stand { display: none; }
  div#massnahmen { width: auto; height: auto; margin: 0px; clear: both; text-align: left; float: none; overflow: visible; display: block; }
  p.massnahmen { width: 480px; }
}
