/* ----------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------
	STYLESHEET: 	HAUPTSTYLESHEET

	@author 		Dominic Jacob
	@copyright  	©2009 Galileo Webdesign, Karlsruhe, Germany
	@see  			http://www.galileo-webdesign.de 
	@date 			2009-05-11
	@version		1.3
	@lastmodified	2010-06-10
-------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------- */


/* STYLESHEET-MODULE ----------------------------------------------------------------------------------------- */

	/* BEREICH 1: Basisdefinitionen */
	@import url("stylesheet_10_struktur_3s.css"); /* Dokumentstruktur (2 Spalten) */
	@import url("stylesheet_11_druck.css"); /* Druckansicht */
	@import url("stylesheet_12_basis.css"); /* HTML-Elemente und Basisklassen */
	
	/* BEREICH 2: Inhaltselemente */
	@import url("stylesheet_20_nav.css"); /* Navigation */
	@import url("stylesheet_21_tpl.css"); /* Elemente Aussentemplate */
	
	/* BEREICH 3: TYPO3 und Erweiterungen */
	@import url("stylesheet_30_typo3.css"); /* Basisklassen (inkl. RTE) */
	@import url("stylesheet_31_typo3_ext.css"); /* Projektspezifische Extensions (TYPO3) */
	@import url("stylesheet_32_typo3_gwf.css"); /* Projektspezifische Extensions (Galileo) */
	@import url("stylesheet_33_typo3_suche.css"); /* Suche (indexed search) */
	/* @import url("stylesheet_34_typo3_sprache.css"); */ /* Sprachwahl (tx language selection) */
	@import url("stylesheet_35_typo3_mailform.css"); /* Formulare (mailformplus) */ 
	
	/* BEREICH 4: Browserspezifische Anpassungen */
	/* Sheets werde per Conditional Comment eingebunden */

 
/* FARBKARTE ------------------------------------------------------------------------------------------------- */
/*
 *
 * @colordef	#efeff4; hellblau; Seitenhintergrund
 * @colordef	#00334E; dunkelblau; Hauptüberschrift, aktive Buttons
 * @colordef	#1a66ff; blau; Links, Überschriften (H2-H4), inaktive Buttons
 * @colordef	#AAD7EF; hellblau; Border für Boxen und Tabellen
 * @colordef	#D4EBF7; blassblau1; Hintergrund für Boxen und Tabellen
 * @colordef	#edf4f8; blassblau2; Hintergrund für Boxen und Fieldset	
 * @colordef	#333333; dunkelgrau; Standardtext, Überschrift (H5), Navigation Formulare													
 * @colordef	#cccccc; grau; Border für Bilder 	
 * @colordef	#E6E6E6; hellgrau; Helle Linie bei Überschriften und HRs
 * @colordef	#F7F7F7; blassgrau; Hintergrund im Contentbereich	
 * @colordef	#ffffff; weiss; Links der Hauptnavigation
 * 
 */


