@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 and (min-width:478px) and (max-width:974px){
	#col3 {
		max-width: 100%;
	}
			
}

@media screen and (max-width:974px) {
	#col3_content {
		padding: 0 0 20px 0;	
	}
}