@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
 * @lastmodified	04.01.10
 * @modified by	Christoph Heuberger
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
/* YAML core - not to be modified */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */

@import url(screen/basemod.css); /* CSS für Bildschirmlayout (Hintergrund und Container */
@import url(screen/content.css); /* CSS für alle Inhaltselemente ohne Container */
@import url(navigation/navigation.css); /* CSS für Navigation */

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