@charset "UTF-8";/* CSS 3.0 Document                                   *//* (c) 2013 by Urban AG, Chur; www.urban-webdesign.ch *//* Adaptives, responsives WEBdesign, d.h.             *//* geräte- und layout-unabhängiges WEBdesign.         *//*                                                    *//* Name:		anfang.css                            *//* Funktion:	Lädt die anderen CSS-Dateien ein      *//* CSS für Internet Explorer über .html steuern       *//* \*/@import url(layout.css) all;@import url(form.css) all;@import url(spezial.css) all;@import url(menues.css) all;@import url(screenMax.css)  only screen and (min-width: 769px);@import url(screen1242.css) only screen and (min-height:1242px);@import url(screen1024.css) only screen and (max-width: 1242px);/* Aufrufe der Anpassungen von gross nach klein       *//*@import url(screenMax.css)  only screen and (min-width: 769px);@import url(screen1242.css) only screen and (min-height:1242px);@import url(screen1024.css) only screen and (max-width: 1242px) and (min-width: 768px);@import url(screen1080.css) only screen and (max-width: 1080px);@import url(screen768.css)  only screen and (max-width: 768px);@import url(screen480.css)  only screen and (max-width: 480px);*//* Aktiviere Link zum Telefonieren, nur für Smartphones */@import url(phones.css) only screen and (max-device-width: 480px);/* Aufrufe der Anpassungen für (Opera) TV-Browser     */@import url(tv.css) only screen and (min-width: 1024px) and (device-aspect-ratio: 16/9);/* Druck-Version                                      */@import url(print.css) print; /* Ende der Datei.									  */