@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @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
{
  #col1 { width: 650px; }
  #col1_content { /*background:orange; */ }
  
  #col3 { margin-right: 650px; }
  #col3_content { /*background:yellow;*/  padding-right:0px; }
  
  .teaser-image {padding-bottom:20px;}
  
  .box-green { background:#d7e542; height:160px; width:320px; font-size:0.9em; }
  .box-cyan  { background:#6cd4d3; height:160px; width:320px; font-size:0.9em; } 
   
  .box-green p,
  .box-cyan p { padding:0px 5px 0 10px; color:#fff; line-height:1.3em; margin-bottom:0; }
  
  .box-green h1,
  .box-cyan h1 { color:#626262; font-size:100%; padding:10px 0px 5px 10px; margin:0; line-height:1.3em; }
  
  
  
  .box-green a,
  .box-cyan a {color:#fff; 
               background:  url(../../graphics/vinci-bullet-list.png) no-repeat center left;	
	             padding:0.1em 0.1em 0.2em 1em; }
	             
	.box-green p, .box-cyan p {color:#626262;}         
  .box-green a, .box-cyan a {color:#fff;}             
	             
  
  div.csc-textpic div.csc-textpic-single-image img {margin:0; }
 

}



