@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Variation of screen layout (basemod.css) for layout example "3col_3-1-2"
 * (de) Variation des Screenlayouts (basemod.css) f�r Layoutbeispiel "3col_3-1-2"
 *
 * @copyright       Copyright 2005-2008, 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.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

@media screen, projection
{
  /**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col3   | #col1     | #col2   |
   * | 25%     | 50%       | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

  #col1_content { padding: 0 12px; }


  #col2_content { padding: 0 5px 0 0; }


  #col3_content { padding: 0 0 0 5px; }
  
  .box_aussen {
    background: #eeedf2 url("../../images/boxKleinMitte.jpg");
    width: 190px;
    margin-bottom: 10px;
  }
  
  .box_oben { 
    background: #eeedf2 url("../../images/boxKleinOben.jpg") no-repeat top left;
    padding-top: 11px;
  }
  
  .box_unten { 
    background: #eeedf2 url("../../images/boxKleinUnten.jpg") no-repeat bottom left;
    padding: 0 8px 11px 8px;
  }
  
  .bigbox_aussen {
    background: #dadee9 url("../../images/boxGrossMitte.jpg");
    width: 564px;
    margin-bottom: 10px;
  }
  
  .bigbox_oben { 
    background: #dadee9 url("../../images/boxGrossOben.jpg") no-repeat top left;
    padding-top: 11px;
  }
  
  .bigbox_unten { 
    background: #dadee9 url("../../images/boxGrossUnten.jpg") no-repeat bottom left;
    padding: 0 15px 11px 15px;
    text-align:center;
  }

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 0px;
}

  
}
