@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Template for designing a screen layout
 * (de) Gestaltungsvorlage für die Erstellung eines Screenlayouts
 *
 * @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
 * @version         3.0.4
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */
@media all
{
 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Design of the Basic Layout | Gestaltung des YAML Basis-Layouts
  *
  * @section layout-basics
  */

	#col1 { float: left;width: 20.25%; margin:0 ; background: #ebf3ef;} 
	#col1_content { padding: 0 5px 0 0; }
	 
	#col2 { float: left; width: 22.25%; margin:0; min-height: 307px; background: transparent url(../../graphic/bg_teaser.gif) top left repeat-x;}  
	#col2_content { padding: 10px 20px;}
	
	#col3 { margin: 0 0 0 42.5%; background-color: #fff}
	#col3_content { padding: 5px 15px;}

}
