@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-2010, 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.2.1
 * @revision        $Revision: 443 $
 * @lastmodified    $Date: 2009-12-31 18:05:05 +0100 (Do, 31. Dez 2009) $
 */

@media screen, projection
{



  
  #topnav {
	height:				40px;
	top:				0px;
  }
  
  
  #header {
	height:				230px;
	position:			absolute;
	top:				40px;	
	text-align:			center;	
  }  
  #header .page_margins {
  	text-align:			left;
  }
  
  #nav {
	height:				50px;
	position:			absolute;
	top:				270px;	
  }  


  #main {
    padding: 			360px 0 50px 0;
	background-position:70px 0;    
  }




}
