@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "2col_left_13"
 * (de) Zentrales Stylesheet - Beispiellayout "2col_left_13"
 *
 * @copyright       Copyright 2005-2009, 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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(zz_base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(zz_nav.css);
@import url(zz_basemod.css);
@import url(zz_content.css);

/* import print layout | Druck-Layout einbinden */
@import url(style_print.css);

#header {height: 122px;}
#header_headline { width: 100%; text-align: center; padding-bottom: 10px; padding-top: 5px;}
   #header_headline h1 {color: #FFFFFF; font-size: 140%; font-weight: bold;letter-spacing:1px;line-height:100%;font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;}
#header_text { width: 100%; height: 77px;}
.adresse_startseite {background-color: #005597; margin-right: 245px; margin-top: 200px; color: #ffffff; text-align: right; font-size: 120%; font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;}
