 @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                       |
 * |-------------------------------|
 */

  #col1 { width: 0px; margin-left: 20px; padding:  0 0 15px 0; }
  #col1_content { padding: 1px 7px 0 15px; }

  #navsub {display: none}
  #navsub_header {display: none}
 
  #col2 { width: 700px; }
  
  #start_prodnavi { margin-left:100px; }


  

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

 }

