/*
** Filename: style.css
** Version: 0.8
** Created: 23.02.2007 (Alexander Wahl)
** Task: centralized stylesheet. Imports all needed stylesheets
**       
** STATUS:  Tested in IE 6, Firefox 2.0 (WIN), Firefox 1.0 (LINUX)
**       
**
**
** Project: GalTeC
** Company: THALES ATM GmbH
**			Air Systems Division 
**			Lilienthalstrasse 2 
**			70825 Korntal-Münchingen 
**			Germany 
*/


@import url(reset.css); /* Reset all default browser settings */
@import url(globals.css);/* Gobal settings */
@import url(navigation.css); /* main_navigation, bread_crumb, subnavigation */
@import url(content.css); /* text formatting */
.invisible
{
	width:0px;
	height:0px;
	left:-1000px;
	top:-1000px;
	position:absolute;
	overflow:hidden;
	 display:inline; 
}