@charset "UTF-8";

/************************************************************************
	
	CSS Document // Master - German
	Festival of Aviation

	1 - UNIVERSAL STYLES
	
	2 - UNIVERSAL STRUCTURAL ELEMENTS
		2A - HEADER
		2B - FOOTER
		2C - SECTION
	 
	3 - STRUCTURAL ELEMENTS
		3A - HOME
		3B - SECTION
		3C - ATTRACTIONS
		3D - GETTING THERE
		3E - PLACES TO STAY
	
	4 - UNIVERSAL FONT STYLES
		4A - HEADER STYLES
		4B - FOOTER STYLES
		4C - HOME 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 0px 0px;
}

/****** -- 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;
}

#exhibition {
	background: url('../images/common-de/Festival-of-Aviation-Exhibition-Off.jpg') no-repeat 0px 0px;
}

#exhibition:hover {
	background: url('../images/common-de/Festival-of-Aviation-Exhibition-On.jpg') no-repeat 0px 0px;
}

#air-displays {
	background: url('../images/common-de/Festival-of-Aviation-Air-Displays-Off.jpg') no-repeat 0px 0px;
}

#air-displays:hover {
	background: url('../images/common-de/Festival-of-Aviation-Air-Displays-On.jpg') no-repeat 0px 0px;
}

#demo-flights {
	background: url('../images/common-de/Festival-of-Aviation-Demo-Flights-Off.jpg') no-repeat 0px 0px;
}

#demo-flights:hover {
	background: url('../images/common-de/Festival-of-Aviation-Demo-Flights-On.jpg') no-repeat 0px 0px;
}

#sky-diving {
	background: url('../images/common-de/Festival-of-Aviation-Sky-Diving-Off.jpg') no-repeat 0px 0px;
}

#sky-diving:hover {
	background: url('../images/common-de/Festival-of-Aviation-Sky-Diving-On.jpg') no-repeat 0px 0px;
}

#festival-experiences {
	background: url('../images/common-de/Festival-of-Aviation-Festival-Experiences-Off.jpg') no-repeat 0px 0px;
}

#festival-experiences:hover {
	background: url('../images/common-de/Festival-of-Aviation-Festival-Experiences-On.jpg') no-repeat 0px 0px;
}


/****** -- 3A HOME [END] -- ******/


