@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Variation of screen layout (basemod.css) - graphic free backgrounds "3col_column_backgrounds"
 * (de) Variation des Screenlayouts (basemod.css) - Grafikfreie Spaltenhintergründe "3col_column_backgrounds"
 *
 * @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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

@media screen, projection
{
	#col1 { width: 210px; }

	#col2 { width: 0px; }

	#col1_content { padding: 10px 0px; }

	#col2_content { padding: 0px 0px; }

	#col3 {
		background-color: rgb(232, 236, 204);
		margin: 0; padding:0;
		border-left: 210px rgb(213, 255, 214) solid;
		border-right: 0px rgb(213, 255, 214) solid;
	}
}
