/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 * (de) Zentrales Stylesheet - Beispiellayout "3col_standard"
 * @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) $
 */
/* Basis-Stylesheets */
@import url(other/base.css);
/* Screen-Layout */
@import url(screen/basemod.css);
@import url(screen/content.css);
/* Druck-Layout */
@import url(other/print.css);

/* Layout ======================================== wegen eines scripts (morph)========*/
.morph1 {
	color: #666;
	background-color: #fefdcd;
	height: 120px;
	width: 180px;
	font-size: 15px;
	overflow: hidden;
	border: 15px solid #FFFBF4;
	margin: 0;
	padding: 5px;
	overflow: hidden;
	position:relative;
	z-index:0;
}
.morph2 {
	color: #000;
	background-color: #d0f0a2;
	height: 500px;
	width: 400px;
	font-size: 13px;
	overflow: hidden;
	margin: -360px 0 0 -460px;
	padding: 20px;
	border: 5px solid #e6f385;
}
