@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: 443 $
 * @lastmodified    $Date: 2009-12-31 18:05:05 +0100 (Do, 31. Dez 2009) $
 */




@media screen, projection
{
  .submenu {display:none;}
  
  #col1 { /*width:634px; margin-left:7px;*/ width:960px; }
  #col3 {display:none;}
  
  #col1_content .subcolumns {}
  
  #col1_content .subcolumns .c50r,
  #col1_content .subcolumns .c50l{border:0px solid #eee; }
  
  /*#col1_content .subcolumns .c66l {width: 520px;}
  #col1_content .subcolumns .c33r {width: 420px;}*/
  
}



