@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Variation of screen layout (basemod.css) for layout example "3col_1-3-2"
 * (de) Variation des Screenlayouts (basemod.css) für Layoutbeispiel "3col_1-3-2"
 *
 * @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.2
 * @revision        $Revision: 430 $
 * @lastmodified    $Date: 2009-10-27 21:15:57 +0100 (Di, 27. Okt 2009) $
 */

@media screen, projection
{
	/* #col1 is hidden */
	#col1 {
		display: none;
	}
	
	/* #col2 is hidden */
	#col2 {
		display: none;
	}
	
	/* #col3 becomes the main column | #col3 wird zur einzigen Spalte */
	#col3 {
		margin: 0px;
	}
	
	#col3_content {
		padding: 0px 0px 70px 0px;
	}
}