@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Variation of screen layout (basemod.css) for layout example "2col_right_13"
 * (de) Variation des Screenlayouts (basemod.css) für Layoutbeispiel "2col_right_13"
 *
 * @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
{
  /**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1               | #col3   |
   * | 75%                 | flexible|
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

  /* #col1 becomes main column | Linke float-Spalte wird zur Inhaltsspalte */
  #col1 { width: 64%; }
  
#col1_mensch { width: 70%; float:left}
#col1_spalt { width: 56%; float:left}
#col1_buch { width: 58%; float:left} 


  /* #col3 moves to the right | Linken Randabstand anpassen - #col3 wird zur Randspalte */
  #col3 {margin-left:550px; margin-right:0; }
  #col3_content {  padding-right: 0px; }
}


#col3_buch { width: 40%; border: 1px silver solid; padding:5px; float:right} 
#col3_content_buch.link {  padding-right: 0px; background:#008040; }

#col3_content_mensch { height: 100%;margin-left:55px; margin-right:0;  }
#col3_content_mensch hr {padding:0;margin:0;margin-left: 7px; margin-right: 7px;}
 
 #col3_content_spalt {  margin-left:490px; margin-right:0;}
