@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) $
 */

@media all
{
  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting YAML's  basic layout elements
   * (de) Gestaltung des YAML Basis-Layouts
   */

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background-color: #e2e8eb; margin: 0; padding: 0; }

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  #page_margins { margin: 0 auto; width: 996px;}
  #page{ background-color: #fff;}
  
  .logos dt {cursor:pointer;} 
 
  /* (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 { background-image: url(../../images/top.jpg); background-repeat: no-repeat; background-position: right ; height: 92px;  border-color: #ca0088; border-style: solid; border-width: 0 0 0 29px;}



  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
  #nav ul { margin-left: 20px; }
  #nav_main {background-color: #336}

  #main { background: #fff; padding:45px 0; border-color: #ca0088; border-style: solid; border-width: 0 1px 0 29px;}
  
  #footer { 
    color:#666; 
    background-color: #e2e8eb;
	padding: 5px 0 20px 35px;
    background-image: url(../../images/bg_footer.gif); background-repeat: no-repeat;   }

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */


  #col1 { width: 230px; }
  #col1_content { padding: 0 20px 0 27px; }

  #col2 { width: 300px;}
  #col2_content { padding: 0 20px 10px 10px; }

  #col3 { margin: 0 300px 0 230px; border-right: 1px solid #6c8c9b;  }
  #col3_content { padding: 0 25px 0 0  }

  /*------------------------------------------------------------------------------------------------------*/

}