@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-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
 * @revision        $Revision: 443 $
 * @lastmodified    $Date: 2009-12-31 18:05:05 +0100 (Do, 31. Dez 2009) $
 */

@media screen, projection
{
 

  /* ######################################################################################################
  ** ### Color Scheme for Browser Testing | Farbschema für Browsertests ####################################
  ** ######################################################################################################
  */
  #col1 {background: #fee }
  #col1_content {background: #edd }
  #col2 {background: #efe }
  #col2_content {background: #ded }
  #col3 {background: #eef }
  #col3_content {background: #dde }
  #main {background: #fff }

}
