@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */

@import url(basemod.css);
@import url(forms.css);
@import url(content.css);

/* import print layout | Druck-Layout einbinden */
@import url(print_023.css);


#footer a { color: #666; }
.headline { color: #008948; font-size:133.33%; font-weight: bold; }
#header h1 { color:#fff; }
.navzero { color: #000; text-transform: uppercase; padding-top: 0.2em}
.navfirst { color: #6c9; margin: 0; font-weight:bold; }
#col1_content a, #col1_contentv a:hover { color: #6c9 }
#col1_content hr { margin: 0 0 0.5em 0 }
