@charset "UTF-8";
/****************
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 * @copyright       Copyright 2005-2010, 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.2.1
 * 
 * "Framework Templates, YAML for TYPO3"
 * @copyright       Copyright 2010, René Schröder ... image[FORMAT]
 * @license         CC-A 3.0 (http://creativecommons.org/licenses/by/3.0/),
 *                  if20-C (http://if-20.com/downloadbereich/lizenzmodell/)
 * @link            http://if-20.com
 * @packages        if_yaml ... if_ready2go
 * @version         1.3.0  
 * @thanks to       the basic typoscript and css is partly based and inspired by the extension "db_ttv" 
 *                  (c) 2005-2009 by GbR Bunkerd/Schäbel, who discontinued supporting this.  
 * @file                 
 */

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

  /* #col1 becomes main column | Linke float-Spalte wird zur Inhaltsspalte */
  #col3 { width: 100%; float:none; margin:0}
  #col3_content {padding-right:27px; padding-left:27px;}

  /* hide #col2 and #col3  */
  #col1, #col1_content { display:none; }
  #col2, #col2_content { display:none; }
  
  #main {}
  
}
