/**
 * Top Cascading Style Sheets: THW-Gladbeck-Dorsten.de
 *   
 * Top Cascading Style Sheets for THW-Gladbeck-Dorsten.de
 * 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). 
 *
 * @author Christian Brinkert, sector27.de                
 * @link http://www.thw-gladbeck-dorsten.de
 * @copyright THW Gladbeck Dorsten
 * @version 1.0
 * @uses global.css sp1.css sp2.css 
*/
  
  
@import "structures.css"; 		/* for global Definitions, like header, footer, trailer, ... */
@import "structuresIntro.css";  /* addons to the intro page, based on structures.css */
@import "contents.css"; 		/* content style definitions for the first column */
/*@import "sp2.css";*/ 			/* content style definitions for the second column */

