/**********************************************************************
 Include Screen Styles for: 
   				"cognis Marketing Communication Manager (MCM)"
 file:    css/site/screen.css
***********************************************************************/

/* 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_ws.inc" */
@import url("layout.css");

/* MCM has its own forum colors 
   this is a modified copy of /css/odls/forum css) */
@import url("mcm-forum.css");

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

/* headlines, paragraphs and other markup which is not part of odls 
   gui (see /css/odls/*.css) AND: all initial FONT SIZE DEFINITIONS */
@import url("mcm.css");



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

body {
  padding: 0;
  margin: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 75%;
}

input, textarea { 
  font-family: Arial, Verdana, Helvetica, sans-serif;
}




