@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-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: 179 $
 * @lastmodified    $Date: 2008-05-12 09:03:09 +0200 (Mo, 12 Mai 2008) $
 */

@media screen, projection
{
  /*------------------------------------------------------------------------------------------------------*/

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

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #1e7740 url("../../images/bg_green.gif") repeat-x top left fixed; padding: 10px 0; }

  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  body { text-align: center; }
  #page_margins { text-align:left; margin: 0 auto; }

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  #page_margins { min-width: 740px; max-width:80em; background: #fff;  }
  #page{ padding: 10px; }

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */
  #header {
    color: #000;
    background: #fff repeat-x top left;
    padding: 45px 1em 1em 20px; 
    text-align:right;
    background-image: url(/fileadmin/templates/default/images/eike_head_bg.jpg);
    background-repeat:no-repeat; 
  }

  #homelink {
    position:absolute;
    top:4px;
    left:18px;
  }
  
  #topnav { color: #aaa; background: transparent; }

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

  #main { background: #fff;padding:10px 0; z-index:0;}

  #footer { 
    color:#666; 
    background: #f9f9f9;
    padding: 10px 20px;
    border-top: 5px #efefef solid;

  }
  
  #titletext { color: #aaa; background: transparent; margin:0; padding:0; }


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

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


  #col1 {  max-width: 38%; width:37%; z-index:0; }
  #col1_headline a { color: #666666; font-size:11px; font-weight: bold; }
  #col1_headline { color: #FFFFFF; font-size:11px; font-weight: bold; }
  #col1_content { padding: 0px 10px 10px 0px; }

  #col2 { min-height:800px; height:100%; float:right; width: 25%; z-index:0; border-left: 2px dotted #DDDDDD; margin:0 0 0 }
  #col2_content {  z-index:0; padding: 0px 20px 10px 10px; }

  #col3 { margin: 0 37%; width:37%; border-left: 2px dotted #DDDDDD; border-left: 2px dotted #DDDDDD;  }
  #col3_headline a { color: #666666; font-size:11px; font-weight: bold; padding: 0px 0px 0px 10px; }
  #col3_content { width:330px; padding: 0px 0px 10px 10px; }
  
  #colfull { max-width: 73%; width:100%; min-height:3000px }
  #colfull_content { padding: 0px 10px 0px 0px;  }
  #breadcrumbs {display:none}

  fieldset {
	clear:both;
  }

}