/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * @copyright			Copyright 2005-2007, 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
 *
 * $Id: $
 */

/* #col1 - x
** #col2 - 0
** #col3 - 0
*/

body { background: none; }

#col1,#col1_content
{
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#col2,#col2_content
{
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.hidePrint { display: none; }
#col3 { display: none; }
#header { display: none; }
#teaser { display: none; }
#nav { display: none; }
#footer { display: none; }