@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2007, 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.4
 * @revision        $Revision: 138 $
 * @lastmodified    $Date: 2007-11-19 21:05:33 +0100 (Mo, 19 Nov 2007) $
 * @appdef yaml
 */

@media all
{
  /**
   * Fonts
   * (en) font-family and font-size selection for headings and standard text elements
   * (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
   *
   * @section content-fonts
   */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */

p {text-align:justify;}

  a, h2 a, h3 a {color: #fff; text-decoration:none;}
  h2, h3 {color: #fff; text-decoration:none;}
  h2 a:focus,
  h2 a:hover,
  h2 a:active,
  h3 a:focus,
  h3 a:hover,
  h3 a:active,
  a:focus,
  a:hover,
  a:active {color:#fff; text-decoration:none;}

   
  #col1 { background: #a19e01; }
  #col1_content { background: #a19e01; }
  #col3 { background: #a19e01; border-left: 0px;}
  #col3_content {background: #a19e01; height:375px;overflow:hidden; margin:0;}

  
  #col1_quad1{ height: 139px; width: 224px; float:left; overflow:hidden;margin:0; border-bottom:1px #fff solid;border-right:1px #fff solid;}
  #col1_quad11{height: 115px; padding:12px; overflow:hidden;}
 
  #col1_quad2{ background: #a19e01; height: 139px; overflow:hidden;margin:0; border-bottom:1px #fff solid;}
  #col1_quad22{height: 115px; overflow:hidden; width:451px; padding:12px; float:right;}
  
  #col3_quad{ background: #e53d17; height: 235px; overflow:hidden;}

h2, h3 {margin:0; padding: 0;}

#col3_content img
{
  clear: both;
/*  float: left;*/
  margin: 0px;
  border: 0px solid white;
  padding: 0px;
  background-color: white;
}

}

@media print
{
/*ausdrucken*/
#col1{display:inline}
  #col1{width: 100%; margin:0; float :none; overflow:visible; display:table;}
    #col1_quad1,   #col1_quad11,   #col1_quad2,   #col1_quad22 {height:auto;}
}
