﻿@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Variation of screen layout (basemod.css) for layout example "2col_fixed_seo"
 * (de) Variation des Screenlayouts (basemod.css) für Layoutbeispiel "3col_fixed_seo"
 *
 * @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                       |
   * | 960px                         |
   * |-------------------------------|
   * | #col2   | #col1     | #col3   |
   * | 240px   | 480px     | 240px   |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

  #page_margins {width: 950px; min-width: 950px; max-width:none; margin-top:43px; }

  #main { 
  	float:left;
	background: url(../../images/layout/main_bg.png) repeat-y;
	width:905px;
	min-height:400px;
  }
  #image_main{
   	float:left;
	background: url(../../images/layout/main_left_bottom.jpg) no-repeat left bottom;
	margin-left:14px;}

  /* #col1 becomes the middle column | #col1 wird zur mittleren Spalte */
  #col1 { float:left; margin-left:210px; margin-top:10px; width:728px; } 
  #col1_content {padding-left:20px; padding-top:56px; width:660px;}

  /* #col2 becomes the left column | #col2 wird zur linken Spalte */
  #col2 { float:left;margin-left:-948px;width:208px;min-height:460px;}
  #col2_content {padding-left: 20px; padding-right: 10px }

  /* #col3 becomes the right column | #col3 wird zur rechten Spalte */
  #col3 { margin-left: -5px; margin-right: 0; width: 220px; float:right; display:none;}
  #col3_content {border:1px solid #92673C;margin-top:10px;padding-left:0;padding-right:0;margin-right:13px;}
}
