@charset "UTF-8";

/************************************************************************
	
	CSS Document // Master - German
	AeroExpo Europe

	1 - UNIVERSAL STYLES
	
	2 - UNIVERSAL STRUCTURAL ELEMENTS
		2A - HEADER
		2B - FOOTER
		2C - SECTION
	 
	3 - STRUCTURAL ELEMENTS
		3A - HOME
		3B - SECTION
		3C - ABOUT
		3D - VISITORS
		3E - EXHIBITORS
		3F - GETTING THERE
		3G - NEWS
		
	4 - UNIVERSAL FONT STYLES
		4A - MAIN STYLES
		4B - HEADER STYLES
		4C - FOOTER STYLES
		4D - HOME STYLES
		4E - ABOUT STYLES
		4F - VISITORS STYLES
		4G - EXHBITORS STYLES
		4H - GETTING THERE STYLES
		4I - NEWS STYLES
	
	5 - OTHER


************************************************************************/

@import url("menu-de.css");





/************************************************************************

	2 - UNIVERSAL STRUCTURAL ELEMENTS
	
************************************************************************/

/****** -- 2C SECTION [START] -- ******/

#language {
	position: relative;
	float: right;
	width: 90px; /* 230px */
	height: 28px; /* 28px */
	top: 0px;
	margin: 0 0 20px 0;
	padding: 6px 0 0 140px;
	background: url('../images/common-de/Language-Selection-Background.gif') no-repeat 0 0;
}

/****** -- 2C SECTION [END] -- ******/





/************************************************************************

	3 - STRUCTURAL ELEMENTS
	
************************************************************************/

/****** -- 3A HOME [START] -- ******/

#countdown h2 {
	font-size: 22px;
	color: #FFF;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}
#countdown p {
	font-size: 14px;
	color: #FFF;
	margin: 0;
	line-height: 16px;
}

#exhibitors {
	background: url('../images/common-de/AeroExpo-Europe-Exhibitors-Off.jpg') no-repeat 0 0;
}

#exhibitors:hover {
	background: url('../images/common-de/AeroExpo-Europe-Exhibitors-On.jpg') no-repeat 0 0;
}

#demo-flights {
	background: url('../images/common-de/AeroExpo-Europe-Demo-Flights-Off.jpg') no-repeat 0 0;
}

#demo-flights:hover {
	background: url('../images/common-de/AeroExpo-Europe-Demo-Flights-On.jpg') no-repeat 0 0;
}

#seminars {
	background: url('../images/common-de/AeroExpo-Europe-Seminars-Off.jpg') no-repeat 0 0;
}

#seminars:hover {
	background: url('../images/common-de/AeroExpo-Europe-Seminars-On.jpg') no-repeat 0 0;
}

#heli-europe {
	background: url('../images/common-de/AeroExpo-Europe-Heli-Europe-Off.jpg') no-repeat 0 0;
}

#heli-europe:hover {
	background: url('../images/common-de/AeroExpo-Europe-Heli-Europe-On.jpg') no-repeat 0 0;
}

#festival {
	background: url('../images/common-de/AeroExpo-Europe-Festival-of-Aviation-Off.jpg') no-repeat 0 0;
}

#festival:hover {
	background: url('../images/common-de/AeroExpo-Europe-Festival-of-Aviation-On.jpg') no-repeat 0 0;
}


/****** -- 3A HOME [END] -- ******/
