/**
 * Top Cascading Style Sheets: ThyssenKrupp Xervon Website
 *   
 * Top Cascading Style Sheets for ThyssenKruppXervon.com  
 * works on subdefinitions for the global parts of the site,
 * like header, footer, trailer and topmenue (global.css),
 * for the first column which includes the menue and some
 * functionblocks like the website-search (sp1.css) and the
 * second column for the main content definitions (sp2.css). 
 * Another CSS-Dupel (font_ small|large) is used 
 * for font-size definition.
 *
 * @author Christian Brinkert, sector27.de                
 * @link http://www.sector27.de sector27 GmbH              
 * @copyright ThyssenKrupp Xervon 2008
 * @version 1.0
 * @uses global.css sp1.css sp2.css and font_ small|large.css 
*/
  
  
@import "global.css"; 		/* for global Definitions, like header, footer, trailer, ... */
@import "sp1.css"; 			/* content style definitions for the first column */
@import "sp2.css"; 			/* content style definitions for the second column */
