@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-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: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */


  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting YAML's  basic layout elements
   * (de) Gestaltung des YAML Basis-Layouts
   */

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background-color: #FFF; padding: 10px 0; }

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  #page_margins { min-width: 720px; max-width: 74em; margin: 0 auto; border: 0px #889 solid; }
  #page{ background: #fff; border: 10px #fff solid; border-top: 4px;}

  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  body { text-align: center }
  #page_margins { text-align:left }

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */
  #header {
    color: #000000;
    background: #EE7F01 repeat-x top left;
    padding: 15px 2em 12px 20px; 
    height: 156px;
  }
  
  #topnav { color: #aaa; background: transparent; }

  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
  #nav ul { margin-left: 0px;}
  #nav_main {background-color: #fff}

  #main { background: #fff;padding:0 0 0px 0; }

  #footer { 
    color: #000; 
    background-color: #FFF;
    padding: 15px;
    border-top: 2px #EE7F01 solid;

  }
  
  #footer .wortmarke {
  	font-weight: bold;
  	font-size: 133.33%;
  	color: #FFF;
  }
  
  #footerleft, #footermiddle, #footerright, #cr {
  float: left;
  margin-right: 20px;
  background-color: #EE7F01;
  padding: 12px;
  width: 180px;
  }
  
  #cr {
  text-align: right;
  float: right;
  margin-right: 0px;
  background-color: #FFF;
  }
  
  p.copyr {
  margin-bottom: 0px;
  padding-bottom: 0px;
  }
  
  p.copyr a.cpr {
  color: #EE7F01;
  font-weight: normal;
  }
  

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */


  #col1 { width: 25% }
  #col1_content { padding: 0px 10px 10px 0px; }

  #col2 { width: 25% }
  #col2_content { padding: 0px 0px 10px 10px; }

  #col3 { margin: 0 25% }
  #col3_content { padding: 0 10px 10px 10px}

  /*------------------------------------------------------------------------------------------------------*/
  
  #conleft {
  margin-top: 20px;
  }
  
  #conBild {
  position: relative;
  clear: both;
  }
