@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "2col_left_13"
 * (de) Zentrales Stylesheet - Beispiellayout "2col_left_13"
 *
 * @copyright       Copyright 2005-2007, 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.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 */

@import url(../../../yaml/core/slim_base.css);
@import url(screen/content.css);
@import url(screen/basic-style.css);


@media all
{
	#seite_margin		{width: 715px;}
	#seite				{background: none;}
	#header-nav span	{margin: 0 8px 0 0;}
	#header-nav a#iv	{border-left: 8px solid #fff; padding: 1px 0 0 3px;}
	
	#main				{height: 353px; margin: 0;}
	#content			{float: left; background: #C5CCD1; height:100%; margin: 0; width: 503px; overflow:auto; padding: 0;}
	#right				{float: left; color: gray; font-size: 11px;}
	#right a			{color: gray; text-decoration: underline;}
	#footer				{color:gray; font-size:11px;}
}
