 @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.3
 	* @revision        $Revision: 1.1 $
 	* @lastmodified    $Date: 2008/02/22 08:05:24 $
 */

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

 
 /*------------------------------------------------------------------------------------------------------*/

 /**
 * (en) Formatting content container
 * (de) Formatierung der Inhalts-Container
 *
 * |-------------------------------|
 * | #header                       |
 * |-------------------------------|
 * | #col1   | #col3     | #col2   |
 * | 25%     | flexible  | 25%     |
 * |-------------------------------|
 * | #footer                       |
 * |-------------------------------|
 */

 
  #col2 { width: 740px; }

  #col3 { display: none; }
  #col3_content { display: none; }

 /*------------------------------------------------------------------------------------------------------*/

 }

