@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Variation of screen layout (basemod.css) for column highlighting
 * (de) Variation des Screenlayouts (basemod.css) fï¿½r das Hervorheben der Spaltencontainer
 *
 * @copyright       Copyright 2005-2009, 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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

@media screen, projection
{
  #col1_content { margin:  0 20px 0 0; padding: 0 }
  #col2_content { margin:  0 0px 0 0; padding: 0 }
  #col3_content { margin:  0 0px 10px 0; padding: 0 }

  /* ######################################################################################################
  ** ### Color Scheme for Browser Testing | Farbschema fÃ¼r Browsertests ####################################
  ** ######################################################################################################
  */
  #col1 {/*background: #fee;*/ }
  #col1_content {/*background: #edd*/ }
  #col2 {background: #fff; border-left: 1px solid #eeeeee; }
  #col2_content {/*background: #efe*/ }
  #col3 {background: transparent; }
  #col3_content {/*background: #dde*/ }
  #main {background: #fff }

}

