@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: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 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: #fff; padding: 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: 998px; max-width: 62em; background: #fff; }
  #page{ padding:23px 25px 0px 0px; }

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */
  #header {
    color: #000;
    background: #fff repeat-x top left;
    padding: 0; 
  }
  
 
  #topnavlang  {position:absolute; top:-17px; left:13px }


  #topnav { background: transparent; margin-top:-30px; height:18px; }
  #topnav ul { margin-right:3px; margin-top:1px; font-size:90%; }
  #topnav ul li { display:inline; margin-left:15px; }

  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
  #nav ul { margin-left: 12px; }

  #main { background: #fff; padding:0; padding-top:17px; height:685px }

  #footer { 
    background: #fff;
	width:948px;
	padding:8px 0 0 0;
	margin-bottom:10px;
	padding-bottom:10px;
        border-top: 1px #000 solid;
	margin-left:12px;
  }
  
  #footer ul { font-size:90%; }
  #footer ul li { display:inline; margin-left:15px; }

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

/*
  #col1 { width: 33%; }
  #col1_content { padding: 10px 10px 10px 10px; }

  #col2 { width: 33%; }
  #col2_content { padding: 10px 10px 10px 10px; }

  #col3 { margin: 0 33%; }
  #col3_content { padding: 10px; }
  
  */

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Modifying "shiny buttons" navigation
   * (en) Anpassung der "Shiny Buttons" Navigation
   */

  #nav * { border: 0px none !important; }

}