﻿/*
	Flughafen-Portal Styles & Classes definition
	Partially corrected: 2011 by SIAI
*/
/* Global Page Settings */
* {
	margin: 0;
	padding: 0;
}
.clearboth{ clear:both;}
/* Clearfix fuer das Float-clearing neu ohne IE MAC Hack */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
img {
	border: none;
}
/* *** Begin: Element definitions *** */
hr {
	color: #eeeeee;
	height: 1px;
}
html
    {
    height: 100%; 
    }
body {
	background-color: #eeeeee;
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	margin: 0px 20px 20px 20px;
	padding: 0px;
	height: 100%; 
}
font, td {
	font-family: Arial;
	font-size: 12px;
}
/* Text Tags */
h1 {
	color: #2D2D2D;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding: 15px 0 15px 0;
}
h2 {
	color: #1A1919;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	padding: 12px 0 9px 0;
}
h3 {
	color: #1A1919;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 12px 0 9px 0;
}
h4 {
	color: #1A1919;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 18px 0 5px 0;
}
h5 {
	color: #1A1919;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding: 6px 0 5px 0;
}
h6 {
	color: #1A1919;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding: 15px 0 5px 0;
}
p {
	color: #1A1919;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 5px 0 5px 0;
}
/* Enumeration */
ul, ol {
	color: #1A1919;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 0px 0px 5px 16px;
}
.contentpane ul, .contentpane ol, .contentpaneWide ul, .contentpaneWide ol {
  padding: 0 0 12px;*/
  margin: 0;
}
.contentpane ul li, .contentpaneWide ul li {
	padding: 2px 0 2px 15px;
	list-style-type: none;
	background: url('/portaldata/1/Resources/Images/Icons/Icon_Aufzaehlungszeichen.gif') 2px 7px no-repeat;
}
.contentpane ol li, .contentpaneWide ol li {
	padding: 2px 0 2px;
	list-style-type: decimal;
	list-style-position: inside;
	background: none;
}
/* Fields: input */
.inputSearchField {
	float: left; 
	border: none;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	font-size: 11px;
	padding: 2px;
	margin: 0px 12px 4px 0px;
	width: 129px;
	background: #ffffff url('/portaldata/1/Resources/Images/Backgrounds/inputSearchField.gif') left top no-repeat;
}
.buttonGlobalSearch {
	float: left; 
	border: 0px;
	font-size: 12px;
	color: #fff;
	width: 58px;
	height: 19px;
	padding: 1px 0px 1px 0px;
	background: #ffffff url('/portaldata/1/Resources/Images/Buttons/buttonGlobalSearch.gif') left top no-repeat;
	cursor: pointer;
}
.buttonStandard {
	float: left; 
	border: 0px;
	font-size: 12px;
	color: #fff;
	width: 58px;
	height: 19px;
	padding: 1px 0px 1px 0px;
	background: #ffffff url('/portaldata/1/Resources/Images/Buttons/buttonGlobalSearch.gif') left top no-repeat;
	cursor: pointer;
}
/* UL-LI-DIV: Navigation */
ul.navigationUl {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
ul.navigationUlChild {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
li.ebene2 {
	background-color: #fff;
	width: 196px;
	margin-bottom: 1px;
	float: left;
}
li.ebene3 {
	background-color: #fff;
	width: 196px;
	border-top: 1px dashed #e4e4e4;
	float: left; 
}
li.ebene4 {
	background-color: #fff;
	width: 170px;
	border-bottom: #e4e4e4 1px;
}
li.ebene5 {
	background-color: #fff;
	border-top: 1px dashed #e4e4e4;
	width: 170px;
}
li.ebene2Active {
	border-bottom: #e4e4e4 1px solid;
	position: relative;
	background-color: #fff;
	width: 196px;
}
li.ebene3Active {
	position: relative;
	background-color: #fff;
	width: 196px;
}
/* Links: global, level 1 & 2 & 3 */
a {
	color: #3e74b7;
	font-size: 12px;
	text-decoration: none;
}
a:Hover {
	color: #3e74b7;
	font-size: 12px;
	text-decoration: underline;
}
a.Ebene1 {
	padding: 6px 9px 9px 9px;
	z-index: 1;
	float: left;
	display: block;
	background: #eeeeee url('/portaldata/1/Resources/Images/Backgrounds/NavigationLevel1Background.gif') right top no-repeat;
	margin-left: 3px;
	color: #666;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	height: 26px;
}
a.Ebene1Active {
	padding: 6px 9px 10px 9px;
	z-index: 1;
	float: left;
	display: block;
	background: #eeeeee url('/portaldata/1/Resources/Images/Backgrounds/NavigationLevel1BackgroundAktive.gif') right top no-repeat;
	margin-left: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	height: 26px; 
}
a.Ebene1:hover {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background: #eeeeee url('/portaldata/1/Resources/Images/Backgrounds/NavigationLevel1BackgroundHover.gif') right top no-repeat;
}
/* List Navigation Menu hnav */
.hnav {
	padding: 0;
	background-color: #eeeeee;
	}
.hnav li {
	list-style: none;
	float:left;
	display: block;
	/*vertical-algin: middle;*/
}
.hnav25-1 {width: 70px;}
.hnav25-2 {width: 85px;}
.hnav25-9 {width: 77px;}
.hnav26-1 {width: 75px;}
.hnav26-2 {width: 77px;}
.hnav26-9 {width: 71px;}
.hnav27-1 {width: 116px;}
.hnav27-2 {width: 109px;}
.hnav27-9 {width: 102px;}
.hnav76-1 {width: 94px;}
.hnav76-2 {width: 83px;}
.hnav76-9 {width: 90px;}
.hnav29-1 {width: 95px;}
.hnav29-2 {width: 90px;}
.hnav29-9 {width: 93px;}
.hnav30-1 {width: 134px;}
.hnav30-2 {width: 126px;}
.hnav30-9 {width: 161px;}
.hnav405-1{width: 88px;}
.hnav405-2{width: 89px;}
.hnav405-9{width: 88px;}
.hnav31-1 {width: 75px;}
.hnav31-2 {width: 75px;}
.hnav31-9 {width: 91px;}

.theme1 .hnav li {
	line-height: 28px;
 }		
.hnav668-1 {width: 64px;}
.hnav487-1 {width: 62px;}
.hnav488-1 {width: 123px;}
.hnav498-1 {width: 84px;}
.hnav499-1 {width: 104px;}
.hnav500-1 {width: 64px;line-height: normal !important;}
.hnav501-1 {width: 64px;}
.hnav502-1 {width: 65px;}
.hnav785-1 {width: 70px;line-height: normal !important;}

.hnav668-2 {width: 64px;}
.hnav487-2 {width: 55px;}
.hnav488-2 {width: 123px;}
.hnav498-2 {width: 115px;}
.hnav499-2 {width: 102px;}
.hnav500-2 {width: 92px;line-height: normal !important;}
.hnav501-2 {width: 64px;line-height: normal !important;}
.hnav502-2 {width: 65px;}
.hnav785-2 {width: 70px;line-height: normal !important;}

.hnav668-9 {width: 64px;}
.hnav487-9 {width: 62px;}
.hnav488-9 {width: 74px;line-height: normal !important;}
.hnav498-9 {width: 93px;}
.hnav499-9 {width: 148px;}
.hnav500-9 {width: 130px;line-height: normal !important;}
.hnav501-9 {width: 70px;line-height: normal !important;}
.hnav502-9 {width: 65px;}
.hnav785-9 {width: 70px;line-height: normal !important;}
	
a.TabFlightsearchArrival,
a.TabFlightsearchArrival:link, 
a.TabFlightsearchArrival:visited {
	background: #e4e4e4 url('/portaldata/1/Resources/Images/Backgrounds/ArrivalPassive2.gif') left top no-repeat;
	padding: 6px 0px 0px 9px;
	float: left;
	margin-right: 1px;
	width: 110px;
	height: 22px;
	color: #666;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
}
a.TabFlightsearchDeparture,
a.TabFlightsearchDeparture:link, 
a.TabFlightsearchDeparture:visited {
	background: #e4e4e4 url('/portaldata/1/Resources/Images/Backgrounds/DeparturePassive2.gif') left top no-repeat;
	padding: 6px 0px 0px 9px;
	float: left;
	margin-right: 1px;
	width: 110px;
	height: 22px;
	color: #666;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
}
a.TabFlightsearchBook,
a.TabFlightsearchBook:link, 
a.TabFlightsearchBook:visited {
	background: #e4e4e4 url('/portaldata/1/Resources/Images/Backgrounds/FlightsearchBackground.gif') right top no-repeat;
	padding: 6px 9px 0px 9px;
	float: left;
	margin-right: 1px;
	height: 22px;
	color: #666;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
}
.inputSearchTab {
	float: left; 
	border: 1px solid #e4e4e4;
	font-size: 12px;
	padding: 3px 2px 3px 2px;
	margin: 5px 12px 0px 0px;
	width: 200px;
}
.buttonSearchTab {
    background: transparent url('/portaldata/1/Resources/Images/buttons/buttonSearchTabAbflug.gif') left top no-repeat;
	float: left; 
	margin: 4px 3px 0px 0px;
	border: 0px;
	font-size: 12px;
	color: #fff;
	width: 107px;
	padding: 2px 0px 3px 0px;
	height: 23px;
	cursor: pointer;
}
a.navigationLinkLevel1Active:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a.navigationLinkLevel2 {
	padding: 6px 12px 6px 12px;
	color: #666;
	font-weight: normal;
	font-size: 12px;
	display: block;
}
a.navigationLinkLevel2:Hover {
	color: #3e74b7;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
a.navigationLinkLevel3 {
	padding: 6px 12px 6px 24px;
	color: #666;
	font-weight: normal;
	font-size: 12px;
	display: block;
}
a.navigationLinkLevel3:Hover {
	color: #3e74b7;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}
a.navigationLinkLevel2Active {
	color: #3e74b7;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
	display: block;
	border-left: 2px solid #316bb5;
}
a.navigationLinkLevel3Active {
	padding: 6px 12px 6px 24px;
	color: #3e74b7;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
	border-left: 2px solid #316bb5;
}
a.navigationLinkLevel2inPath {
	color: #3e74b7;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 12px;
	display: block;
}
a.navigationLinkLevel3inPath {
	color: #3e74b7;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 30px;
	display: block;
}
a.NavigationBreadcrumbActive {
	color: #666666;
	font-weight: normal;
	font-size: 11px;
}
a.alphabeticalTab {
	padding-right: 15px;
	color: #3e74b7;
	font-size: 12px;
	text-decoration: none;
}
a.alphabeticalTab:Hover {
	color: #3e74b7;
	font-size: 12px;
	text-decoration: underline;
}
a.navigationLinkLevel5Active {
	border-left: #3e74b7 3px solid;
	color: #3e74b7;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-left: 27px;
	padding-bottom: 6px;
	padding-TOP: 6px;
}
a.navigationLinkLevel5Active:Hover {
	border-left: #3e74b7 3px solid;
	color: #3e74b7;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-left: 21px;
	padding-bottom: 6px;
	padding-top: 6px;
}
/* Links: Service, Header */
a.navigationLinkHeader {
	color: #808080;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
a.navigationLinkHeaderActive {
	color: #808080;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a.navigationLinkHeader:Hover {
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}
a.navigationLinkHeaderActive:Hover {
	color: #808080;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
span.servicenavseparator {
	text-align: center; 
	color: #ccc;
	padding: 0 10px 0 10px;
}
a.Printlink {
	color: #376fb3;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
}
a.Printlink span {
	FLOAT: right;
	padding-left: 6px;
	padding-right: 12px;
}
a.Printlink img {
	FLOAT: right;
	vertical-align: middle;
	margin-top: 2px;
}
a.Printlink:Hover {
	color: #376fb3;
	font-size: 12px;
	text-decoration: underline;
}
/* Links: LinkButton */
a.LinkButton {
	color: #808080;
	cursor: pointer;
	float: left;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
a.LinkButton:Hover {
	color: #666666;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
a.LinkButton:Active {
	color: #666666;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
/* Links: Service, Footer */
a.navigationLinkFooter {
	color: #666666;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
a.navigationLinkFooter:Hover {
	color: #666666;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}
a.navigationLinkFooterActive {
	color: #808080;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a.navigationLinkFooterActive:Hover {
	color: #808080;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
/* Links: Path/Breadcrumb */
a.navigationLinkPath {
	color: #999999;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
a.navigationLinkPath:Hover {
	color: #666666;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}
a.navigationLinkPathSpacer {
	color: #666666;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}
/* Links: FloatText */
a.navigationLinkText {
	color: #376fb3;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	padding: 12px 12px 12px 12px;
}
a.navigationLinkText:Hover {
	color: #376fb3;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}
a.navigationLinkText:Active {
}
/* Links: TagCloud */
a.linkTagCloud {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
a.linkTagCloud:Hover {
	color: #376fb3;
	font-weight: normal;
	text-decoration: underline;
}
/* Links: NewsBox */
a.linkNewsBoxTitle {
	color: #376fb3;
	font-weight: normal;
	text-decoration: none;
}
a.linkNewsBoxTitle:Hover {
	color: #376fb3;
	font-weight: normal;
	text-decoration: underline;
}
/* Newsartikel */
div.newsAnriss {
	background-color: #ffffff;
	border-bottom: #e4e4e4 1px solid;
	padding-bottom: 8px;
	padding-top: 8px;
	width: 100%;
	min-height: 46px;
}
.newsAnrissUnternehmen {
	height: 61px;
}							
div.newsAnriss .newsAnrissTitle{
	display:block;
	padding-left: 12px;
	padding-right: 12px;
	}
div.newsAnriss .newsDate {
	color: #999;
	padding: 0 6px 0 12px;
	float: left;
	width: 62px;
}
div.newsAnriss .right{
	/* height:16px; */
	padding: 0 0 0 0;
	float: left;
	width: 78%;
	}
div.newsAnriss .rightEmergency{
	/* height:16px; */
	padding: 0px 0px 4px 0px;
	float: left;
	width: 78%;
	}
a.EmergencyTitle
	{
	color: #910c0c;
	font-size: 12px;
	text-decoration: none;
	}
a.EmergencyTitle:Hover
	{
	color: #910c0c;
	font-size: 12px;
	text-decoration: underline;
	}
div.newsAnriss .EmergencyIcon
	{
		width: 20px;
		height: 18px;
		padding-right: 5px;
		float:left;
	}
div.newsAnriss .left{
	float: left;
	}
div.newsDetail {
	background-color: #ffffff;
	border-bottom: #eee 1px solid;
	padding-bottom: 9px;
	padding-top: 9px;
	width: 406px;
	padding-left: 12px;
	padding-right: 12px;
}
div.newsDetailWide
{
width: 588px;
}
div.newsDetail div {
}
div.newsDetail .newsDate {
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
div.newsDetail .newsDetailTitle {
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 5px;
}
div.newsFooter {
	border-bottom: #eee 1px solid;
	background-color: #ffffff; /*margin-bottom: 9px;*/;
	padding-bottom: 9px;
	padding-top: 9px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: right;
	width: 406px;
}
div.newsFooterWide
{
	width: 588px;
}
div.newsFooterHome {
	border-bottom: #e4e4e4 1px solid;
	background-color: #ffffff; /*margin-bottom: 9px;*/;
	padding-bottom: 10px;
	padding-top: 9px;
	padding-left: 12px;
	text-align: right;
	width: 392px;
}
/* just ie6 begin */
* html div.newsFooterHome {
	width: 404px;
}
/* end */
div.newsModulTemplate {
	margin-bottom: 9px;
	padding-bottom: 9px;
	width: 100%;
	padding-top: 9px;
	border-bottom: #e4e4e4 1px solid;
	background-color: #ffffff;
	text-align: right;
}
/* Links: Startseite */
a.linkStartPage {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	float: left;
	padding-top: 11px;
	padding-left: 24px;
}
a.linkStartPage:Hover {
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}
img.logo {
	float: left;
}
/* Tables */
Table.ContentTable {
	border: 1px;
}
/* *** End: Element definitions *** */
/* *** Begin: Class definitions *** */
/* Pane definition */
.topCommercialPaneLB {
	left: 20px;
	margin: 0 0 0 2px;
	overflow: hidden;
	width: 815px;
	text-align: right;
	background-color: #eeeeee;
}
.topCommercialPane {
	height: auto;
	left: 20px;
	margin: 4px 0 0 2px;
	overflow: hidden;
	width: 994px;
	text-align: center;
	margin-top:4px ! important;
}
.topCommercialPane p { margin-top:0px;padding-top:0px;padding-bottom:0px}
.layerTopCommercialPane{
	height: auto;
	position: absolute;
	left: 65px;
	top:212px;
	overflow: hidden;
	width: 2px;
	z-index: 15;
	overflow:inherit;
	background-color:#eeeeee;
}
div.layerTopCommercialPane {
    display:block !important;
}
.rightCommercialPane {
	clear: both;
	float: right;
	left: 856px;
	position: absolute;
	top: auto;
	margin-top: 12px;
	width: 160px;
	z-index: 12;
	overflow:inherit
}
div.rightCommercialPane img {
	overflow: hidden;
	display: block;
}
div.Homepage {
	width: 820px;
}
div.homeHeader {
	margin-bottom: 12px;
	}
div.homeHeader img{
	width: 820px;
	height: 258px;
	}
div.Quicklinkpane {
	float: left;
	width: 404px;
	height: 126px;
	top: auto;
	position: relative;
	z-index: auto;
	padding-bottom: 12px;
	background-color: #e3e2e0;
	margin-bottom: 12px;
}
div.EmergencymessagePane {
	width: 404px;
	top: auto;
	float: right;
	position: relative;
	z-index: auto;
	margin-bottom: 12px;
	background-color: #fff;
	height: 258px;
}
div.EmergencyMessage {
	margin-bottom: 12px;
	padding-bottom: 12px;
	background-color: #fff;
}
div.MediaPane {
	width: 404px;
	height: 137px;
	float: right;
	top: auto;
	position: relative;
	z-index: auto;
	margin-bottom: 12px;
	background-color: #fff;
	clear: right;
}
div.MediaPaneUnternehmen {
	width: 404px;
	height: 219px;
	top: auto;
	float: left;
	position: relative;
	z-index: auto;
	background-color: #fff;
}
div.MediaPane .artikelContent p, div.MediaPaneUnternehmen .artikelContent p{
	padding-bottom: 0;
	}
div.NewsPane {
	width: 404px;
	top: auto;
	float: right;
	position: relative;
	z-index: auto;
	margin-bottom: 12px;
	background-color: #fff;
	height: 258px;
}
div.NewsPaneUnternehmen {
	width: 404px;
	height: 219px;
	float: right;
	top: auto;
	position: relative;
	z-index: auto;
	background-color: #fff;
}
div.watchPane {
	width: 404px;
	top: auto;
	float: right;
	position: relative;
	z-index: auto;
	height: 137px;
	margin-bottom: 12px;
	background-color: #fff;
}
div.FlightsearchPane {
	float: left;
	top: auto;
	position: relative;
	padding-bottom: 12px;
	padding-top: 5px;
	background-color: #e3e2e0;
	width: 404px;
	height: 391px;
	margin-bottom: 12px;
}
div.contentFlightsearch {
	border-top: solid 1px #e3e2e0;
	padding-top: 9px;
	padding-bottom: 9px;
	clear: left;
	visibility: hidden;
	position: absolute;
	top:32px;
	width: 394px;
	height: 75px;
	background-color: #fff;
}
span.SearchTabExample {
	color: #666;
	font-size: 11px;
	clear: left;
	float: left;
	width: 300px;
	padding-top: 3px;
	margin-bottom: 6px;
}
.headerPane {
	margin-top: 12px;
	width: 820px;
	height: 145px;
}
.servicePane {
	height: 42px;
	text-align: right;
?width: 100%;
}
.serviceNavigationsPane {
	float: left;
	padding-bottom: 0px;
	padding-top: 2px;
	width: 750px;
}
.picRSS {
	padding-bottom: 0px;
	height: 13px;
	width: 13px;
	vertical-align: bottom; 
}
.language {
	float: right;
	width: 70px;
}
.language img {
	float: right;
}
.searchPane {
	float: right;
	margin-top: 5px;
	position: relative;
}
.logoPane {
	float: left;
	position: relative;
	width: 400px;
	height: 46px;
}
.headerText {
	float:left;
	padding: 12px 0 0 24px;
	}
.navigationPaneLevel1 {
	border-bottom: #376fb3 3px solid;
	margin-bottom: 12px;
	height: 42px;
	width: 820px;
	clear: both;
	overflow: hidden;
}
.navigationPaneLevel2 {
	position: relative;
	top: auto;
	width: 196px;
	z-index: auto;
	padding-bottom: 12px;
	float: left;
	clear: left;
}
.navigationPanePath {
	background-color: #FFFFFF;
	border-bottom: solid #eee 12px;
	float: right;
	padding-bottom: 6px;
	padding-top: 7px;
	position: relative;
	top: auto;
	width: 612px;
	z-index: auto;
	color: #999;
}

.navigationPanePath span {
	display: block;
}

div.navigationTeaserLeft {
	border-right: #f2f1ef 1px solid;
	z-index: 1;
	min-height: 78px;
	float: left;
	padding-bottom: 9px;
	width: 214px;
	padding-top: 9px;
	border-bottom: #f2f1ef 1px solid;
	position: relative;
	top: auto;
	background-color: #fff;
}
div.navigationTeaserRight {
	z-index: 1;
	min-height: 78px;
	float: right;
	padding-bottom: 9px;
	width: 215px;
	padding-top: 9px;
	border-bottom: #f2f1ef 1px solid;
	position: relative;
	top: auto;
	background-color: #fff;
}	
/* just ie6 begin */
* html div.navigationTeaserLeft, * html div.navigationTeaserRight {
	height: 78px;
}
/* end */
span.navigationTeaserImage {
	padding-right: 12px;
	padding-left: 12px;
	float: left;
	position: relative;
}

div.navigationTeaserDescription {
	padding-right: 12px;
	padding-left: 12px;
	clear: left;
	float: left;
	width: 190px;
	position: relative;
}

.embraceContent {
	display:block;
	width: 612px;
	float: right;
}
.embrace  {
	min-height: 434px;
	display:block;
	width: 820px;
	float: left;
	position: relative;
}
.embraceNoMargin {
	min-height: 434px;
	display:block;
	width: 820px;
	clear: both;
    }
.contentpane {
	margin-top: 0px;
	position: relative;
	display:block;
	top: auto;
	width: 430px;
	float: left;
}
/* Background PageTemplates */
.embraceBG {
	background: transparent url('/portaldata/1/Resources/Images/Backgrounds/EmbraceContent_bg.png') left bottom repeat-y;
    }
.embraceBGWidth {
	background: transparent url('/portaldata/1/Resources/Images/Backgrounds/EmbraceContentWidth_bg.png') left bottom no-repeat;
    }
.embraceBGNavi {
	background: transparent url('/portaldata/1/Resources/Images/Backgrounds/EmbraceContentNavi_bg.png') left bottom no-repeat;
}
.printPane
{
	float:left;
	width:430px;
	z-index: 9999;
	background-color: #fff;
}

.printWide .printPane {
	float: right;
	width: 612px;
}
.contentpaneWide {
	top: auto;
	position: relative;
	margin-top: 0px;
	width: 612px;
	z-index: auto;
	float: right;
	margin-bottom:12px;
}
.contentpaneWidefooterpadding {
	padding-bottom: 47px;
}
.contentpaneWideFloatLeft{
	background-color: #fff;
	top: auto;
	position: relative;
	margin-top: 0px;
	width: 638px;
	z-index: auto;
	float: left;
	margin-bottom:12px;
}
.printFooter {
 margin-bottom: 0;
 }
.contentBackground {
	float:left;
	width: 430px;
    }
.contentBackgroundfooterpadding {
	padding-bottom: 11px;
    }
.cBwide {
	width: 638px;
	}
.contentpaneWide_suchbanner {
	margin-top: 0px;
	margin: 0 0 10px 0;
	background-color: #eeeeee;
	top: auto;
	position: relative;
	width: 612px;
	z-index: auto;
	float: right;
	text-align: center;
}
.searchContentPane {
	background-color: #fff;
	float: right;
	height: 30px;
	margin-top: 11px;
	position: relative;
	top: auto;
	width: 612px;
	z-index: auto;
}
.rightbox {
	float: right;
	top: auto;
	position: relative;
	display:block;
	width: 170px;
}
.relationpane {
	float: right;
	top: auto;
	position: relative;
	width: 170px;
	height:100%;
}
.contentteaserpane {
	width: 430px;
	top: auto;
	position: relative;
	float: left;
	border-bottom: solid 12px #eee;
	background-color: #fff;
    /*background: #ffffff url('/portaldata/1/images/bg_teaser.gif') repeat-y;*/
}
.contentteaserpaneWide {
	width: 638px;
	top: auto;
	position: relative;
	float: left;
	/*border-bottom: solid 12px #eee;*/
	background-color: #fff;
    /*background: #ffffff url('/portaldata/1/images/bg_teaser.gif') repeat-y;*/
}
.atmospherepane
{width: 430px; top: auto; float:left; position: relative; z-index: auto; margin-bottom:1px; background-color:#ffffff;
}
.atmospherepaneWide
{width: 638px; top: auto; float:left; position: relative; z-index: auto; margin-bottom:1px; background-color:#ffffff;
}
.ohneInhalt .contentteaserpane {
    border: none;
    }
.contentteaserstyle {
	clear: both;
	width: 430px;
	background: #fff;
	position: relative;
}
div.contenttitlepane {
	background-color: #fff;
	top: auto;
	position: relative;
	border-bottom: solid 1px #eee;
	width: 430px;
	z-index: auto;
	float: left;
}
div.contenttitlepane span {
	padding: 0 12px 0 12px;
}
div.contenttitlepaneWide {
	background-color: #fff;
	border-bottom: solid 1px #eee;
	position: relative;
	top: auto;
	width: 612px;
	z-index: auto;
	float: right;
}
div.contenttitlepaneWide span {
	padding: 0 12px 0 12px;
}
.airportCenter div.contenttitlepaneWide {
    border: none;
    }
.jclock {
    font-weight: bold;    
}
/* Start Definitions Pagetemplate Inhalt_ohnelinkeNav */

.ohneNav .contentpane,
.ohneNav .contenttitlepane {
	width: 638px;
}
.ohneNav .contenttitlepane {
	width: 638px;
}
.mitNav{
	position:relative;
	width: 612px;
	float:right
}
.navigationPanePathWide  {
	background-color: #FFFFFF;
	border-bottom: solid 12px #eee;
	float: right;
	padding-bottom: 6px;
	padding-top: 7px;
	position: relative;
	top: auto;
	width: 820px;
	z-index: auto;
	color: #999;
}
/* End Definitions Pagetemplate Inhalt_ohnelinkeNav */

.footerPane {
	border-top: #808080 3px solid;
	position: relative;
	top: auto;
	width: 820px;
	z-index: auto;
	clear: both;
}
.label{text-align:right}
a.SocialNetworkLinkFooter {
	color: #666666;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
a.SocialNetworkLinkFooter:Hover {
	text-decoration: underline;
}
a.facebookLinkFooter {
	background:	url("") no-repeat scroll  100% 50% transparent; 
	padding-right: 19px
}
a.twitterLinkFooter {
	background:	url("") no-repeat scroll  100% 50% transparent; 
	padding-right: 19px
}
a.airporttvLinkFooter {
	background:	url("") no-repeat scroll  100% 50% transparent; 
	padding-right: 19px
}
.footerNavigationPane {
	float: right;
	height: 18px;
	padding-top: 6px;
	text-align: right;
	position: relative;
	width: 365px;
}
.footerSocialNetworkPane {
	float: right;
	height: 18px;
	padding-top: 6px;
	text-align: right;
	position: relative;
	width: 95px;
}
.copyright {
	color: #2d2d2d;
	height: 18px;
	float: left;
	font-size: 12px;
	padding-top: 6px;
	position: relative;
	width: 180px;
}
.copyright a, .copyright a:link, .copyright a:visited, .copyright a:hover {
	color: #2d2d2d;
}
/* Link-Classes definition */
.navigationLinkLevel1Active {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.navigationLinkLevel2Active {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
/* Table-Classes definition */
.tableTitle {
	color: #333333;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 6px 12px 6px 12px;
}
.tableText {
	color: #333333;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 6px 12px 6px 12px;
}
/* contentBox, Kontakt & mehr */
.contentBox {
	background-color: #FFFFFF;
	min-height: 176px;
	padding: 9px 9px 9px 9px;
	width: 170px;
}
.contentBoxTitle {
	color: #808080;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 9px 9px 9px 9px;
}
.contentBoxTitleEntry {
	color: #1A1A1A;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 9px 9px 9px 9px;
}
.contentBoxTitleText {
	color: #1A1A1A;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 9px 9px 9px 9px;
}
div.ContentFooter {
	border-top: 1px #eeeeee solid;
	margin-bottom: 12px;
	padding: 9px 0px 9px 9px;
	width: 421px;
	height: 15px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
}
.printWide div.ContentFooter {
	border-bottom: 1px #eeeeee solid;
	background-color: #fff;
	border-top: 1px #eeeeee solid;
	margin-bottom: 12px;
	padding: 9px 0px 9px 9px;
	width: 603px;
	height: 15px;
}
/* Artikelmodul Content */
.artikelContent {
	padding: 0 12px;
}
.artikelContent .artikelContentAnzeige {
	background-color: #eeeeee;
	margin-left: -12px;
	margin-right: -12px;
	padding: 12px 0;
	text-align: center;
}
.artikelContentAnzeige .anzeige {
}
.artikelContentAnzeige .bild img {
}
.artikelContent p {
	padding-bottom: 12px;
	padding-top: 6px;
}
.artikelContentAnzeige p {
	color: #999;
}
.artikelContentAnzeige p.bild {
}
/* contentTeaser, Kontakt & mehr */
.teaserBox {
	background-color: #FFFFFF;
	min-height: 176px;
	padding: 9px 9px 9px 9px;
	width: 170px;
}
/* fotoTeaser */
.fotoTeaser {
	height: 107px;
	width: 107px;
}
/* Kontakt Suche */
.kontaktSuche {
	background-color: #FFFFFF;
	width: 430px;
	height: 35px;
	margin-bottom: 12px;
}
.kontaktSuche p {
	padding-left: 12px;
}
/* Airlines */
div.AirlineList {
	padding-right: 12px;
	padding-left: 12px;
	background-color: #fff;
}
div.AirlineListTitle {
	margin-top: 12px;
	position: relative;
}
div.AirlineListIteration {
	clear: left;
	float: left;
	width: 268px;
	padding-left: 12px !important;
}
/* just ie6 begin */
* html div.AirlineListIteration {
	width: 280px;
}
/* end */
div.AirlineListFooter {
	padding-bottom: 5px;
	width: 588px;
	padding-TOP: 5px;
	text-align: right;
}
div.AirlineList div.hr {
	height: 1px;
	background-color: #fff;
	clear: both;
	margin-top: 4px;
	margin-bottom: 4px;
	border-top: dotted 1px #e4e4e4;
}
div.AirlineList div.hr hr {
	display: none;
}
span.NoContent {
	color: #666;
	padding-right: 15px;
}
.titleAirlineListe {
	background-color: #e3e2e0;
	float: left;
	height: 30px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-weight: bold;
}
/* just ie6 begin */
* html .titleAirlineListe {
	height: 36px;
}
/* end */
/* NewsBox */
.newsBox {
	background-color: #FFFFFF;
	min-height: 176px;
	padding: 9px 9px 9px 9px;
	width: 170px;
}
.newsBoxDatum {
	color: #999999;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 6px;
}
.newsBoxText {
	color: #1A1A1A;
	font-style: normal;
	font-weight: normal;
	padding-top: 12px;
}
/* Relation */
.relationBox {
	width: 170px;
	top: auto;
	left: 670px;
	position: absolute;
	z-index: auto;
}
.relationBoxHeader 
{
	background: #ffffff url('/portaldata/1/Resources/Images/Backgrounds/relationBoxHeader_bg.gif') left top no-repeat;
	color: #fff;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 12px;
	top: auto;
	vertical-align: middle;
	width: 158px;
}
.contentBoxHeader
{
	padding-bottom: 6px;
	vertical-align: middle;
	padding-TOP: 6px;
	top: auto;
	color: #fff;
	FONT-WEIGHT: bold;
	PADDING-LEFT: 9px;
	background: #ffffff url('/portaldata/1/Resources/Images/Backgrounds/Unternehmen/contentTitle_bg.gif') left top no-repeat;
}

.contentpaneWide .contentBoxHeader
{
	padding-bottom: 6px;
	vertical-align: middle;
	padding-TOP: 6px;
	top: auto;
	color: #fff;
	FONT-WEIGHT: bold;
	PADDING-LEFT: 9px;
	background: #ffffff url('/portaldata/1/Resources/Images/Backgrounds/Unternehmen/contentTitleWide_bg.gif') left top no-repeat;
}




.contentBoxHeaderRSSleft
{
	float:left;
	width:302px;
	height:18px;
	padding-bottom: 6px;
	vertical-align: middle;
	padding-TOP: 6px;
	top: auto;
	color: #fff;
	FONT-WEIGHT: bold;
	PADDING-LEFT: 9px;
	background: #ffffff url('/portaldata/1/Resources/Images/Backgrounds/Unternehmen/contentTitle_bg.gif') left top no-repeat;
}
.contentBoxHeaderRSSright
{
	float:right;
	width:110px;
	height:18px;
	padding-bottom: 6px;
	vertical-align: middle;
	text-align: right;
	padding-TOP: 6px;
	top: auto;
	color: #fff;
	PADDING-RIGHT: 9px;
	background: #ffffff url('/portaldata/1/Resources/Images/Backgrounds/Unternehmen/contentTitle_bg.gif') left top no-repeat;
}
.contentBoxHeaderRSSright a
{
	color: #e3e2e0;
}
.newsHeaderRSS {
	height: 23px; 
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 0px 12px;
	background: #ffffff url('/portaldata/1/Resources/Images/Backgrounds/piktogrammTitle_bg.gif') right top no-repeat;
	}
.newsHeaderRSSLeft {
	width: 200px;
	float: left;
	}	
.newsHeaderRSSRight {
	margin: 0 12px 0 0; 
	float: right;
	width: 150px; 
	text-align: right;
	}
.newsHeaderRSSRight a {
	color: #E3E2E0;
	font-weight: normal;
	vertical-align: middle;
	font-size: 11px;
	float: right;
	margin-top: 2px;
	}
.newsHeaderRSSRight img {
	padding-right: 6px;
	float: left;
	}
.newsHeaderRSS430 {
	/*width: 430;*/
	height: 23px; 
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 0px 12px;
	background: #ffffff url('/portaldata/1/Resources/Images/Backgrounds/newsHeaderRSS-430.gif') right top no-repeat;
	}
.newsHeaderRSS430 .newsHeaderRSSLeft {
	width: 200px;
	float: left;
	}	
.newsHeaderRSS430 .newsHeaderRSSRight {
	margin: 0 12px 0 0;
	float: right; 
	}
.newsHeaderRSS430 .newsHeaderRSSRight a {
	color: #E3E2E0;
	font-weight: normal;
	font-size: 11px;
	}

.relationBoxTitle {
	background-color: #fff;
	width: 170px;
	padding-bottom: 6px;
	position: relative;
	top: auto;
	clear: both;
	overflow: hidden;
}
.relationTopContent {
	padding-left: 9px;
	padding-top: 5px;
	padding-bottom: 4px;
	position: relative;
	top: auto;
	background-color: #fff;
	width: 160px;
}
.relationTopContent a{
 display: block;
 }
.relationTopContent .relationFileExtension{
 color: #999999;
 }
 .relationTopContent .right {
 	float: left;
	width: 130px;
 }
.relationContent {
	padding-left: 9px;
	position: relative;
	top: auto;
	background-color: #fff;
}
.relationBottomContent {
	padding-left: 9px;
	position: relative;
	top: auto;
}
/* Piktogramm */
.mapDetail {
	background-color: #fff;
	padding-top: 9px;
	padding-bottom: 20px;
	text-align: left;
	width: 100%;
	margin-bottom: 12px;
}
.mapDetail a{
	font-size: 11px;
}
.mapDetail span{
	margin-top: 3px;
}
.imgPlus {
	padding-right: 6px;
	padding-left: 12px;
	padding-top: 5px;
	float: left;
	width: 9px;
	height: 10px;
}
.font-family {
	background-color: #fff;
	padding-left: 12px;
	text-align: left;
	width: 418px;
}
.mapRelation {
	padding-left: 12px;
	padding-bottom: 5px;
	padding-top: 3px;
	background-color: #fff;
}
.mapRelation a {
	display: block;
	margin-left: 13px;
}
.mapRelation img {
	float: left;
	margin-top: 3px;
}
.promoRelation {
	background-color: #fff;
	padding: 0px 0px;
	overflow: hidden;
}
.promoRelation a{
	display: block;
}
.promoRelation p {
	text-align: left;
	}
.promoRelation img.bild {
	width: 146px;
	height: 97px;
	}
/* Piktogramm */
.piktogrammPane {
	background-color: #E3E2E0;
	height: 145px;
	padding: 0px 0px 0px 0px;
	width: 404px;
}
.piktogrammTitle {
	height: 23px; 
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 0px 12px;
	background: #ffffff url('/portaldata/1/Resources/Images/Backgrounds/piktogrammTitle_bg.gif') right top no-repeat;
}
.piktogrammContentPane {
	height: 98px;
	padding: 6px 6px 6px 6px;
	width: 392px;
}
.piktogramBox {
	background-color: #E3E2E0;
	float: left;
	height: 46px;
	padding: 0px 0px 0px 0px;
	margin-top: 6px;
	margin-left: 6px;
	width: 193px;
	display: inline;
}
.piktogrammMiddleRowSpacer {
	float: left;
	height: 6px;
	padding: 0px 0px 0px 0px;
	width: 388px;
}
.piktogrammMiddleColSpacer {
	float: left;
	height: 46px;
	padding: 0px 0px 0px 0px;
	width: 6px;
}
.piktogramm {
	background-color: #FFFFFF;
	float: left;
	height: 46px;
	padding: 0px 0px 0px 0px;
	width: 46px;
	overflow: hidden;
}
.piktogrammSmallSpacer {
	background-color: #E3E2E0;
	float: left;
	height: 46px;
	padding: 0px 0px 0px 0px;
	width: 2px;
}
.piktogrammContent {
	background-color: #E3E2E0;
	background-image: url(/portaldata/1/Resources/Images/Piktogramme/Picto_ContentBoxBackgr.jpg);
	background-repeat: no-repeat;
	float: left;
	font-size: 11px;
	height: 44px;
	padding: 2px 0px 0px 6px;
	width: 139px;
}
/* just ie6 begin */
* html .piktogrammContent {
	width: 145px;
}
/* end */
.piktogrammPreview {
	overflow: hidden;
}
/* PartnerTeaser ModuleTemplate */
.font-family {
	background-color: #FFFFFF;
	float: left;
	height: 152px;
	margin: 1px 1px 0px 0px;
	padding: 12px 12px 12px 12px;
	width: 281px;
	border-bottom: solid 1px #eeeeee;
}
.partnerteaserPane {
	background-color: #FFFFFF;
	float: left;
	height: 152px;
	margin: 1px 1px 0px 0px;
	padding: 12px 12px 12px 12px;
	width: 281px;
	border-bottom: solid 1px #F2F1EF;
}
.partnerteaserPaneLeft {
	background-color: #FFFFFF;
	float: left;
	height: 152px;
	margin: 1px 1px 0px 0px;
	padding: 12px 11px 12px 12px;
	width: 281px;
	border-right: solid 1px #eeeeee;
	border-bottom: solid 1px #eeeeee;
}
.onlineKatalogMain{background-image: url('http://static.flughafen-zuerich.ch/portaldata/1/Resources/Images/Backgrounds/bg_onlineKatalog.gif');background-repeat:repeat-y;
float:left;height:auto;width:602px;border-bottom:none; padding:0 0 0 9px}
.onlineKatalogteaser{background:none;float:left;height:228px;margin:1px 1px 0px 0px;padding:9px 18px 9px 5px;width:276px;border-bottom:none}
.onlineKatalogteaserImage{float:left;height:180px;padding:0px;width:90px;vertical-align:bottom}
.partnerteaserTitle {
	color: #000000;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	margin-bottom: 12px;
	padding: 0px;
	width: 281px;
}
.partnerteaserImage {
	float: left;
	height: 112px;
	padding: 0px;
	width: 112px;
}
.partnerteaserText {
	float: left;
	font-size: 12px;
	height: 112px;
	margin-left: 12px;
	padding: 0px 0px 0px 0px;
	width: 50%;
	overflow: hidden;
}
/*
.partnerteaserContentPane
{	
	float: left;	
	height: 112px;
	padding: 0px 12px 12px 0px;
	width: 157px; 
}
.partnerteaserMiddleColSpacer	
{
	float: left;
	height: 46px;
	padding: 0px;		
	width: 6px; 
}
.partnerteaserMiddleRowSpacer
{
	float: left;
	height: 6px;
	padding: 0px;	
	width: 305px; 
}
*/
/* PartnerTeaser PageTemplate 
.contentpaneMiddleColSpacer 
{
	float: left;
	height: 100%;
	padding: 0px;		
	width: 2px; 
	
}
.contentPaneColumn 
{
	float: left;
	width: 300;
}
*/
/* tagCloud */
.tagCloud {
	height: 107px;
	width: 107px;
}
/* Begin: Web Formats, WallPaper, Banner, Rectangle */
.banner {
	height: 60px;
	width: 468px;
}
.bannerHalf {
	height: 60px;
	width: 234px;
}
.bannerVertical {
	height: 120px;
	width: 240px;
}
.button {
	height: 125px;
	width: 125px;
}
.rectangleSmall {
	height: 150px;
	width: 180px;
}
.rectangleMedium {
	height: 250px;
	width: 300px;
}
.rectangleLarge {
	height: 280px;
	width: 336px;
}
.font-family {
	height: 250px;
	width: 250px;
}
.font-family {
	height: 200px;
	width: 200px;
}
/* Adition */
.adition_textad1 {
	width: 404px;
	height: 60px;
	font-family: arial;
	font-size: 12px;
	padding-top: 5px;
}
.adition_textad2 {
	height: 75px;
	font-family: arial;
	font-size: 12px;
	width: 404px;
	padding-top: 5px;
}
.adition_textad_left {
	vertical-align: top;
	padding: 5px 0 0 12px;
}
.adition_?extad_left a {
	text-decoration: none;
	/*color: #910c0d;*/
}
.adition_textad_left a:HOVER {
	text-decoration: underline;
	/* color: #910c0d; */
}
.adition_textad_right {
	padding: 3px;
	color: #b3b3b3;
	vertical-align: top;
	text-align: right;
}
/* End: Web Formats, Banner, Rectangle */
.tableLines {
}
.icon {
}
/* Menu,Navigation */
/* Content Navigation Ebenen 4 und 5 */
.forthlevelnavigationpane {
	float: right;
	position: relative;
	top: auto;
	z-index: auto;
	width: 170px;
}
.contentheaderpaneInhalt {
	float: left;
	width: 235px;
	top: auto;
	position: relative;
	z-index: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}
.contentheaderpane {
	width: 430px;
	top: auto;
	position: relative;
	z-index: auto;
	padding-bottom: 0px;
	height: auto;
	overflow: hidden;
}
.navEbenen4u5 {
	width: 196px;
	background-color: #FFFFFF;
}
/* Dokumente */
div.dokumenteliste {
	background-color: #fff;
	border-bottom: solid 1px #eee;
	padding: 7px 12px;
}
.dokumentelisteInvisible {
	background-color: #999;
	border-bottom: solid 1px #eeeeee;	
	padding: 5px 12px;
}
div.dokbaustein {
	padding: 0 0;
	border: none;
}
div.greyline {
	border-bottom: solid 1px #eeeeee;
	padding: 7px 0;
}
div.greylinetopbottom {
	border-top: solid 1px #eeeeee;
	border-bottom: solid 1px #eeeeee;
	padding: 7px 0;
}
div.dokbaustein a{
	float: left;
	padding: 0 5px 0 0 !important;
}
div.dokumenteliste span.dokumenteinfo { /* Dokumentemodul */
	color: #999;
	padding: 1px 0 0 5px;
}
div.dokumenteliste p.dokumenteinfo { /* Dokumentebaustein */
	color: #999;
	padding: 0 0 0 5px;
}
div.dokumenteliste p.dokumentelink {
	padding: 1px 5px 0 0;
	margin-left: 21px;
}
.dokumenteicon {
	float: left;
	position: relative;
	padding: 0 5px 0 0;
}
div.dokumenteliste p.dokumentetext {
	color: #000;
	margin: 1px 0 0 21px;
	padding: 0 0;
}
/*div.dokumenteliste p.dokumentelink  a{
	display: block;
}*/
.min12px {
    position: relative;
    margin-bottom: -12px;
}
.min1px {
    position: relative;
    margin-bottom: -1px;
}
/* --- Kontaktformular --- */
.formular {
	background-color: #fff;
	font-size: 12px;
	padding: 5px 12px 12px 12px;
}
div.formular div.checker{ padding-left:232px; margin-top:0px; margin-left:-1px}
div.formular div.checker input{text-align:left; padding-left:0 ! important; float:left ! important; margin-top:1px; margin-left:0px ! important}
div.formular div.checker label{width:300px  ! important; text-align:left ! important; margin-left:4px ! important;}

div.formular input {
	margin: 0;
	padding: 0;
}
div.formular h2 {
	padding: 0;
	margin: 0;
}
div.formular .title {
	margin: 12px 0 0 12px;
	width: 130px;
	float: left;
	padding: 6px 0 6px 0;
}
div.formular br {
	clear: both;
}
div.formular label {
	float: left;
	margin-top: 2px;
	margin-right: 12px;
	text-align: right;
	width: 220px;
}
div.formular .labels {
	float: left;
	margin-top: 2px;
	margin-right: 12px;
	text-align: right;
	width: 220px;
}
div.formular label.cbl {
	float: left;
	margin-right: 12px;
	width: 220px;
}
div.formular span.cb {
	float: left;
	margin-left: 2px;
	width: 240px;
}
div.formular select.ddmenu {
	border: 1px solid #e4e4e4;
	margin-bottom: 6px;
	width: 266px;
}
div.smallForm select.ddmenu {
	width: 236px;
}
div.longForm select.ddmenu {
	border: 1px solid #e4e4e4;
	margin-bottom: 6px;
	width: 407px;
}
div.longForm label {
	width: 130px;
}
div.formular input.txtfield {
	border: 1px solid #e4e4e4;
	font-size: 1em;
	float: left;
	line-height: 1.2em;
	padding: 2px;
	margin-bottom: 6px;
	width: 260px;
}
div.longForm input.txtfield {
	border: 1px solid #e4e4e4;
	font-size: 1em;
	float: left;
	line-height: 1.2em;
	padding: 2px;
	margin-bottom: 6px;
	width: 400px;
}
div.smallForm input.txtfield {
	width: 230px;
}
div#right div.formular input.txtfield {
	width: 260px;
}
div.formular .msgfield {
	border: 1px solid #e4e4e4;
	font-size: 12px;
	float: left;
	line-height: 1.2em;
	padding: 2px;
	margin-bottom: 6px;
	height:80px;
	width: 260px;
	overflow:auto;
}
div.formular .calenderDate {
 	border: 1px solid #e4e4e4;
	font-size: 1em;
	float: left;
	line-height: 1.2em;
	padding: 2px;
	margin-bottom: 6px;
	width: 180px;
    }
div.formular .calenderTime {
	border: 1px solid #e4e4e4;
	font-size: 1em;
	float: left;
	line-height: 1.2em;
	padding: 2px;
	margin: 0px 0px 6px 14px;
	width: 60px;
    }

div.formular .calenderBlank {
	border: 1px solid #e4e4e4;
	font-size: 1px;
	float: left;
	line-height: 0px;
	padding: 0px;
	margin: 0;
	width: 0px;
	height:0px;
	display:none;
    }
div.formular input.plz {
	border: 1px solid #e4e4e4;
	width: 60px;
	margin-bottom: 6px;
}
div.formular .txtarea {
	border: 1px solid #e4e4e4;
	font-size: 1em;
	font-family: Arial;
	height: 100px;
	margin-bottom: 3px;
	padding: 2px;
	width: 260px;
}
div.smallForm .txtarea {
	width: 230px;
}
div.longForm .txtarea {
	border: 1px solid #e4e4e4;
	font-size: 1em;
	font-family: Arial;
	height: 100px;
	margin-bottom: 6px;
	padding: 2px;
	width: 400px;
}
div.formular input.submit {
	cursor: pointer;
	margin: 10px 0 0 3px;
	color: #fff;
	border: 0px;
	padding: 1px 0;
	height: 19px;
	width: 58px;
	background: #ffffff url('/portaldata/1/Resources/Images/Buttons/buttonGlobalSearch.gif') left top no-repeat;
}
.submitButton {
	cursor: pointer;
	margin: 10px 0 0 3px;
	color: #fff;
	border: 0px;
	padding: 1px 0;
	height: 23px;
	width: 107px;
	background: #ffffff url('http://static.flughafen-zuerich.ch/portaldata/1/Resources/Images/buttons/buttonSearchTabAbflug.gif') left top no-repeat;
}
div.formular input.submitButton {
	cursor: pointer;
	margin-top: 12px;
	padding-right:0px;
	color: #fff;
	border: 0px;
	height: 23px;
	width: 107px;
	background: #ffffff url('http://static.flughafen-zuerich.ch/portaldata/1/Resources/Images/buttons/buttonSearchTabAbflug.gif') left top no-repeat;
}
div.formular input.submitButtonInaktiv {
	margin: 10px 0 0 0px;
	padding: 1px 0;
	color: #fff;
	border: 0px;
	height: 23px;
	width: 107px;
	background: #ffffff url('http://static.flughafen-zuerich.ch/portaldata/1/Resources/Images/buttons/buttonSearchTabAbflug.gif') left top no-repeat;
}
.flugplan_SuchButton{
	cursor: pointer;
	margin: 10px 0 0 3px;
	color: #fff;
	border: 0px;
	padding:0;
	height: 23px;
	width: 107px;
	background: #ffffff url('http://static.flughafen-zuerich.ch/portaldata/1/Resources/Images/buttons/buttonSearchTabAbflug.gif') left top no-repeat;
}
/*div.formular input.submit:hover 
{
    border: 1px solid #e90000;
    background: #e90000;
    color: #fff;
}*/
div.formular span.radiobutton input {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	border: none;
	vertical-align:text-top;
}
div.formular span.radiobutton label {
	float: left;
	margin: 5px 25px 5px 0;
	width: auto;
}
div.formular span.radiobutton table {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	border: none;
	max-height:20px;
	vertical-align:text-top;
}
div.formular span.man {
	margin-bottom: 3px;
	width: 240px;
}
div.formular span.radiobutton br {
	display: none;
}
div.formular span.radiobutton input {
	margin-bottom: 3px;
	position: relative;
	top: 2px;
}
.checkbox input {
	float: left;
	vertical-align: top;
	margin-right: 10px;
	border: none;
}
.form_text {
	/*border-top: dotted 1px #CCC;
	border-bottom: dotted 1px #CCC;
	padding: 0 12px 5px 0;
	float: left;
	width: 588px;*/
}
.form_textSmall {
	/*border-top: dotted 1px #CCC;
	border-bottom: dotted 1px #CCC;*/
	float: left;
	width: 406px;
	background-color: #fff;
}
div.captcha {
	margin: 12px 0 0 145px;
}
div.captcha img {
	height: 40px;
	}
.captcha-text {
	margin-left: 0;
	width: 260px;
}
.txt {
	margin: 5px 100px 0 0;
	text-align: left;
	width: 60px;
}
.alertSign img {
	margin: 2px 0 0 2px;
	/*padding: 6px 0 0 2px;*/
}
div.alert {
	background: #faf4f4 url('http://static.flughafen-zuerich.ch/portaldata/1/Resources/Images/Icons/Icon_Hinweis.gif') 0 2px no-repeat;
	color: #910c0c;
	margin: 12px 0 40px 0;
	padding: 8px 0 6px 25px;
	width: 400px;
	border: solid 2px #cc9191;
}
span.alertMessage {
	background: #faf4f4 url('http://static.flughafen-zuerich.ch/portaldata/1/Resources/Images/Icons/Icon_Hinweis.gif') 0 2px no-repeat;
	color: #910c0c;
	margin: 12px 0 40px 0;
	padding: 4px 0 4px 25px;
	width: 400px;
	border: solid 2px #cc9191;
}
span.succesMessage {
	background: #d7e5f7 url('http://static.flughafen-zuerich.ch/portaldata/1/Resources/Images/Icons/Icon_Hinweis.png') 0 2px no-repeat;
	color: #3E74B7;
	margin: 12px 0 40px 0;
	padding: 4px 0 4px 25px;
	width: 400px;
	border: solid 2px #3E74B7;
}
div.alertKombie {
	background: #faf4f4 url('http://static.flughafen-zuerich.ch/portaldata/1/Resources/Images/Icons/Icon_Hinweis.gif') 0 2px no-repeat;
	color: #910c0c;
	margin: 12px 0 0px 0;
	padding: 8px 0 6px 25px;
	width: 400px;
	border: solid 2px #cc9191;
}
span.alerttext {
	border: solid 2px #cc9191;
	background: #faf4f4 url('http://static.flughafen-zuerich.ch/portaldata/1/Resources/Images/Icons/Icon_Hinweis.gif') 2px 2px no-repeat;
	color: #910c0c;
	padding: 3px 0 3px 30px;
	line-height:24px;
	position:relative; top:-3px; left:60px;
}
span.alertIcon {
	border:none;
	background: #fff url('http://static.flughafen-zuerich.ch/portaldata/1/Resources/Images/Icons/Icon_Hinweis.gif') 2px 2px no-repeat;
	color: #910c0c;
	padding: 3px 3px 3px 30px;
	line-height:24px;
	position:relative; top:-3px; left:-3px;

}
span.alertIconSMS {
	border:none;
	color: #910c0c;
	line-height:24px;
	padding: 0px 2px 3px 3px;
	position:relative; top:1px; left:0px;
}
p.zeroseparator{line-height:0px; padding:0px ! important;
	}


span.alerttextunten {
	border: solid 2px #cc9191;
	background: #faf4f4 url('http://static.flughafen-zuerich.ch/portaldata/1/Resources/Images/Icons/Icon_Hinweis.gif') 2px 2px no-repeat;
	color: #910c0c ! important;
	min-height:12px;
	margin: 0px 0 0px 0px;
	padding: 3px 0 3px 30px;
	display:block;
	width:232px;
	text-align:left;
}
span.alert {
	position:relative; top:0px; left:0px;
	width: 3px;
	line-height:26px;
	border: none;
}
span.infobox {
	border: none;
	background: none;
	color: #1A1919;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 5px 0 5px -20px;
	margin-left:0px;
	width:500px;
	text-align:left;
	display:block;
}
div.smallForm {
	width: 430px;	
}
div.smallForm .alert, div.smallForm .captcha_alertTop {
	width:380px;	
}
div.smallForm .captcha_alert {
	width: 230px;	
}
div.captcha_alert {
	border: solid 2px #cc9191;
	background: #faf4f4 url('/portaldata/1/Resources/Images/Icons/Icon_Hinweis.gif') 2px 2px no-repeat;
	color: #910c0c;
	height: 30px;
	margin-top: 5px;
	padding-left: 30px;
	padding-top: 5px;
	width: 260px;
}
div.captcha_alertTop {
	border: solid 2px #cc9191;
	position: absolute;
	left: 12px;
	top: 110px;
	background: #faf4f4 url('/portaldata/1/Resources/Images/Icons/Icon_Hinweis.gif') 0 2px no-repeat;
	color: #910c0c;
	width: 400px;
	padding: 8px 0 6px 25px;
	margin-top: 12px;
}
.dankeformular {
	width: auto;
	height: auto;
	background-color: #fff;
	padding: 12px;
}
.imgGutschein {
	float: left;
	margin-right: 10px;
}
.txtfieldGutscheine {
	border: 1px solid #e4e4e4;
	font-size: 1em;
	float: left;
	line-height: 1.2em;
	padding: 2px;
	margin: 0 10px 6px 0 !important;
	width: 80px;
}
.hrGutschein {
	width: 360px;
	background-color: #e4e4e4;
	color: #e4e4e4;
}
.feedbackLeft {
	width:293px;
	float: left;
	height: 45px;
	padding-top: 25px;
	padding-left: 12px;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	}
.feedbackLeft .feedbackImage {
	float: left;
	margin-right: 20px;
	}
.feedbackLeft .feedbackText {
	margin-top: 10px;
	}	
.feedbackLeft .feedbackText a{
	font-weight: bold;
	}
.feedbackRight {
	width:294px;
	float: left;
	height: 45px;
	padding-top: 25px;
	padding-left: 12px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	}
.feedbackRight .feedbackImage {
	float: left;
	margin-right: 20px;
	}
.feedbackRight .feedbackText {
	margin-top: 10px;
	}
.feedbackRight .feedbackText a{
	font-weight: bold;
	}
.contentpaneWideFloatLeft .feedbackLeft {
	width:306px;
	border-bottom: 1px solid #eeeeee;
	}
.contentpaneWideFloatLeft .feedbackRight {
	width:307px;
	border-bottom: 1px solid #eeeeee;
	}	
/* Galerie */
div.galerie {
	border-top: dotted 1px #e4e4e4;
	/*margin-left: 4px;*/
	padding: 0 12px;
	/*height: 580px;*/
	background-color: #fff;
}
div.galerie h2 {
	padding: 5px 5px 5px 0 !important;
}
div.galerie div.galeriehead span.currentpage {
	float: left;
}
.galeriehead .galeriePaging {
	float: right;
	background: url('/portaldata/1/Resources/Images/Icons/seperator.gif') right 2px no-repeat;
	}
.galeriehead .galeriePaging span {
	float: left;
	background: url('/portaldata/1/Resources/Images/Icons/seperator.gif') 0 2px no-repeat;
	padding: 0 6px;
 }
 .galeriehead .galeriePaging span.abtop {
	padding: 4px 6px 0 6px;
 }
 .galeriehead .galeriePaging ul {
	float: left;
	background: url('/portaldata/1/Resources/Images/Icons/seperator.gif') left 2px no-repeat;
	padding: 0;
}
 .galeriehead .galeriePaging ul li:first-child {
	background: none;	
}
 .galeriehead .galeriePaging ul li{
	float: left;
	list-style-type: none;
	padding: 0 6px;
	background: url('/portaldata/1/Resources/Images/Icons/seperator.gif') 0 2px no-repeat;
}
div.galerie img.weiterpfeil {
	margin-bottom: 1px;
}
div.galerie div.galeriehead {
	text-align: right;
	width: 576px;
}
.paginghead {
	width: 100%;
	padding: 12px; 
	background-color: #fff;
	text-align: right;
	width: 406px;
	border-bottom: solid 1px #e4e4e4;
}
div.galerieliste {
	/*border: none;*/
	float: left;
	height: 240px;
	padding-top: 25px;
	padding-right: 8px;
	text-align: left;
	width: 138px;
	border-bottom: solid 1px #e4e4e4;
}
div.galerienoborder {
    border-bottom: none;
}
div.galerieliste p {
	padding: 5px 0 0 0 !important;
	margin: 0 0 0 0 !important;
	width: 138px;
}
div.galerieliste .thumbnail .bild img {
	border: none;
	#position: relative;
	#top: -50%;
}
div.galerieliste .thumbnail p.bild {
	display: table-cell;
	padding: 0 !important;
	#position: absolute;
	#top: 50%;
	text-align: center;
	vertical-align: middle;
	/*border: solid red;
	height: 138px;
	width: 138px;*/
}
div.galerieliste .thumbnail {
	display: table;
	background: #ccc;
	height: 138px;
	overflow: hidden;
	#position: relative;
	width: 138px;
}
.galerie-detail {
	text-align: center;
	width: 100%;
	back?round-color: #fff;
}
.galerie-detail h2{
	text-align: left;
	margin-left: 12px;
}
.galerie-detail .overview {
	display: block;
	margin: 5px 0;
}
.galerie-detail .blaettern {
	margin: 0 0 5px 0;
	text-align: right;
	width: 600px;
	#width: 588px;	
}
.linkGalerie {
 	border-left: solid 1px #636363;
 	border-right: solid 1px #636363;
 	border-bottom: solid 1px #636363;	
}
/*	Textbausteine	*/
.col1-1,
.col1-2,
.col2-1,
.col1-1-1 {
	width: 100%;
	margin-bottom: 12px;
	overflow: hidden;
	}
.col1-2 img,
.col2-1 img,
.col1-1-1 img {
	padding-top: 4px;
	}

/* 2 Spalten */
.col1-1 .left,
.col1-1 .right,
.col1-2 .left,
.col1-2 .right,
.col2-1 .left,
.col2-1 .right {
	float: left;
	}
.col1-1 .left,
.col1-1 .right {
	width: 48%;
	}
.col1-2 .right,
.col2-1 .left {
	width: 62%;
	}
.col1-2 .left,
.col2-1 .right {
	width: 32%;
	}
.col1-1 .right,
.col1-2 .right,
.col2-1 .right {
	margin-left: 14px;
	}
/* 3 Spalten */
.col1-1-1 .left,
.col1-1-1 .center,
.col1-1-1 .right {
	float: left;
	width: 30%;
	}
.col1-1-1 .center,
.col1-1-1 .right {
	margin-left: 15px;
	}  
.col1-1-1 img {
	width: 156px;
	height: auto;
	border: 1px solid #000;
	}
/* Textflow */
.p {
	padding-bottom: 12px;
}
.textflow {
	margin-bottom: 12px;
	overflow: hidden;
	width: 100%;
}
.textflow p {
	padding-top: 6px;
}
/* Bild mit Textumfluss */
.textflow .left {
	float: left;
	margin: 6px 12px 0 0;
}
.textflow .right {
	float: right;
	margin: 6px 0 0 12px;
}
.textflow .left img {
	padding: 2px 0 6px 0;
}
.textflow .right img {
	height: 121px;
	padding: 2px 0 6px 0;
}
/* Bild im Artikel über die ganze Contentbreite */
.imageFullContent {
	margin: 0 0 0 -12px;
	padding: 10px 0;
}
/* Trennlinie */
div.trennlinie hr {
	color: #e4e4e4;
	background-color: #e4e4e4;
	height: 1px;
	border:none;
}
div.fakeHR{width:100%;height:1px;background-color:#e4e4e4;POSITION:absolute;left:0px;}
div.fakeHR hr{display:none}
/* Links */
ul.links {
	list-style: none;
	color: #1A1919;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	width: 100%; 
	padding-left: 3px !important; 
}
ul.links li  {
	list-style: none;
	display: block; 
}
ul.links li a,
ul.links li a:link, 
ul.links li a:visited {
	color: #316bb5;
}
.linkliste {
    border-bottom: solid 12px #eee;
    width: 100%;
    padding-top: 10px;
    }
/* Downloads */
ul.download {
	list-style: none;
	color: #1A1919;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	width: 100%; 
	padding-left: 0px !important; 
}
ul.download li.pdf  {
	list-style: none;
	display: block; 
	padding: 0px 0px 12px 22px;
	background: #ffffff url('/images/mime/pdf.gif') 0px 0px no-repeat;
}
ul.download li.pdf a,
ul.download li.pdf a:link, 
ul.download li.pdf a:visited {
	color: #316bb5;
}
ul.pdfdokliste {list-style: none;padding: 0px 0;border-top:solid 1px #eeeeee;border-bottom:solid 1px #eeeeee;background: #ffffff url('/images/mime/pdf.gif') 2px 4px no-repeat;color: #999;}
ul.pdfdokliste li.pdf p  {color: #999; padding:3px 3px 0 9px; width:97%}
ul.pdfdokliste li{background:transparent}
ul.pdfdokliste li.text, ul.pdfdokliste li.text p{width:97%; padding:0px 0px 3px 12px; color:#1A1919;background:transparent;}
ul.pdfdokliste li.pdf a,ul.pdfdokliste li.pdf a:link,ul.pdfdokliste li.pdf a:visited {color: #316bb5;;background:transparent;}
ul.pdfdokliste li.pdf p span  {padding-left: 3px;color: #999;}

ul.pdfdoklistenachfolge {list-style: none;padding: 0px 0;border-top: none;border-bottom:solid 1px #eeeeee;background: #ffffff url('/images/mime/pdf.gif') 2px 4px no-repeat;color: #999;}
ul.pdfdoklistenachfolge li.pdf p  {color: #999; padding:3px 3px 0 9px; width:97%}
ul.pdfdoklistenachfolge li{background:transparent}
ul.pdfdoklistenachfolge li.text, ul.pdfdoklistenachfolge li.text p{width:97%; padding:0px 0px 3px 12px; color:#1A1919;background:transparent;}
ul.pdfdoklistenachfolge li.pdf a,ul.pdfdoklistenachfolge li.pdf a:link,ul.pdfdoklistenachfolge li.pdf a:visited {color: #316bb5;background:transparent;}
ul.pdfdoklistenachfolge li.pdf p span  {padding-left: 3px;color: #999;}

/* LightboxTextflow		*/
.lightboxTextflow {
	width: 100%;
}
.lightboxTextflow .lightbox p {
	padding: 0px;
}
.lightboxTextflow .left {
	float: left;
	margin: 0 12px 5px 0;
	width: 182px;
}
.lightboxTextflow .right {
	float: right;
	margin: 0 0 5px 12px;
	width: 182px;
}
.lightboxTextflow .left img {
	margin: 9px 0 6px 0;
	float: left;
	clear: both;
	height: 121px;
}
.lightboxTextflow .right img {
	margin: 9px 0 6px 0;
	float: left;
	clear: both;
}
.lightboxTextflow .right p, .lightboxTextflow .left p {
	float: left;
	width: 165px;
	text-align: left;
	padding-top: 4px;
}
/* just ie6 begin */
* html.lightboxTextflow p {
	float: left;
}
* html .lightboxTextflow .right p, * html .lightboxTextflow .left p {
	margin-left: 6px;
}
/* end */
.lightbox p {
	padding-left: 12px;
}
/*fancy*/
.pages{width:100px;margin-left:60px;margin-top:13px;z-index:1200;color:black;font-size:11px}
#fancy-line{padding-left:10px}
#fancybox-loading{position:fixed;top:50%;left:50%;height:40px;width:40px;margin-top:-20px;margin-left:-20px;cursor:pointer;overflow:hidden;z-index:1104;display:none}
* html #fancybox-loading{/* IE6 */position:absolute;margin-top:0}
#fancybox-loading div{position:absolute;top:0;left:0;width:40px;height:50px;background-image:url('http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/fancybox.png');display:none}
#fancybox-tmp{padding:0;margin:0;border:0;overflow:auto;display:none}
#fancybox-wrap{position:absolute;top:0;left:0;margin:0;padding:20px;z-index:1101;display:none}
#fancybox-outer{position:relative;width:100%;height:100%;background:#FFF}
#fancybox-inner{position:absolute;top:0;left:0;width:1px;height:1px;padding:0;margin:0;outline:none;overflow:hidden}
#fancybox-hide-sel-frame{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent}
#fancybox-overlay{position:fixed;top:0;left:0;bottom:0;right:0;background:#000;z-index:1100;display:none}
#fancybox-close{position:absolute;bottom:-55px;right:10px;width:85px;height:25px;cursor:pointer;z-index:1103;display:none; text-align:right}
#fancybox_error{color:#444;font:normal 12px/20px Arial;padding:7px;margin:0}
#fancybox-content{height:auto;width:auto;padding:0;margin:0}
#fancybox-img{width:100%;height:100%;padding:0px 0px 50px 0px;margin:0;border:none;outline:none;line-height:0;vertical-align:top;-ms-interpolation-mode:bicubic}
#fancybox-frame{position:relative;width:100%;height:100%;border:none;display:block}
#lightbox #fancybox-title{background:white;padding-top:30px;padding-bottom:30px;position:absolute;bottom: -65px ! important;left:0;font:10px Verdana,Helvetica,sans-serif;z-index:1102}
#fancybox-title{background:white;padding-top:10px;padding-bottom:30px;position:absolute;bottom: -65px ! important;left:0;font:10px Verdana,Helvetica,sans-serif;z-index:1102}
.fancybox-title-inside{padding:20px 0;text-align:center;color:#333}
.fancybox-title-outside{padding-top:5px;color:#FFF;text-align:center;font-weight:bold}
.fancybox-title-over{color:#666666;text-align:left;margin-bottom:10px;height:25px}
#fancybox-title-over{padding:3px;background:white;display:block;border-top:1px solid #E4E4E4;border-bottom:1px solid #E4E4E4;font-weight:bold}
#fancybox-title-wrap{display:inline-block}
#fancybox-title-wrap span{height:32px;float:left}
#fancybox-title-left{padding-left:15px;background-image:url('http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/fancy_nav_left.png');background-position:-40px -90px;background-repeat:no-repeat;position:absolute}
#fancybox-title-main{font-weight:bold;line-height:29px;background-image:url('http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/fancybox-x.png');background-position:0px -40px;color:#FFF}
#fancybox-title-right{padding-left:15px;background-image:url('http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/fancybox.png');background-position:-55px -90px;background-repeat:no-repeat;position:absolute}
#fancybox-left,#fancybox-right{height:100%;padding-bottom:0px;bottom: -65px ! important;width:70px;outline:none;background-image:url('http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/blank.gif');display:none}
#fancybox-left{left:20px}
#fancybox-right{right:0px}
#fancybox-left-ico,#fancybox-right-ico{position:absolute;bottom:1px;left:-9999px;width:70px;height:30px;margin-top:-40px;cursor:pointer;z-index:1103}
#fancybox-left-ico{background-image:none}
#fancybox-right-ico{background-image:none}
#fancybox-left,#fancybox-right{visibility:visible/* IE6 */}
#fancybox-left span{left:10px;right:auto;bottom:-60px}
#fancybox-right span{left:148px;right:auto;bottom:-60px}
.fancy-bg{position:absolute;padding:0;margin:0;border:0;width:20px;height:20px;z-index:1001}
#fancy-bg-n{top:-20px;left:0;width:100%;background-image:url('http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/fancybox-x.png')}
#fancy-bg-ne{top:-20px;right:-20px;background-image:url('http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/fancybox.png');background-position:-40px -162px}
#fancy-bg-e{top:0;right:-20px;height:100%;background-image:url('http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/fancybox-y.png');background-position:-20px 0px}
#fancy-bg-se{bottom:-20px;right:-20px;background-image:url('http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/fancybox.png');background-position:-40px -182px}
#fancy-bg-s{bottom:-20px;left:0;width:100%;background-image:url('http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/fancybox-x.png');background-position:0px -20px}
#fancy-bg-sw{bottom:-20px;left:-20px;background-image:url('http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/fancybox.png');background-position:-40px -142px}
#fancy-bg-w{top:0;left:-20px;height:100%;background-image:url('http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/fancybox-y.png')}
#fancy-bg-nw{top:-20px;left:-20px;background-image:url('http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/fancybox.png');background-position:-40px -122px} 
/* IE */
#fancybox-loading.fancybox-ie div{background:transparent;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/fancy_loading.png', sizingMethod='scale')}
.fancybox-ie #fancybox-close{background:transparent;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='scale')}
.fancybox-ie #fancybox-title-over{background:white;zoom:1}
.fancybox-ie #fancybox-title-left{background:transparent;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/fancy_title_left.png', sizingMethod='scale')}
.fancybox-ie #fancybox-title-main{background:transparent;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/fancy_title_main.png', sizingMethod='scale')}
.fancybox-ie #fancybox-title-right{background:transparent;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/fancy_title_right.png', sizingMethod='scale')}
.fancybox-ie #fancybox-left-ico{background:transparent}
.fancybox-ie #fancybox-right-ico{background:transparent}
.fancybox-ie .fancy-bg{background: transparent !important}
.fancybox-ie #fancy-bg-n{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/fancy_shadow_n.png', sizingMethod='scale')}
.fancybox-ie #fancy-bg-ne{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/fancy_shadow_ne.png', sizingMethod='scale')}
.fancybox-ie #fancy-bg-e{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/fancy_shadow_e.png', sizingMethod='scale')}
.fancybox-ie #fancy-bg-se{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/fancy_shadow_se.png', sizingMethod='scale')}
.fancybox-ie #fancy-bg-s{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/fancy_shadow_s.png', sizingMethod='scale')}
.fancybox-ie #fancy-bg-sw{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/fancy_shadow_sw.png', sizingMethod='scale')}
.fancybox-ie #fancy-bg-w{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/fancy_shadow_w.png', sizingMethod='scale')}
.fancybox-ie #fancy-bg-nw{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.flughafen-zuerich.ch/PortalData/1/Resources/images/fbox/fancy_shadow_nw.png', sizingMethod='scale')}

/* Suche, Search, Result, Ergebnisse */
.search .inputSearchField {
	background-color: white;
	float: left;
	font-size: 11px;
	margin-top: 1px;
	padding: 2px;
	width: 180px;
}
.suchResultate {
	background-color: #fff;
	margin-bottom: 12px;
	padding: 12px 12px 12px 12px;
}
.suchResultate ul li {
	list-style: none;
}
.suchResultate .suchHead {
	padding: 3px 0;
}
.suchResultate .suchHead p {
	color: #999;
}
.suchResultate .paging {
	width: 588px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	font-size: 12px;
}
.dokumentetextbottomspace
{padding-bottom:9px ! important}
.suchResultate .paging .forward {
	float: right;
}
.suchResultate .paging .back {
	float: left;
}
.suchResultate .dokumenteliste, .suchResultate .sucheNews, .suchResultate .sucheLinksListe {
	margin: 0;
	padding: 5px 0 0 0;
	width: 580px;
}
.sucheNewsInvisible
{
	background-color: #999;
	margin: 0;
	padding: 5px 0 0 0;
	width: 580px;
}
.suchResultate .bild, .suchResultate .all {
	display: none;
}
.noresult {
	background-color: #fff;
	padding: 1px 12px 12px 12px;
}
.suchResultate .sucheNews div.hr {
	height: 1px;
	background-color: #868584;
	clear: both;
}
.suchResultate .sucheNews div.hr hr {
	display: none;
}
/*		Microsite		*/
.microsite {
	clear: both;
	position: relative;
	top: auto;
	width: 100%;
	background-color: #fff;
}
.microsite_zurueck {
	float: right;
	padding-top: 20px;
	position: relative;
	width: 200px;
	padding-right: 12px;
}
div.logoPane_microsite {
	height: 60px;
	background-color: #eeeeee;
	position: relative;
}
div.logoPane_micro {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 26px;
	position: relative;
	float: left;
	/* w?dth: 300px;*/
}
/*		Newsletter		*/
td.t-black {
	font-size: 12px;
}
.newsletter {
	background-color: #fff;
	font-size: 12px;
}
div.newsletter .title {
	margin: 12px 0 0 12px;
	width: 130px;
	float: left;
	padding: 6px 0 6px 0;
}
div.newsletter label {
	float: left;
	margin-top: 2px;
	margin-right: 12px;
	text-align: left;
	width: 100px;
}
div.newsletter select.ddmenu {
	border: 1px solid #e4e4e4;
	margin-bottom: 6px;
	width: 266px;
}
div.newsletter input.txtfield {
	border: 1px solid #e4e4e4;
	font-size: 1em;
	float: left;
	line-height: 1.2em;
	padding: 2px;
	margin-bottom: 6px;
	width: 260px;
}
div.newsletter input.submit {
	cursor: pointer;
	margin: 10px 0 0 0;
	width: 100px;
}

/* Flugbetriebsinfo */
.txbBig
{
	width:391px;
	float:left;
	font-family: Arial;
	font-size: 11px;
}

.txbSmall
{
	width:300px;
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
}

.cbxUnChecked
{
	background-color:Red;
}

.cbxChecked
{
	background-color:Green;
}

.PanelRow
{
	width:407px;
	border: solid 1px Gray;
	padding: 2px 2px 2px 2px;
	margin-bottom: 2px;
	background-color: #c0c0c0;
	overflow:auto;
	margin-bottom:9px;
}
.ZRH_table {border:0px;width:406px}
.ZRH_table caption{display:table-caption;font-weight:normal;padding:9px 0px;margin:0;text-align:left}
.ZRH_table caption span.separator{color:#e4e4e4;text-align:left;margin:0 3px; vertical-align:top}
.ZRH_table_zeilekopf {background-color:#e4e4e4;color:#1a1919;font-family:Arial,Helvetica,Sans-Serif;text-decoration:none;font-size:12px;border:none;height:22px; text-align:left; margin-left:9px;font-weight:bold;vertical-align:middle}
.ZRH_table th {background-color:#e4e4e4;color:#1a1919;font-family:Arial,Helvetica,Sans-Serif;text-decoration:none;font-size:12px;border:none;height:22px; text-align:left; margin-left:9px;padding-left:3px;font-weight:bold; vertical-align:middle}
.ZRH_table_zeilekopf span{padding: 0px;}
.ZRH_table td {	padding:0px 4px; vertical-align:middle;}
.ZRH_table td p{padding: 0;}
.ZRH_table_zeilehell {background-color:#FFFFFF;font-style:normal;font-weight:normal;font-size:12px;font-family:Arial,Helvetica,Sans-Serif;text-decoration:none;color:#1a1919;border:0px none #FFFFFF;height:22px}
.ZRH_table_zeilehell td{padding:0px 4px; border-width:0px;border-style:none;border-bottom:1px #e4e4e4 solid;}
.ZRH_table_zeiledunkel {background-color:#f5f5f5;text-decoration:none;color:#1a1919;height:22px}
.ZRH_table_zeiledunkel td{border-color:none; border-width:0px;border-style:none;border-bottom:1px #e4e4e4 solid; padding:0px 4px}
/*New style for Parking, irf*/
.dataTableSmall{border:0px;width:406px}
.dataTableSmall caption{display:table-caption;font-weight:normal;padding:9px 0px;margin:0;text-align:left}
.dataTableSmall caption span.separator{color:#e4e4e4;text-align:left;margin:0 3px; vertical-align:top}
.dataTableSmall_headerStyle{background-color:#e4e4e4;color:#1a1919;font-family:Arial,Helvetica,Sans-Serif;text-decoration:none;font-size:12px;border:none;height:22px; text-align:left; margin-left:9px;font-weight:bold; vertical-align:middle}
.dataTableSmall_headerStyle th{padding-left:3px}
.dataTableSmall_RowStyle{background-color:#FFFFFF;font-style:normal;font-weight:normal;font-size:12px;font-family:Arial,Helvetica,Sans-Serif;text-decoration:none;color:#1a1919;border:0px none #FFFFFF;height:22px}
.dataTableSmall_RowStyle td{padding:0px 4px;border-width:0px;border-style:none;border-bottom:1px #e4e4e4 solid;vertical-align:middle}
.dataTableSmall_AlternativRowStyle{background-color:#f5f5f5;text-decoration:none;color:#1a1919;height:22px}
.dataTableSmall_AlternativRowStyle td{border-color:none;border-width:0px;border-style:none;border-bottom:1px #e4e4e4 solid; padding:0px 4px;vertical-align:middle}
.dataTableSmall td p{padding:0}
.dataTableSmall_zeilekopf span{padding:0px}
/* Zebra Tabelle */
.standardTabelle{border:0px;}
.standardTabelle caption{display:table-caption;font-weight:normal;padding:9px 0px;margin:0;text-align:left}
.standardTabelle caption span.separator{color:#e4e4e4;text-align:left;margin:0 3px;vertical-align:top}
.standardTabelle_zeilekopf,.standardTabelle th{background-color:#e4e4e4;color:#1a1919;font-family:Arial,Helvetica,Sans-Serif;text-decoration:none;font-size:12px;border:none;height:22px;text-align:left;margin-left:9px;padding-left:3px;font-weight:bold;vertical-align:middle}
.standardTabelle_zeilekopf span{padding:0px}
.standardTabelle tr td{background-color:#f5f5f5;font-style:normal;font-weight:normal;font-size:12px;font-family:Arial,Helvetica,Sans-Serif;text-decoration:none;color:#1a1919;border:0px none #FFFFFF;height:22px;padding:0px 4px;border-bottom:1px #e4e4e4 solid;vertical-align:middle}
.standardTabelle tr.odd td{background-color:#fff}
.standardTabelle td p{padding:0}
.textrechts{ text-align:right}  
.textlinks{ text-align:left} 
.textmitte{ text-align:center} 
/* Parking calculator */
.insert {
	COLOR: #666666;
	background-color: #e3e2e0;
	padding-bottom: 5px;
}
.whitebg {
	background-color: #ffffff;
}
.description {
	font-size: 11px;
}
.ParkingHeadline {
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #E3E2E0;
}
.WhiteRow {
	background-color : #FFFFFF;
	color: #1A1919;
	font-family: Arial ,Helvetica, Sans-Serif;
	height: 22px;
	font-size: 12px;
	border: 0 none #FFFFFF;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-decoration: none;
}
.GrayRow {
	background-color : #EDEBE9;
	color: #1A1919;
	font-family: Arial ,Helvetica, Sans-Serif;
	height: 22px;
	font-size: 12px;
	border: 0 none #FFFFFF;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-decoration: none;
}
.TableHeader {
	background-color: #DDDAD9;
	border: 0 none #FFFFFF;
	margin: 0;
	padding: 0;
	color: #1A1919;
	font-family: Arial ,Helvetica, Sans-Serif;
	font-size: 12px;
	height: 22px;
	text-decoration: none;
}
/* End parking calculator */
/* Gallery-preview detail-view pictures */
#gallery-preview {
	background-color: #ffffff;
	}
#gallery-preview .gallery-preview-table {
	margin-left: 0px !important;
	text-align: left !important;
	width: 588px !important;
}
#gallery-preview .gallery-preview-table tr{
	border-bottom: 1px solid #eeeeee;
}
#gallery-preview .gallery-preview-left {
	width: 188px;
	border-bottom: solid 1px #eeeeee;
	text-align: left !important;
	padding: 3px 0 3px 0;
}
#gallery-preview .gallery-preview-right {
	width: 384px !important;
	border-bottom: solid 1px #eeeeee;
	text-align: left !important;
	padding: 3px 0 3px 0;
}
#gallery-preview tr {
	border-bottom: solid 1px #eeeeee;
	width: 100%;
}
/* Gallery-preview detail-view pictures */

/* Iframe CSS */
#iframe {
	padding-top: 12px;
	background: #fff;
	}
/* Spacer by wic */

.spacerGrey12px {
	background: #eeeeee;
	width: 100%;
	height: 12px;
	}
.spacerGrey1px {
	background: #eeeeee;
	width: 100%;
	height: 1px;
	}
.spacerWhiteWide { background-color:#fff;
	background: #fff url('http://static.flughafen-zuerich.ch/portaldata/2/resources/images/partner_teaser/pixel-grau.gif') 304px 0 repeat-y;
	min-height:176px;
	width: 100%;
	height: 176px;
	}
.spacerWhite {
	background: #fff;
	width: 100%;
	}
.homeUnternehmen {
	position: absolute;
	top: 169px;
	#top: 184px;
	left:436px;
	}
.homeUnternehmenContent {
	background: #fff;
	padding: 12px;
	width: 368px;
    height: 176px;
	}
.homeUnternehmenPaging {
	margin-top: 2px;
	background: #fff;
	padding: 6px 12px 6px 12px; 
	width: 368px;
	}
.homeUnternehmenCountPage{
	float:left;
	#padding: 2px 0 0 6px;
	}
.homeUnternehmenPaging ul{
	padding: 0;
	#padding: 6px 0; 
	float: left;
	}
.homeUnternehmenPaging ul li{
	list-style-type: none;
	float: left;
	margin-right: 6px; 
	}
.homeUnternehmenPaging div{
	float: right;
	}
/* *** Medienmitteilungen *** */
.MedienHeader
{
	padding: 2px 5px 2px 5px;
	z-index: 1;
	display: block;
	background-color: #3e74b7;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	height: 20px; 
	width:665px;
	cursor: pointer;
}

.MedienHeaderActive
{
	padding: 2px 5px 2px 5px;
	z-index: 1;
	display: block;
	background-color: #6f6f6f;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	height: 20px; 
	width:665px;
	cursor: pointer;
}

.MedienContent
{
	padding: 5px 5px 9px 5px;
	z-index: 500;
	display: block;
	background-color: #fff;
	width:665px;
}

.MedienGridviewHeader
{
	padding: 2px 2px 2px 2px;
}

.MedienGridviewHeader Input
{
	width:130px;
}

.MedienGridviewShortFields
{
	padding: 2px 2px 2px 2px;
}

.MedienGridviewShortFields Input
{
	width:60px;
}

.MedienWaiting
{
	visibility: hidden;
	padding: 20px 30px 25px 20px;
	margin: 2px 2px 2px 2px;
	background-color: #fff;
	border: 1px solid #eeeeee;
}

/* *** Flugbetriebsinfo *** */

.FbiFrontend {
	clear: both;
	background-color: #ffffff;
	margin-bottom:12px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}
.FbiHeader
{
	display: none;
}
.FbiContent
{
	padding-right: 12px;
    padding-left: 12px;
    text-align: left;
    margin-bottom: 5px;
}

/* *** Terminkalender *** */

.TerminkalenderHeader
{
	clear: left;
	width:396px;
	height: 20px;
	padding-bottom: 4px;
	vertical-align: middle;
	padding-TOP: 4px;
	top: auto;
	color: #333;
	FONT-WEIGHT: bold;
	PADDING-LEFT: 3px;
	PADDING-LEFT: 12px;
	background-color: #dddad9;
	margin: 0px 12px 0px 12px;
}

.TerminkalenderHeaderBG
{
	padding-top: 12px;
	background-color:#fff;
}

.TerminkalenderContentBG
{
	background-color:#fff;
	padding-bottom: 12px;
}

.Terminkalender
{
	postion: relative;
	width:384px;
	background-color:#fff;
	padding: 5px 12px 5px 12px;
	margin: 0px 12px 0px 12px;
	clear:left;
}

.TerminkalenderAlternativ
{
	postion: relative;
	width:384px;
	background-color:#edebe9;
	padding: 5px 12px 5px 12px;
	margin: 0px 12px 0px 12px;
	clear:left;
}

.TerminkalenderDate
{
	width: 90px;
	float:left;
	padding: 2px 5px 2px 0px;
}

.TerminkalenderText
{
	width: 190px;
	float:left;
	padding: 2px 5px 2px 5px;
}

.TerminkalenderText p{ padding:0;
}

.TerminkalenderLocation
{
	width: 80px;
	padding: 2px 0px 2px 5px;
	float:left;
}

/* *** Textads *** */
.WerbungTextad
{
	padding: 6px 0px 6px 0px;
	background-color: #fff;
	margin-bottom: 12px;
}

.WerbungTextadHomepage
{
	padding: 6px 0px 6px 0px;
	width: 404px;
	height: 57px;
	overflow: hidden;
	display: block;
	border-bottom: 12px solid #eeeeee;
}

/* *** WerbungPartnerButtons *** */
.PartnerButtonsTitle
{
	PADDING-LEFT: 12px; 
	PADDING-TOP: 10px; 
	HEIGHT: 20px;
	background-color: #fff;
}
.PartnerButton1stItem
{
	PADDING-RIGHT: 23px; 
	PADDING-LEFT: 12px; 
	FLOAT: left;
}
.PartnerButton2ndItem
{
	PADDING-RIGHT: 23px; 
	FLOAT: left;
}
.PartnerButton3thItem
{
	FLOAT: left;
}
.PartnerButtonFooter
{
	CLEAR: both; 
	WIDTH: 100%; 
	HEIGHT: 20px;
	border-bottom:12px solid #eeeeee;
}
.PartnerButton
{
	WIDTH: 380px; 
}
.PartnerButtonHomepage
{
	WIDTH: 380px; 
}

/* *** Flugbewegungen *** */

.Flugbewegungen
{
	margin-top:12px;
	margin-left: 12px;
	margin-bottom: 12px;
	width:592px;
}
.FlugbewegungenHeader
{
	background-color: #DDDAD9;
	vertical-align: top;
	text-align:center;
}
.FlugbewegungenAltRowstyle
{
	background-color: #EDEBE9;
	border-bottom:1px dotted #DDDAD9;
}
.FlugbewegungenCell
{
	width: 21px;
	padding: 2px 3px 2px 3px;
	text-align:center;
	border-bottom:1px dotted #DDDAD9;
	height:21px;

	
}
.FlugbewegungenCellWide
{
	width: 28px;
	padding: 2px 3px 2px 3px;
	text-align:center;
	border-bottom:1px dotted #DDDAD9;
	height:21px;
}
.FlugbewegungenCell1
{
	width: 20px;
	padding: 2px 3px 2px 3px;
	text-align: center;
	font-weight: bold;
	height:21px;
	border-bottom:1px dotted #DDDAD9;
}

/* FlugplanHomepage */

.Flightschedule
{
	position:relative; 
	clear:both;
}

.flightscheduleborder
{
	background-color:#000; 
	padding: 0px 6px 6px 6px;
	clear: both;
}

.flightscheduletitle
{
	color:#fff;
	font-weight: bold;
	padding-bottom:8px;
	padding-top:12px;
	height:16px;
}

.flightscheduleFooter
{
	background-color: #fff;
	height:30px;
}

.flightscheduleFooterText
{
	float:right;
	padding-top: 6px;
	padding-right: 6px;
}

.flightscheduleFooterImage
{
	padding-right: 6px;
	padding-left: 8px;
	padding-bottom: 1px;
}

.gwFlightdataDepartures{color:#fff;background-color: #0976BA;border:0}
.gwFlightdataArrivals th{color:#BBFFFD;background-color: #34663C;border-bottom:2px solid #BBFFFD}
.gwFlightdataArrivals td{color:#fff;background-color: #34663C;border-top:1px solid #BBFFFD}
.gwFlightdataDepartures th{color:#4fd0f0;background-color: #0976BA;border-bottom:2px solid #4fd0f0}
.gwFlightdataDepartures td{color:#fff;background-color: #0976BA; border-top:1px solid #4fd0f0}
.FlugplanHomepageHeaderColumn1{width: 40px;padding: 0 4px 0 7px;text-align:left; margin-left:0px}
.FlugplanHomepageHeaderColumn2{width: 45px;padding: 0 4px 0 0px;color: #FF8833;text-align:left;margin-left:0px}
.FlugplanHomepageHeaderColumn3{width: 148px;padding: 0 4px 0 0px; margin-left:0px; text-align:left}
.FlugplanHomepageHeaderColumn4{width: 67px;padding: 0 4px 0 0px;text-align:left}
.FlugplanHomepageHeaderColumn5{text-align: center;width: 58px;padding: 0 4px 0 0px;white-space:nowrap}
.FlugplanHomepageHeaderColumn6{ text-align:right;width: 33px;padding: 0 7px 0 0px;}
.FlugplanHomepageColumn1{width: 40px;padding: 5px 4px 5px 7px;white-space:nowrap}
.FlugplanHomepageColumn2{width: 45px;padding: 5px 4px 5px 0px;color: #FF8833;white-space:nowrap}
.FlugplanHomepageColumn3{width: 148px;padding: 5px 4px 5px 0px;white-space:nowrap}
.FlugplanHomepageColumn4{width: 67px;padding: 5px 4px 5px 0px;white-space:nowrap}
.FlugplanHomepageColumn5{text-align: center;width: 58px;padding: 5px 4px 5px 0px;white-space:nowrap}
.FlugplanHomepageColumn6{ text-align:right;width: 33px;padding: 5px 7px 5px 0px;white-space:nowrap}

body.filmIFrameBody{overflow:hidden;background-color:#fff;color:#333333;margin:0;padding:0px;text-align:center;}
.filmIFrameMiddle{margin:12px auto}

/* Navigation generisch 
.gnav {
	float: right;
	width: 450px;
	}
.gnav li {
	list-style: none;
	float:left;
	display: inline; 
	}
.gnav li a,
.gnav li a:link,
.gnav li a:visited {
	color: #666666; 
	}
.gnav li a:hover,
.gnav li a:focus {
	color: #666666; 
	}
*/
.smallFont {
	font-size: 11px !important;
}
/*Datepicker START*/
.calendricalDatePopup {
  background: white;
  border: solid 1px #999999;
  padding: 2px;
  text-align: center;
  width: 160px; }
  .calendricalDatePopup table {
    border-collapse: collapse;
    width: 160px; }
    .calendricalDatePopup table .monthCell {
      padding: 2px 0; }
      .calendricalDatePopup table .monthCell a {
        display: block;
        float: left;
        line-height: 20px; }
      .calendricalDatePopup table .monthCell .prevMonth, .calendricalDatePopup table .monthCell .nextMonth {
        width: 24px; }
      .calendricalDatePopup table .monthCell .monthName {
        width: 110px; }
    .calendricalDatePopup table a {
      text-decoration: none; }
    .calendricalDatePopup table th {
      text-align: center; background-color:#DDDAD9;color: #3e74b7 }
    .calendricalDatePopup table td {
      text-align: center;
      font-size: 12px;
      padding: 0; }
      .calendricalDatePopup table td a {
        display: block;
        color: black;
        padding: 2px 3px; }
        .calendricalDatePopup table td a:hover {
          background: #3e74b7;
          border: none;
          padding: 2px 3px; }
      .calendricalDatePopup table td.today a {
        background: #e4e4e4; }
      .calendricalDatePopup table td.selected a {
        background: #3e74b7; }
      .calendricalDatePopup table td.today_selected a {
        background: #e4e4e4;
        border: solid 1px #e4e4e4;
        padding: 1px 2px; }
      .calendricalDatePopup table td.nonMonth a {
        color: #999999; }

.calendricalTimePopup {
  background: white;
  border: solid 1px #999999;
  width: 70px;
  height: 130px;
  margin: 0;
  padding: 0; 
  overflow: auto;
  
 }
  .calendricalTimePopup ul {
    margin: 0;
    padding: 0; 
    list-style:none; list-style-image:none; list-style-type:none; background:none
    }
    .calendricalTimePopup ul li {
      list-style:none; list-style-image:none; list-style-type:none; background:none;      
      margin-left: -10px;    padding: 0px; 
 }
      .calendricalTimePopup ul li a, .calendricalTimePopup ul li a:visited {
        text-indent: 10px;
        padding: 4px;
        display: block;
        color: black;
        text-decoration: none;
		background:none        
 }
      .calendricalTimePopup ul li a:hover, .calendricalTimePopup ul li.selected a {
        background: #e4e4e4;
        background:none        
 }
.calendricalEndTimePopup {
  width: 160px; }

    div.parkingcalculator input {
   	border: 1px solid #e4e4e4;
	font-size: 12px;
	line-height: 1.5em;
	height:18px;
	margin-bottom: 6px;
	vertical-align:bottom;
	width: 120px;
    display: inline-block;
    padding:2px 0 2px 2px ;
    }
    div.parkingcalculator label {
 	float: left;
	margin-top: 4px;
	margin-right: 12px;
	text-align: left;
	width: 60px;
    }
    div.parkingcalculator .btn {
	float: left; 
	border: 0px;
	font-size: 12px;
	color: #fff;
	width: 107px;
	height: 23px;
	text-align:center;
	vertical-align:middle;
	padding: 1px 0px 1px 0px;
	background: #ffffff url('/portaldata/1/Resources/Images/Buttons/buttonSearchTabAbflug.gif') left top no-repeat;
	cursor: pointer;
        font: 12px normal Arial, sans-serif;
}
/*Datepicker END*/
/*/*Unternehmen Slider*/
/*Unternehmen Slider END*/

/* ---------start------------
 videostream 20110722 */
div.videoStream { position: relative; margin: 0 0 20px;}
h2.modTitle { padding: 20px 0 0; }
div.videoStreamCanvas { width: 406px; height: 258px; margin: 10px 0 6px; }
a.videoStreamPlayer { width: 406px; display: block; height: 258px; overflow: hidden; }
p.videoInfo { font-size: 11px !important; padding: 0; }

/* stop  videostream 20110722
--------------------------------*/

/* *** End: Class definitions *** */


/* start kontakte detailansicht */
div.kontakteDetailEmbrace { margin: 0; padding: 0 12px; }
div.kontakteDetailEmbrace div { margin: 12px 0 0; padding: 0; }
div.kontakteDetailEmbrace div.kontakteDetailLogoAndDesc { overflow: auto; min-height: 80px; margin-bottom: 12px; padding: 0 0 12px; border-bottom: 1px solid #eee; }
div.kontakteDetailLogoAndDesc div.kontakteLogo { float: left; margin: 0 12px 12px 0; }
div.kontakteDetailDesc { float: left; }
div.kontakteDetailDesc h3,
div.kontakteDetailHinweis h3,
div.kontakteDetailAddition h3 { margin: 0; padding: 0;  }
div.kontakteDetailEmbrace.wide div.kontakteDetailDesc { width: 456px; margin: 0; padding: 0; }
div.kontakteDetailEmbrace.short div.kontakteDetailDesc { width: 274px; margin: 0; padding: 0; }
p.closeDetailsEmbrace { margin: -3px 0 0;  padding: 0 0 9px; border-bottom: 1px solid #eee; }
a.closeDetails img { position: relative; top: -1px; margin: 0 6px 0 0; }
div.kontakteDetailEmbrace ul { margin: 0; padding: 0; list-style-type: none; }
div.kontakteDetailEmbrace ul.kontakteDetailMetaList { margin-bottom: 12px; padding: 0 0 12px; border-bottom: 1px solid #eee; }
div.kontakteDetailEmbrace ul.kontakteDetailAdditionText { padding: 5px 0; }
div.kontakteDetailEmbrace ul>li { overflow: hidden; margin: 0; padding: 3px 0; background: none; } /* für den IE7 gibt es eine Aufhebung der overflow Eigenschaft in ie7fixex.css */
div.kontakteDetailEmbrace ul li ul>li { overflow: hidden; float: none; width: auto; margin: 0 0 2px; padding: 0; background: none; }
div.kontakteDetailEmbrace ul li span { display: block; float: left; padding: 0; }
div.kontakteDetailEmbrace ul li span.detailBeschrieb { width: 120px; margin-right: 12px; text-align: left; }
div.kontakteDetailEmbrace ul li span.label { visibility: hidden; }
div.kontakteDetailEmbrace ul li span.begleittext { font-style: italic; }
div.kontakteDetailEmbrace ul li span.detailInfo { display: block; clear: both; margin-left: 132px; padding: 0 0 4px; }
div.kontakteDetailEmbrace ul li ul.detailText,
div.kontakteDetailEmbrace ul li p.detailText { margin: 0; padding: 0; display: block; float: left; width: 456px; }
div.kontakteDetailEmbrace.short ul li ul.detailText,
div.kontakteDetailEmbrace.short ul li p.detailText { margin: 0; padding: 0; display: block; float: left; width: 274px; }
div.kontakteDetailEmbrace ul li a { display: block; float: left; padding: 0; }
div.kontakteDetailEmbrace ul li ul li a { margin: -1px 9px 0 0; padding: 2px 4px; background-color: #eee; }
div.kontakteDetailEmbrace ul li span a { display: inline; float: none; padding: 0; }
div.kontakteDetailEmbrace div.kontakteDetailHinweis, 
div.kontakteDetailEmbrace div.kontakteDetailAddition {  overflow: auto; margin-bottom: 12px; padding: 0 0 12px; border-bottom: 1px solid #eee; }
div.kontakteDetailEmbrace div.kontakteDetailAddition {  border: none; }
div.kontakteDetailEmbrace { margin: 0; padding: 0 12px; }
div.kontakteMorelink { clear: both; }
div.kontakte { 	width: 406px; padding: 0 12px; border-bottom: solid 12px #eee; background-color: #fff; }

div.kontaktePreview { float: left; width: 274px; margin: 0; padding: 0 0 12px; }
div.kontakte p.closeDetailsEmbrace { clear: both; padding: 9px 0; border-bottom: none; border-top: 1px solid #eee; }
.detailCheckin { float: left; margin-right: 4px; width: 12px; background-color: #fff; text-align:left; }
.detailCheckinNr { float: left; margin-top: 2px; margin-right: 4px; width: 15px; background-color: #eeeeee; text-align: center; }
div.kontakte p.kontakteStandort { margin: -6px 0 2px; padding-top: 0; color: #999; }
div.kontakteDetailEmbrace p.kontakteStandort { margin: 3px 0 0; padding: 0; color: #999; }
div.kontakte p.kontakteStandort span.detailText, 
div.kontakteDetailEmbrace p.kontakteStandort span.detailText { margin: 0; padding: 0; }
div.kontakte div.Logo_Preview > div.kontakteLogo { position: relative; float: left; width: 118px; height: 58px; margin: 0 12px 12px 0; background-color: #fff; border: none; }
div.kontakte div.Logo_Preview > div.kontakteLogo span { position: absolute; display: block; top: -1px; left: -1px; }

