@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: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 * @appdef yaml
 */

@media all
{
	body {
		font-family: 'Arial', Verdana, Helvetica, sans-serif;
		font-size:12px; 
		color:#000;  
		background-color:#fff;
		width:200mm;
		margin:0 auto 0 auto;
	}
	div#copy{
		text-align:center;
		margin:10px 0 0 0;
		padding:0;
	}
	div#header {
		text-align:right;
		margin:0 0 20px 0;
		padding:0;
	}
	div#www {
		position:absolute:
		bottom:0;
		left:0;
	}
	hr.line {
		color:#a8b6d0;
		background-color:#a8b6d0;
		border:1px solid #a8b6d0;
	}
	
}
@media print 
{
	body {
		font-family: 'Arial', Verdana, Helvetica, serif;
		font-size:12pt; 
	}
}


