@charset "UTF-8";
/**
  * YAML Green WordPress Theme
  *
  * @copyright       Copyright 2008, dynamicinternet GmbH
  * @link            http://dynamicinternet.eu/wordpress/wordpress-themes/yaml-green-theme/
  * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
  *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
  * @author          $Author: michael $
  * @version         1.2.2
  * $yaml            3.0.6.
  * @revision        $Revision: 60 $
  * @lastmodified    $Date: 2008-12-10 19:27:11 +0100 (Mi, 10 Dez 2008) $
  */
@media screen
{
  /**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * | 980px                         |
   * |-------------------------------|
   * | #col2   | #col1     | #col3   |
   * | 200px   | 580px     | 200px   |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */
  #page { background: transparent url(../../images/col3_background.jpg) right top repeat-y !important }
  #page_margins {width: 980px; min-width: 980px; max-width: none; background: #f5f0e6 url(../../images/col2_background.jpg) left top repeat-y !important }
  #main { float:left; width: 100%; }
  /* #col1 becomes the middle column | #col1 wird zur mittleren Spalte */
  #col1 { width: 560px; float:left; margin-left: 200px; }
  /* #col2 becomes the left column | #col2 wird zur linken Spalte */
  #col2 { width: 200px; float:left;  margin-left: -760px; }
  /* #col3 becomes the right column | #col3 wird zur rechten Spalte */
  #col3 { margin-left: -5px; margin-right: 0; width: 200px; float:right;}
}