/**
 * Top Level Cascading Style Sheets: www.vb-dorsten.de
 *   
 * Top Level Cascading Style Sheets for whole page contents.  
 * Includes even global, structure and content definitions 
 * to the current page. 
 *
 * @author Christian Brinkert, sector27.de                
 * @link http://www.sector27.de sector27 GmbH              
 * @copyright sector27 Hundenborn + Kiy GmbH
 * @version 1.0
 * @uses global.css structure.css contents.css  
 * @date 2010-04-15 
*/
  
  
@import "global.css"; 		   /* definitions, like page, footer, trailer, ... */
@import "structures.css"; 		/* definitions to structure elements ... */
@import "contents.css"; 		/* definitions to the content elements ... */

