@charset "UTF-8";
/**
 * "YAML for Joomla Template" - http://www.jyaml.de
 *
 * (en) Basic screen layout (col1=0, col2=1, col3=1)
 * (de) Basis Bildschirmlayout (col1=0, col2=1, col3=1)
 *
 * @version         $Id: basemod_2col_32.css 715 2010-03-15 19:29:47Z hieblmedia $
 * @copyright       Copyright 2005-2010, Reinhard Hiebl
 * @license         CC-A 2.0/JYAML-C(all media,html,css,js,...) and GNU/GPL(php), 
                    - see http://www.jyaml.de/en/license-conditions.html
 * @link            http://www.jyaml.de
 * @package         yamljoomla
 * @revision        $Revision: 715 $
 * @lastmodified    $Date: 2010-03-15 20:29:47 +0100 (Mo, 15 Mrz 2010) $
*/

@media screen, projection
{
  /* Disable left column | Linke Spalte abschalten */
  #col1, #col1_content { display:none }
  #col3 { margin-left:0; border-left:0; }
} 
