@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-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: 138 $
 * @lastmodified    $Date: 2007-11-19 21:05:33 +0100 (Mo, 19 Nov 2007) $
 * @appdef yaml
 */

@media all
{
  /**
   * Fonts
   * (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
   *
   * @section content-fonts
   */

  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  body, html { height: 100% !important; padding: 0; }
  html * { font-size: 100.01% }
  * html #page_margins { height:100% !important; }
  
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 65.00%; 
    background-color: #000000;
    color: #fff;  
  }

    
  #page_margins { 
  	position:relative !important; 
  	min-height:100%; /* real browsers */
	height: auto !important; 
	margin: 20% auto;
	}
  
  #topnav {margin-bottom: 0.5em; float: right;}
   
  a {color: #fff; text-decoration:none; }
  a:focus,
  a:hover,
  a:active {color:#fff; text-decoration:underline;}
  
  #topnav a { color: #fff; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color: transparent;}
 
  
  #trailer {
  	text-align: center;
  	width: 830px;
  	height: 258px;
  	margin: 0 auto;
  }
   
   
}   
   
   
   
   
