@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
{
	/*------------------------------------------------------------------------------------------------------*/
	
	/**
	 * (en) Formatting content container
	 * (de) Formatierung der Inhalts-Container
	 *
	 */
	
	
	#left { 
		display: inline; 
		float:left; 
		width:305px; 
		margin: 15px 0 0; 
	}
	#right { 
		float:right;
		width:160px;
		display:inline;
		margin-left: 10px;
	}
	#fullcontent {
		margin:15px 170px 15px 0;	
	}
	* html #fullcontent {
		width:747px;
		overflow:hidden;
	}
	
	#content {
		/*margin:15px 160px 15px 315px;*/
		margin:15px 170px 15px 315px;
		/*width: 435px;*/
	}
	
	#left_c { }
	#right_c { }
	#content_c {height: 100%; }
	
	#right_c, #left_c, #content_c { position:relative; }

	/* Navigation */

	#right_c #nav_side ul { 
		float:left;
	}
	
	#right_c #nav_side li {
		text-transform: uppercase;
		padding: 4px 0 8px 0;
		background: #fff url(../../../images/1pxdot.gif) bottom repeat-x; 
	}
	
	#right_c #nav_side #nav_sub li {
		padding: 2px 0 5px 8px;
	}	
	
}

