@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Variation of screen layout (basemod.css) for layout example "3col_1-2-3"
 * (de) Variation des Screenlayouts (basemod.css) f�r Layoutbeispiel "3col_1-2-3"
 *
 * @copyright       Copyright 2005-2008, 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.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

@media screen, projection
{
  /**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col2     | #col3   |
   * | 25%     | 50%       | flexible|
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

  
  #page_margins {
  	width: 48,5em;
        margin: 5px auto;
	max-width: none;
	min-width: none;
        padding: 20px 0 0 -1px;
	border: 1px solid silver;
  }

  
  /* #col1 becomes the left column | #co11 wird zur linken Spalte */
  #col1 { width: 13.9em; margin: 0; padding: 0}
  #col1_content { padding-left: 1.45em; padding-right: 0.65em; } 

  /* #col2 becomes the middle column | #col2 wird zur mittleren Spalte */
  #col2 { width: 33.1em; float:left; margin: 0; border-left:1px solid #666; border-right: 1px solid #666; padding-bottom: 0; border-bottom: 1px solid #666; }
  #col2_content { padding-left: 0.5em; padding-right: 0.5em; padding-bottom: 1em; }

  /* #col3 becomes the right column | #col3 wird zur rechten Spalte */
  #col3 { margin-left: 47em; margin-right: 0; 
  padding-left: 0.7em; padding-right: 1.4em;
  }
 /* #col3_content { padding-left: 0.5em; padding-right: 1.5em; } */


}
