@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) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera 
	 * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera 
	 *
	 * @workaround
	 * @affected IE8, FF, Webkit, Opera
	 * @css-for all
	 * @valid CSS3
	 */





	/*------------------------------------------------------------------------------------------------------*/

	/**
	 * (en) Formatting content container
	 * (de) Formatierung der Inhalts-Container
	 *
	 * |-------------------------------|
	 * | #header											 |
	 * |-------------------------------|
	 * | #col1	 | #col3		 | #col2	 |
	 * | 25%		 | flexible	| 25%		 |
	 * |-------------------------------|
	 * | #footer											 |
	 * |-------------------------------|
	 */


	#col1 { width: 25%; }
	#col1_content { padding: 15px 15px 10px 5px; /*border: 1px solid red;*/ }

	#col2 { width: 25%; display: none; }
	#col2_content { padding: 10px 10px 10px 10px; /*border: 1px solid green;*/ }

	#col3 { margin: 0 0 0 25%; }
	#col3_content { padding: 5px 5px 10px 10px; /*border: 1px solid blue;*/ }


 /**
	* ------------------------------------------------------------------------------------------------- #
	*
	* (en) Styling of layout specific elements
	* (de) Gestaltung layoutabhängiger Elemente
	*/
	 .boxAddContentCol {
		margin: 1em 0 1em 25%; padding: 0 0 0 10px;
	}

	 /**
	* ------------------------------------------------------------------------------------------------- #
	*
	* Skiplinks 
	*
	* (en) Visual styling for skiplink navigation
	* (de) Visuelle Gestaltung der Skiplink-Navigation
	*
	* @section content-skiplinks
	*/
	
	#skiplinks a.skip:focus,
	#skiplinks a.skip:active { 
	color: #fff; 
	background: #333; 
	border-bottom: 1px #000 solid;
	padding: 10px 0;
	text-decoration:none;
	}






	

}
