@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Variation of screen layout (basemod.css) for layout example "3col_3-1-2"
 * (de) Variation des Screenlayouts (basemod.css) f?r Layoutbeispiel "3col_3-1-2"
 *
 * @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.2 $
 * @lastmodified    $Date: 2009/04/01 10:33:32 $
 */

@media screen, projection {

/**
 * (en) Repositioning content container
 * (de) Neupositionierung der Content Container
 */

#col1 { float: right; margin: 0 180px 0 -720px; width: 540px; }

#col2 { float: right; margin: 0; width: 160px; }

#col3 {
    float: left;
    margin-left: 0;
    margin-right: -5px;
    width: 160px;
}

#pid-55 #col1_content { margin-top: 15px; }

#col2_content { padding: 0 20px 0 8px; }

#col3_content { padding: 0 0 0 15px; }

}