/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Template for designing a screen layout
 * (de) Gestaltungsvorlage für die Erstellung eines Screenlayouts
 *
 * @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.4
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

@media all
{

	/*------------------------------------------------------------------------------------------------------*/

	/**
				  * Design of the Basic Layout | Gestaltung des YAML Basis-Layouts
				  *
				  * @section layout-basics
				  */

	/* Page margins and background | Randbereiche & Seitenhintergrund */
	body
	{
		background: #C9C9C9 url(   'images/body-bg.jpg' ) repeat-x;
		padding-top: 10px;
	}

	/* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
	#page_margins
	{
		width: 888px;
		margin: 0 auto;
		font-family: Verdana,Tahoma,arial,sans-serif;
		color: #444444;
		background-color: #FFF;
		border: 2px solid #AAAAAA;
		padding: 4px;
	}


	/* Design of the Main Layout Elements | Gestaltung der Hauptelemente des Layouts */
	#header
	{
		background: url(   'images/header.png' ) no-repeat;
		height: 160px;
		border: 1px solid silver;
		margin-bottom: 10px;
	}

	#topnav
	{
	}

	#main
	{
	}

	#footer
	{
	}

	/*------------------------------------------------------------------------------------------------------*/

	/**
				  * Formatting of the Content Area | Formatierung der Inhaltsbereichs
				  *
				  * @section layout-main
				  */

	#col1
	{
		float: left;
		width: 170px;
		margin: 0;
	}
	#col2
	{
		float: right;
		width: 190px;
		margin: 0;
	}
	#col3
	{
		width: auto;
		margin: 0 190px 0 170px;
	}
	#col1_content
	{
		padding: 0px 10px 0px 0px;
	}

	#col1_content a
	{
		display: block;
		padding: 2px;
		color: #CC6714;
	}

	#col1_content a:link, #navlist a:visited
	{
		color: #CC6714;
		text-decoration: none;
	}

	#col2_content
	{
		padding: 0px 0px 0px 10px;
	}
	#col3_content
	{
		padding: 0;
	}

	/*------------------------------------------------------------------------------------------------------*/

	/**
				  * Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
				  *
				  * @section layout-misc
				  */


}
