@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: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 */

@media all
{

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

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

  #col2 { 
	width: 2px; 
	}


  #col3 { 
	border-right: 2px #ffffff solid; 
	}

/* Albert 15-4-08 for IE*/
	* html #col3 { height: 1%; }
	* html #col3 { margin-left: 200px; }
	* html #col3 { margin-right: 5px; }

}
