@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) print stylesheet
 * (de) Druck-Stylesheet
 *
 * @copyright       Copyright 2005-2009, 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.2
 * @revision        $Revision: 430 $
 * @lastmodified    $Date: 2009-10-27 21:15:57 +0100 (Di, 27. Okt 2009) $
 */

@media print
{
 /**
  * @section basic layout preparation
  * @see     http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
  */

  /* (en) change font size unit to [pt] - avoiding problems with [px] unit in Gecko based browsers  */
  /* (de) Wechsel der der Schriftgrößen-Maßheinheit zu [pt] - Probleme mit Maßeinheit [px] in Gecko-basierten Browsern vermeiden */
  body { font-size: 10pt; width: 100%; color: black; }
  .page { width: 90% !important; }

  /* (en) Hide unneeded container of the screenlayout in print layout */
  /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
  #nav, #extended, #vlist_container, #teaser, #claim { display: none; }


  #content_teaser_container { width: 100%; padding: 0; border-bottom: 1px solid #000; margin-bottom: 1em; padding-bottom: 2em; }
  #content { width: 100%; padding: 0; }
  #footer { width: 100%; padding: 0; }
  .title img { display: none; }
  .title { height: auto !important; width: 100%; border-bottom: 1px solid black; margin: 2em 0; }

  #header, #main { padding: 0; }

  body .subc, body .subcl, body .subcr, .maincontent { padding: 0 !important; border: 0 none !important;; }
  body .subcolumns { border: 0 none; }


  /*------------------------------------------------------------------------------------------------------*/

  /* (en) Avoid page breaks right after headings */
  /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  h1,h2,h3,h4,h5,h6 { page-break-after:avoid; color: black !important; font-weight: normal !important; }

 

  ul.lv li { width: 95%;}
  ul.lv  li .left { float: left; width: 25%; }
  ul.lv  li .right { float: right; width: 70%; }

}

