@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (de) Zentrales Stylesheet - Beispiellayout "3col_3-1-2"
 *
 * @copyright       Copyright 2005-2008, 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.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

/* Basis-Stylesheets einbinden */
@import url(yaml/core/base.css);

/* Screen-Layout einbinden */
@import url(yaml/navigation/nav_shinybuttons.css);
@import url(screen/basemod.css);
@import url(screen/basemod_fce.css);
@import url(screen/basemod_colored_columns.css);
@import url(screen/content.css);

/* Druck-Layout einbinden */
@import url(yaml/print/print_100_draft.css);

/* Standardfarben für Links (Verweise) 												*/
a:link 	{
	text-decoration: none;
}			/* Link nicht unterstrichen		*/

a:visited 	{
    text-decoration: none;
}			/* Link nicht unterstrichen		*/

a:active {
    text-decoration: none;
}			/* Link nicht unterstrichen		*/

h2 {
	font-size: 1.9em;
	font-weight: bold;
    color: black;
	text-align: center;
    padding: 0.2em;
    padding-top: 0.5em
}

.textt {
    font-size: 1.1em;
	color: black;
	text-align: center;
	font-weight: bold;
}

.diego {
    float: right;
	width: auto;
}

.wetter {
    float: left;
}