@charset "UTF-8";
/**
 * central stylesheet - based on YAML CSS Framework "3col_1-2-3" Version 3.1
 * included stylesheets contain adjustements for the screen Layout
 *
 * @copyright       Copyright 2009 screenteam
 * @link            http://www.screenteam.com
 * @version         0.0.1
 * @revision        1
 * @lastmodified    2009-11-26 

 
    Tested by SW Dec.10th 2009
   ---------------------------------------------
   
   http://validator.w3.org/  -> valid XHTML 1.0 transitional
   http://jigsaw.w3.org/css-validator/ -> valid CSS level 2.1

 * Win Vista, Firefox 3.5.5--> OK
 * Win Vista, IE 7.0.6 --> OK
 * Win Google Chrome 3.0.19 --> OK
 * Mac OS 10.3 Safari  --> ?
   ---------------------------------------------
 */

/* import core styles */
@import url(yaml/core/base.css);

/* import the basic layout */
@import url(screen/basemod.css);

/* import patch for the basemod 1-2-3.css */
@import url(patches/patch_1-2-3.css);

/* import formatting of standard content elements */
@import url(screen/content.css);

/* import site specific adjustements */
@import url(adjustements.css);

/* import site specific menu */
@import url(menu.css);

/* import print layout */
@import url(print.css);



