/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2.1 (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.3
 * 
 */

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

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

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


/** And now some of out custom styles **/

/* This is a Google font */
h1.heading { 
    color: #666666; 
    font-family: 'Play', sans-serif; 
    font-weight: bold; 
    font-size: 52px; 
    text-align: center;
    background-image: url(/interface/mast2.jpg);
    background-repeat: no-repeat;
}