@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @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: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

@media screen, projection
{
	/*------------------------------------------------------------------------------------------------------*/

	/**
	* (en) Formatting content container
	* (de) Formatierung der Inhalts-Container
	*
	* |-------------------------------|
	* | #header                       |
	* |-------------------------------|
	* | #col1   | #col3     | #col2   |
	* | 25%     | flexible  | 25%     |
	* |-------------------------------|
	* | #footer                       |
	* |-------------------------------|
	*/

#main_content { width:671px; background:url("images/bg_content.png") repeat-x scroll left bottom transparent; float:right; margin-left:15px;}

	  /* #col1 becomes the middle column | #col1 wird zur mittleren Spalte */
  #col1 { width: 435px; float:left; margin-left: 0; background:none; }
  #col1_content {padding:13px 16px 16px 18px; }

  /* #col2 becomes the left column | #col2 wird zur linken Spalte */
  #col2 { width: 274px; float:left;  margin-left:0; display:block; }
  #col2_content { padding: 0 0 10px 13px; position: relative; bottom: 3px;  }

  /* #col3 becomes the right column | #col3 wird zur rechten Spalte */
  #col3 { margin-left:0; margin-right: 0; width: 236px; float:right;}
  #col3_content {padding:13px 18px 16px 16px; }
	
}
