@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 * (en) Template for designing a screen layout
 * (de) Gestaltungsvorlage fur die Erstellung eines Screenlayouts
 *
 * @file		basemod_draft.css
 * @creator		YAML Builder v0.3 Preview
 * @link		http://builder.yaml.de
 */

@media all
{
 /**
	* Design of the Basic Layout | Gestaltung des YAML Basis-Layouts
	*
	* @section layout-basics
	*/

	/* Page margins and background | Randbereiche & Seitenhintergrund */
	body { color : #727272; }
	a { color:#727272; text-decoration: none; }
	a:hover { background-color: #dbdbdb; }

	pre {
		margin: 4px 0px 6px 15px;
		padding: 5px;
		#border: 1px dotted silver;
		font-size: x-small;
		#overflow: scroll;
		#width: 97%;
	}

	/* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
	#page_margins { width: auto;  min-width: 800; max-width: 90em }
	#page {   }
	#header {   }
	#footer {   }

 /**
	* Formatting of the Content Area | Formatierung der Inhaltsbereichs
	*
	* @section layout-main
	*/

	#col1 { float: left; width: 25%}
	#col2 { display:none}
	#col3 { width: auto; margin: 0 0 0 25%}
	#col1_content { padding: 0 10px 0 20px }
	#col3_content { padding: 0 20px 0 10px }

 /**
	* Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
	*
	* @section layout-misc
	*/

}
