@import url(layout.css);
   /* rules for all elements via *{ }
      default font color!!!--------^
      &&
      positioning + layout + box model:
      display, clear, float, position, top, right, bottom, left,
      width, height, line-height (if for height/layout usage), padding, border-width, margin,
      clip: rect(t, r, b, l), overflow
    */
@import url(colors.css);
   /* styling / color theme:
      border-style, border-color,
      font-family, font-size, line-height (if NOT for height/layout usage), font-weight, font-style, color,
      background-color;
    */
@import url(graphics.css);
   /* background-image (for rollovers, patterns etc.) */

/* @import url(navigation.css);     */
   /* changing 'highlighting' and display of navigation depending on current section/page */

/* @import ur\6C (mozilla_only.css); */

/* @import("mac_ie_only.css"); */

@import url(safari_fontfix.css); /* fix font size */

/* @import url(test.css); */
