@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout f�r YAML-Beispiele
 *
 * @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: 1.1.4.2 $
 * @lastmodified    $Date: 2008-04-18 12:34:11 $
 */

@media all
{
  /*------------------------------------------------------------------------------------------------------*/

  /**
   * Formatting YAML's basic layout elements
   */

/* adjustment of Content */
	#col2 { margin: 0; width: 159px; }
	#col3 { margin: 0 15px 0 0; width: 681px; float:left; }

  /*------------------------------------------------------------------------------------------------------*/
  
}