@charset "UTF-8";
/**
* YAML-based Template for xt:Commerce
*
* (en) Variation of screen layout (basemod.css) for layout example "3col_flex"
* (de) Variation des Screenlayouts (basemod.css) für Layoutbeispiel "3col_flex"
*
* @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) 
  * (de) 
  *
  * |-------------------------------|
  * | #header                       |
  * |                               |
  * |-------------------------------|
  * | #col1   | #col3     | #col2   |
  * | 200px   |           | 200px   |
  * |-------------------------------|
  * | #footer                       |
  * |-------------------------------|
  */
.page_margins { margin: 0 auto; }  
   
/* Layout Properties | Layout-Eigenschaften */  
.page_margins { width: auto;  min-width: 740px; max-width: 90em; background: #fff; } 

/* Korrektur von Randabständen */
#main { margin: 0; padding: 0; }
#footer {margin:0; padding: 1em; border-color: #aaa; }

/* Himtergrundgrafik für linke Spalte - Grafikbreite 200 Pixel */
#main { background: #fff /*url(../../img/xxx.gif) repeat-y top left;*/ }
/* Boxengröße: Anpassungen in IE-Patch-Datei erforderlich*/
#col1 { float: left; width: 200px;  margin:0 }  
#col2 { float: right; width: 200px;  margin:0 }  
#col3 { width: auto; margin: 0 200px 0 200px}  


}
