/**********************************************************************
Include Screen Styles for current Site

file:    /skin/[skin_name]/site_css/screen.css
Version: $Id: screen.css,v 1.2 2005/01/04 12:42:53 chris Exp $
**********************************************************************/

/* For further information of the odls stlyle concept please refer 
   to /css/odls/readme.txt */

/* position, size and margin style for basic layout elements 
   i. e. _all_ elements directly refererenced by id within page.php or 
   other templates); only exception: site logo (#logo) which is referenced 
   by the template "logo.inc" */

@import url("layout.css");

/* global and/or local navigation and/or utilities */

@import url("nav.css");

/* customization of global and/or local navigation and/or utilities */
/* @import url("my-nav.css"); */

/* headlines, paragraphs and other markup which is not part of odls 
   gui (see /css/odls/*.css) */
@import url("content.css");


/* low level styles (Netscape and other non-css2-compliant-browsers) 
**********************************************************************/



