@charset "UTF-8";
/**
* YAML-based Template for xt:Commerce
*
* (en) Variation of screen layout (basemod.css) for layout example "2col_fixed"
* (de) Variation des Screenlayouts (basemod.css) für Layoutbeispiel "2col_fixed"
*
* @copyright       Copyright 2006-2007, Björn Teßmann (tessmann@zerosoft.de)               
* @link            http://www.zs-ecommerce.com
* @package         yaml for xt:commve
* @version         1.6.0
   
*/

@media screen
{
  /**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                      |
   * |-------------------------------|
   * | #col1   | #col3               |
   * |   |                     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

 

  /* Hide right column | Rechte Spalte abschalten */
  #col2, #col2_content { display:none; }

  #col3 { margin-left: 145px; margin-right: 0; }
 
}
