/**
 * Last Modified: 2012.01.19
 */

/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) draft for a central stylesheet
 * (de) Vorlage für ein zentrales Stylesheets
 *
 * @copyright       Copyright 2005-2010, 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.3
 * @revision        $Revision: 466 $
 * @lastmodified    $Date: 2010-09-14 21:19:30 +0200 (Di, 14 Sep 2010) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core_1/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(wwwag-layout.css);

/* import print layout | Druck-Layout einbinden */

@media print {

    /********************************************************************************************* Fancybox with special print-button (clones itself to the body) */
    html.clonedPrintableFancybox > body > *,
    #clonedPrintableFancybox .modalcloser {
        display: none !important;
    }

    #clonedPrintableFancybox {
        display: block !important;
    }

}