/*
    project: www.achtgrau.de
    type: stylesheet
    description: loader for stylesheets (print), theme default
    last edited: 22.03.2005, Stefan Heimann
    
    (c) ACHTGRAU 2003-2009. All rights reserved.
*/

/* screen and print related */
@import "../screen/basic_color.css";
@import "../screen/structure.css";
@import "../screen/color.css";

/* print related */
@import "basic_print.css" print;
@import "structure.css" print;

