@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; padding: 0 }
  #col2_content { margin:  0 20px; padding: 0 }  
  
  #col1a_content { margin:  0 20px; padding: 0 }
  #col1a_content hr {margin: 0 0 20px 0;}
  
  #col2a_content { margin:  0 20px; padding: 0 }
  
  #col3_content { margin:  0 20px; padding: 0 }
  #col3_content p { 
	font-size:1em;
	line-height:1.5em;
	margin:0 0 0em; 
	}

  /* ######################################################################################################
  ** ### Color Scheme for Browser Testing | Farbschema für Browsertests ####################################
  ** ######################################################################################################
  */
  #col1, #col1a {
	background: #BECBD0; 
	/*border-left: 1px solid #4E8BAA;
	border-right: 1px solid #A8AAA8;*/
	}
  #col2, #col2a {background: #4E8BAA }
  #col3 {background: #A8AAA8 }
  
  #impressum { background: #A8AAA8; height: 45px;}

}

