@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-2010, 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.2.1
 * @revision        $Revision:426 $
 * @lastmodified    $Date: 2009-10-27 21:15:57 +0100 (Di, 27. Okt 2009) $
 */
@media screen , projection {
	/*------------------------------------------------------------------------------------------------------*/
	/**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 33%     | flexible  | 33%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */ /*#col1 { width:33%; }
  #col1_content { padding:10px 10px 10px 5px;}
*/
	#col1 {
		width: 66%;
		/*margin: 0 33% 0 0;*/
	}
	#col1_content {
		padding: 10px;
	}
	#col2 {
		width: 33%;
	}
	#col2_content {
		padding: 10px 5px 10px 10px;
	}
	#col3 ,#col3_content{
		display: none;
	} 
}
