/* Standard CSS für die Anwendung

   Importiert nur die anderen Styles
   Dabei haben weiter unten stehende Vorrang
   Bitte auch die Kommentare in den einzelnen Dateien beachten
*/

@import "common.css" all;           /* Vorlage für alle CSS Styles im Framework */
@import "printer.css" only print;
@import "desktop.css" only screen and (min-device-width: 1025px);

/* Diese Einstellungen sind geplant, aber noch nicht umgesetzt
   insbedondere die Auflösungen stehen noch nicht fest

@import "mobilecommon.css" only screen and (max-device-width: 1024);
@import "mobilelandscape.css" only screen and () and ();
@import "mobileportrait.css" only screen and () and ();
*/


