@charset "UTF-8";

    /***************************************************************************
     *
     *      Projekt:    Rödl & Partner
     *
     *      Datei:      template.css
     *
     *
     *      ------------------------------------------------------------
     *
     *      1.  Basis-Stylesheets einbinden
     *		2.	Screen-Layout einbinden
     *		3.	Druck-Layout einbinden
     *
     **************************************************************************/

    /**************************************************************************
      *
      *     1.  Basis-Stylesheets einbinden
      *
      *************************************************************************/
@import url(yaml/core/base.css);


    /**************************************************************************
      *
      *     2.  Screen-Layout einbinden
      *
      *************************************************************************/
@import url(screen/basemod.css);
@import url(screen/forms.css);
@import url(screen/content.css);


    /**************************************************************************
      *
      *     3.  Druck-Layout einbinden
      *
      *************************************************************************/
@import url(yaml/print/print_draft.css);
