@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Variation of screen layout (basemod.css) for layout example "1col_1"
 * (de) Variation des Screenlayouts (basemod.css) für Layoutbeispiel "1col_1"
 *
 * @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.1
 * @revision        $Revision: 1.1 $
 * @lastmodified    $Date: 2009/03/10 16:56:36 $
 */
@media screen, projection {
 /**
  * (en) Repositioning content container
  * (de) Neupositionierung der Content Container
  */
/* left column | linke Spalte */
#col1 { float: right; width: 100%; }

#col1_content { padding-left: 0px; padding-right: 0px; }

/* right column | Rechte Spalte */
#col2, #col2_content { display: none; }

/* left column | Linke Spalte */
#col3, #col3_content { display: none; }

}