@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @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: 1.1 $
 * @lastmodified    $Date: 2010/02/23 13:34:42 $
 * @appdef yaml
 */

@media all
{
  #main{
  	background:none;
  }	
	
  #col1 {
  	display:none;
  }
  
  #header {
  	display: none;
  }
  
  #nav {
  	display: none;
  }
    
  #col3 {
  	margin-left: 0;
  	margin-right:0;  		
  }
  
  #content_noFlow {
  	width:95%;  	
  }  
	
}

 
