@charset "UTF-8";
/**
 * JYAML - Template Framework includes YAML for Joomla!
 *
 * All rights reserved. The JYAML project is a template to manage and
 * configure Joomla!-Templates with the YAML XHTML/CSS Framework
 * - http://www.yaml.de
 *
 * -----------------------------------------------------------------------------
 *
 * @version       $Id: print_003.css 993 2011-06-26 08:13:02Z hieblmedia $
 *
 * @author        Reinhard Hiebl
 * @copyright     Copyright (C) 2006-2011, Reinhard Hiebl, HieblMedia
 * @license       Creative Commons Attribution 3.0 Unported License
 *                  > http://www.jyaml.de/en/license-conditions.html
 * @link          http://www.jyaml.de
 * @package       JYAML
 *
 */

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

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

@media print
{
  #col1 { display:none; }
  #col2 { display:none; }

  #col3, #col3_content { width: 100%; margin:0; padding: 0; border:0; }
}