@charset "UTF-8";
.webkit {
  	/**
   * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
   *
   * (en) Variation of screen layout (basemod.css) for layout example "3col_1-3-2"
   * (de) Variation des Screenlayouts (basemod.css) für Layoutbeispiel "3col_1-3-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.2
   * @revision        $Revision: 430 $
   * @lastmodified    $Date: 2009-10-27 21:15:57 +0100 (Di, 27. Okt 2009) $
   */
}
@media screen, projection {
  .webkit {
    	/**
    * (en) Repositioning content container
    * (de) Neupositionierung der Content Container
    *
    * |-------------------------------|
    * | #header                       |
    * |-------------------------------|
    * | #col1   | #col3     | #col2   |
    * | 25%     | flexible  | 25%     |
    * |-------------------------------|
    * | #footer                       |
    * |-------------------------------|
    */
    /* #col1 becomes the left column | #col1 wird zur linken Spalte */
    /* #col2 becomes the right column | #col2 wird zur rechten Spalte */
    /* #col3 becomes the middle column | #col3 wird zur mittleren Spalte */
    	/* vor Umstellung auf 450/440er-layout
    #col3 { margin-left: 234px; margin-right: 261px; }
    */
  }
  .webkit #col1 {
    width: 234px;
    margin: 0;
  }
  .webkit #col1_content {
    padding: 26px 0 0;
    margin: 0;
  }
  .webkit #col2 {
    width: 170px;
    overflow: hidden;
    margin: 22px 3px 0 0;
    padding: 0;
  }
  .webkit #col2_content {
    padding: 0;
    margin: 0;
  }
  .webkit #col3 {
    margin: 0 183px 0 234px;
    padding: 0;
  }
  .webkit #col3_content {
    padding: 0 0 16px 27px;
  }
}
