@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: #9A00E5; font-size:133.33%; font-weight: bold; }
#header { text-align: right; }
.navzero { color: #504E4C; text-transform: uppercase; padding-top: 0.6em; padding-bottom: 0.2em}
#col1_content .navzero a, #col1_content .navzero a:hover, #col1_content .navzero a:visited { color: #504E4C; text-decoration:none; }
.navfirst { color: #9A00E5; margin: 0; font-weight:bold; padding-left:0.5em; padding-bottom: 0.2em}
#col1_content .navfirst a, #col1_content .navfirst a:hover, #col1_content .navfirst a:visited { color: #9A00E5; text-decoration:none; }
#col1_content hr { margin: 0 0 0.5em 0 }
video{margin-bottom:1em}