





/*===============================================================
	layout__container__print.css
===============================================================*/
/************************************/
/* MAIN CONTAINER 					*/
/************************************/
#container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent;
}




/************************************/
/* MICROSITE LOGO & NAVIGATION		*/
/* CONTENT AREA						*/
/* RIGHT COLUMN						*/
/************************************/
#navigation_and_content_and_right_column {
/*	float: left;
	width: 1000px;
	background: url("../../../data/images/cssbg/dot_micro.gif") repeat left top;*/
}


/***** common holder for microsite logo
       and main vertical website navigation *****/
#micro_logo_and_navigation {display:none;}

/***** microsite logo *****/
#micro_logo {display:none;}

/***** main vertical website navigation *****/
#navigation {display:none;}

#content_and_right_column {
/*	float: left;
	width: 750px;*/
}





/*===============================================================
	layout__content__print.css
===============================================================*/
#content_top_image_normal {display:none;}

#content_top_left_frame {display:none;}

#content_top_right {display:none;}

#m_logo_print {
	display: block;
	padding: 45px 0px 30px 0px;
	width: 468px;
}
/* Hack for Firefox*/
html>body #m_logo_print {
	padding: 45px 0px 30px 20px;
}

#breadcrumb_top {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#content_frame {
	width: 100%;
	background: transparent;
}

#content_body {
	margin: 0px 0px 0px 0px;
	width: 100%;
}

#content_footer {display:none;}


#content_top_image {display:none;}

#content_top_ticker_button {display:none;}

#navigation_mainpage_horizontal {display:none;}


.content_search_result {display:none;}



.content_flight_info {
	width: 100%;
}

#flight_info {
	clear: both;
	float: none; /* !!! */
	width: 100%;
}
/* Hack for Firefox*/
html>body #flight_info {
	float: left; /* !!! */
}

#flight_info_area {
	width: 100%;
}

#flight_info_table {
	width: 100%;
}

#flight_info_table_season {
	width: 100%;
}

.earlier {
	float: none;
	display: none;
}

.later {
	float: none;
	display: none;
}


#content_flight_info_bottom {
	clear: both;
}





/*===============================================================
	layout__footer__print.css
===============================================================*/
/************************************/
/* UPPER FOOTER:					*/
/* JUMP TO TOP ANCHOR				*/
/* LOWER BREADCRUMB					*/
/* EMPTY SPACE UNDER RIGHT COLUMN	*/
/************************************/

/***** upper footer *****/
#footer_upper {display:none;}



/************************************/
/* LOWER FOOTER:					*/
/* COPYRIGHT						*/
/* LONG META NAVIGATION				*/
/************************************/

/***** lower footer *****/
#footer_lower {display:none;}





/*===============================================================
	layout__logo_meta_search__print.css
===============================================================*/
/************************************/
/* MUNICH AIRPORT LOGO				*/
/* SHORT META NAVIGATION			*/
/* SEARCH AREA						*/
/************************************/
#head_and_search {display:none;}

#head {display:none;}



/***** Munich Airport logo *****/
#head_logo {display:none;}



/***** Upper short meta navigation *****/
#head_short_meta {display:none;}



/***** Upper microsite meta navigation *****/
#micro_meta {display:none;}



/***** Search area *****/
#search {display:none;}

#search #pulldown_field {display:none;}

#search #search_field {display:none;}

#search #search_button {display:none;}





/*===============================================================
	layout__outer_banner__print.css
===============================================================*/
/************************************/
/* CONTAINER FOR OUTER BANNER		*/
/************************************/
#container_outerbanner {display:none;}



/****************************************/
/* MICROSITE CONTAINER FOR OUTER BANNER	*/
/****************************************/
#container_outerbanner_microsite {display:none;}





/*===============================================================
	layout__right_column__print.css
===============================================================*/
/************************************/
/* RIGHT COLUMN						*/
/************************************/
#right_column {display:none;}





/*===============================================================
	layout__top__print.css
===============================================================*/
/**************************************/
/* NORMAL SITE: BACKGROUND ON THE TOP */
/**************************************/
body {
}




/************************************/
/* NORMAL SITE: TABS ON THE TOP 	*/
/************************************/
#tabs_top {display:none;}

#tabs_empty {display:none;}

#tabs_container {display:none;}



/************************************/
/* MICROSITE BACKGROUND ON THE TOP	*/
/************************************/
body.microsite {
	background: none;
	background-color: transparent;
}




/************************************/
/* MICROSITE METANAVI ON THE TOP 	*/
/************************************/
#micro_top {display:none;}

#micro_empty {display:none;}

#micro_container {display:none;}




/************************************/
/* MICROSITE SEARCH AREA ON THE TOP */
/************************************/
#micro_search {display:none;}

#micro_search #search_field {display:none;}

#micro_search #search_button {display:none;}





/*===============================================================
	font__print.css
===============================================================*/
.email_link,
.email_link:link,
.email_link:visited,
.email_link:hover,
.email_link:focus,
.email_link:active {
	padding: 0px 0px 0px 0px;
	background: none;
}

.extern_link,
.extern_link:link,
.extern_link:visited,
.extern_link:hover,
.extern_link:focus,
.extern_link:active {
	padding: 0px 0px 0px 0px;
	background: none;
}

.document_link,
.document_link:link,
.document_link:visited,
.document_link:hover,
.document_link:focus,
.document_link:active {
	padding: 0px 0px 0px 0px;
	background: none;
}

.download_link,
.download_link:link,
.download_link:visited,
.download_link:hover,
.download_link:focus,
.download_link:active {
	padding: 0px 0px 0px 0px;
	background: none;
}

.top_link,
.top_link:link,
.top_link:visited,
.top_link:hover,
.top_link:focus,
.top_link:active {
	padding: 0px 0px 0px 0px;
	background: none;
}

/* Switch off the big banner in flight information area */
#flight_info_area td.superbanner_title {
	display: none;
}

#flight_info_area td.superbanner_image {
	display: none;
}

.abc_list li a,
.abc_list li a:link,
.abc_list li a:visited,
.abc_list li a:hover,
.abc_list li a:focus,
.abc_list li a:active {
	padding: 0px 0px 0px 0px;
	background: none;
}




