﻿@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-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) $


Content: 		E1E6FA   (hellstes Blau)
Cite, Box.. :  		C4D7ED   (2hellstes blau)
Zwischenbereiche:  	ABC8E2
Header:  		375D81
Background body: 	183152
 */

@media screen, projection
{
  /*------------------------------------------------------------------------------------------------------*/


  /**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 0%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

  /* #col1 becomes the left column | #col1 wird zur linken Spalte */
  #col1 { width: 260px;
	  /*background-color: #f8f8fc;	*/
	  background-color:transparent;
	  margin: 0 0 0 0; 
 }
	 /*#col1_content { 
	  margin: 5px 0 0 0;
	  padding: 5px 0 0 0;*/
	  #col1_content { 
	  margin: 0 0 0 0;
	  padding: 0 0 0 0;
}

  /* Hide right column | Rechte Spalte abschalten */
  #col2, #col2_content { display:none; }

  /* #col3 becomes the middle column | #col3 wird zur mittleren Spalte */
  #col3 { 
  margin: 0 0 0 260px;
  
  }
  
  #col3_content { 
     /*margin: 0px 10px 10px 10px;*/
	 /*margin: 10px 0 5px 0;*/
	 margin: 0 0 5px 0;
	 padding: 10px 5px 5px 5px;
	 width: 710px;
	 min-height: 620px;
background-color: #d0dbfc;/*#c3d0fa;  /*#b2c3f9;*/
	
	
   }

}



