@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator     YAML Builder V1.0.3b (http://builder.yaml.de)
 * @file        my_layout.css
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(nav_shinybuttons.css);
@import url(basemod.css);
@import url(content.css);

div#logo {
    font-size: 38px;
    margin-bottom: 20px;
    text-align: center;
}

div#logo span {
    font-weight: bold;
}

h1 {
    text-align: right;
    border-bottom: 3px solid #66aa66;
    font-size: 32px;
    color: #333;
    margin-bottom: 16px;
}

