﻿/*
	Flughafen-Portal Styles & Classes definition
	Created: 20.10.2008 by SIAI, M.Jaworek / J. Hiltebrand / J. Wickli
*/
/* Global Page Settings */
* {
	margin: 0;
	padding: 0;
}
.clearboth{ clear:both;}
/* Clearfix fuer das Float-clearing */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* IE 7 */
/* Hides from IE-mac \*/
/* html .clearfix {
	height: 1%;
} */
/* End hide from IE-mac */
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 {
	color: #1A1919;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 0px 0px 5px 16px;
}
.contentpane ul {
 padding: 0 0 12px;
 }
.contentpane 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;
	}
/* 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;
	margin-bottom: 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;}
/* before changes irf
.hnav25-1 {width: 69px;}
.hnav25-2 {width: 83px;}
.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: 82px;}
.hnav76-9 {width: 90px;}
.hnav29-1 {width: 93px;}
.hnav29-2 {width: 88px;}
.hnav29-9 {width: 93px;}
.hnav30-1 {width: 134px;}
.hnav30-2 {width: 125px;}
.hnav30-9 {width: 161px;}
.hnav405-1{width: 88px;}
.hnav405-2{width: 88px;}
.hnav405-9{width: 88px;}
.hnav31-1 {width: 75px;}
.hnav31-2 {width: 75px;}
.hnav31-9 {width: 91px;}
*/

.theme1 .hnav li {
	line-height: 28px;
 }		
/*.hnav488-1, li.hnav488-2, li.hnav488-9 {width: 74px;}
.hnav498-2 {width: 82px;}
.hnav498-9 {width: 57px;}
.hnav499-2 {width: 66px;}
.hnav499-9 {width: 96px;}
.hnav500-1 {width: 75px;}
.hnav500-2 {width: 92px;}*/
li.hnav500-9 {
	width: 130px;
	line-height: normal !important;		
}
/*.hnav501-2 {width: 74px;}*/

	
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: #e4e4e4 1px solid;
	padding-bottom: 9px;
	padding-top: 9px;
	width: 406px;
	padding-left: 12px;
	padding-right: 12px;
}
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: #e4e4e4 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.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: 0 0 0 2px;
	overflow: hidden;
	width: 994px;
	text-align: center;
}
.rightCommercialPane {
	clear: both;
	float: right;
	left: 856px;
	position: absolute;
	top: auto;
	margin-top: 12px;
	width: 160px;
	z-index: auto;
	overflow: hidden;
}
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;
	margin-bottom: 12px;
	float: left;
	clear: left;
}
.navigationPanePath {
	background-color: #FFFFFF;
	margin-bottom: 12px;
	float: right;
	padding-bottom: 6px;
	padding-top: 7px;
	position: relative;
	top: auto;
	width: 612px;
	z-index: auto;
	color: #999;
}
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;
	clear: both;
}
.embraceNoMargin
{
	min-height: 434px;
	display:block;
	width: 820px;
	clear: both;
}
.contentpane {
	background-color: #eeeeee;
	margin-top: 0px;
	position: relative;
	display:block;
	top: auto;
	width: 430px;
	float: left;
}
.printPane
{
	float:left;
	width:430px;
}
.printWide .printPane {
	float: right;
	width: 612px;
}
.contentpaneWide {
	background-color: #fff;
	top: auto;
	position: relative;
	margin-top: 0px;
	width: 612px;
	z-index: auto;
	float: right;
	margin-bottom:12px;
}
.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;
	background-color:#fff;
	width: 430px;
}
.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%;
	background-color: #fff;
}
.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;*/
}
.contentteaserstyle {
	clear: both;
	width: 430px;
	background: #fff;
	margin-bottom: 12px;
	position: relative;
}
div.contenttitlepane {
	background-color: #fff;
	top: auto;
	position: relative;
	border-bottom: solid 1px #e4e4e4;
	width: 430px;
	z-index: auto;
	float: left;
}
div.contenttitlepane span {
	padding: 0 12px 0 12px;
}
div.contenttitlepaneWide {
	background-color: #fff;
	margin-bottom: 1px;
	position: relative;
	top: auto;
	width: 612px;
	z-index: auto;
	float: right;
}
div.contenttitlepaneWide span {
	padding: 0 12px 0 12px;
}

/* Start Definitions Pagetemplate Inhalt_ohnelinkeNav */

.ohneNav .contentpane,
.ohneNav .contenttitlepane {
	width: 638px;
}
.ohneNav .ContentFooter {
	width: 629px;
}
.navigationPanePathWide  {
	background-color: #FFFFFF;
	margin-bottom: 12px;
	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;
}
.footerNavigationPane {
	float: right;
	height: 18px;
	padding-top: 6px;
	text-align: right;
	position: relative;
	width: 500px;
}
.copyright {
	color: #2d2d2d;
	height: 18px;
	float: left;
	font-size: 12px;
	padding-top: 6px;
	position: relative;
	width: 300px;
}
.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-bottom: 1px #eeeeee solid;
	background-color: #fff;
	margin-top: 1px;
	margin-bottom: 12px;
	padding: 9px 0px 9px 9px;
	width: 421px;
	height: 15px;
}
.printWide div.ContentFooter {
	border-bottom: 1px #eeeeee solid;
	background-color: #fff;
	margin-top: 1px;
	margin-bottom: 12px;
	padding: 9px 0px 9px 9px;
	width: 603px;
	height: 15px;
}
/* Artikelmodul Content */
.artikelContent {
	background: #fff;
	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;
}
.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;
}
/* Kontakte */
div.kontakte {
	padding-right: 12px;
	padding-left: 12px;
	margin-bottom: 12px;
	width: 406px;
	background-color: #fff;
}
div.Logo_Preview {
	width: 406px;
}
div.kontakteLogo {
	float: left;
	padding-bottom: 5px;
}
div.kontakteLogo img {
}
div.kontaktePreview {
	padding-right: 9px;
	float: right;
	width: 270px;
	padding-bottom: 5px;
}
div.kontaktePreviewWide {
	padding-right: 9px;
	float: right;
	width: 460px;
	padding-bottom: 5px;
}
div.kontakteMorelink {
	clear: both;
	border-top: #eeeeee 1px solid;
	padding-bottom: 5px;
	width: auto;
	padding-top: 9px;
	background-color: #fff;
	width: 406px;
	height: 15px;
}
div.kontakteMorelinkWide {
	clear: both;
	border-top: #eeeeee 1px solid;
	padding-bottom: 5px;
	width: 588px;
?padding-top: 9px;
	position: relative;
	background-color: #fff;
}
div.kontakteMorelink img {
	margin-left: 3px;
	padding-bottom: 1px;
}
div.font-family img {
	padding-right: 3px;
	padding-bottom: 1px;
}
div.kontakteDetail {
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 3px;
	width: 406px;
	padding-TOP: 0px;
	position: relative;
	background-color: #fff;
}
div.kontakteDetailWide {
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 3px;
	width: 588px;
	padding-TOP: 0px;
	position: relative;
	background-color: #fff;
}
div.kontakteDetailDetails {
	clear: both;
	width: 406px;
	background-color: #fff;
	padding-left: 12px;
	padding-right: 12px;
}
div.kontakteDetailDetailsWide {
	width: 588px;
	background-color: #fff;
	padding-right: 12px;
	clear: both;
}
div.kontakteDetailDescription {
	clear: left;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: 12px;
	border-top: 1px solid #eeeeee;
	margin-top: 12px;
}
span.detailBeschrieb {
	padding-right: 12px;
	float: left;
	width: 120px;
	padding-top: 1px;
}
.detailText {
	padding-right: 12px;
	float: left;
	padding-top: 1px;
	width: 63%;
}
.detailCheckin {
	float: left;
	margin-right: 4px;
	width: 15px;
	background-color: #fff;
	text-align: center;
}
.detailCheckinNr {
	/*clear: left;*/
	float: left;
	margin-top: 2px;
	margin-right: 4px;
	width: 15px;
	background-color: #eeeeee;
	text-align: center;
	/*position: relative;*/
}
.detailRow {
	margin-top: 2px;
	float: left;
	/*position: relative;*/
	/*clear: right;*/
	width: auto;
}
.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;
}
.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;
}
.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;
}
.imgPlus {
	padding-right: 6px;
	padding-left: 12px;
	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;
}

.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 #e4e4e4;
	padding: 7px 12px;
}
.dokumentelisteInvisible {
	background-color: #999;
	border-bottom: solid 1px #e4e4e4;
	padding: 5px 12px;
}
div.dokbaustein {
	padding: 0 0;
	border: none;
}
div.greyline {
	border-bottom: solid 1px #e4e4e4;
	padding: 7px 0;
}
div.dokbaustein a{
	float: left;
	padding: 0 5px 0 0 !important;
}
div.dokumenteliste .dokumenteinfo {
	color: #999;
	padding: 1px 0 0 0;
}
div.dokumenteliste a.dokumentelink {
	float: left;
	padding: 1px 5px 0 0;
}
.dokumenteicon {
	float: left;
	position: relative;
	padding: 0 5px 0 0;
}
div.dokumenteliste p.dokumentetext {
	color: #000;
	margin: 1px 0 0 22px;
	padding: 0 0;
}
.min12px {
  margin-bottom: -12px;
}
/* --- 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;  ! 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 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.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 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;
}
div.formular span.radiobutton label {
	float: left;
	margin: 5px 25px 5px 0;
	width: auto;
}
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.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 0 3px 30px;
	line-height:24px;
	position:relative; top:-3px; left:-3px;
}
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;
	}
.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;
	}
.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;
}
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.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 {
 padding: 0 1px;	
}
/*	Textbausteine	*/
.col1-1,
.col1-2,
.col2-1,
.col1-1-1 {
	width: 100%;
	margin-bottom: 10px;
	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: 10px;
}
.textflow {
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
.textflow p {
	padding-top: 0;
}
/* Bild mit Textumfluss */
.textflow .left {
	float: left;
	margin: 2px 10px 5px 0;
}
.textflow .right {
	float: right;
	margin: 2px 0 5px 10px;
}
.textflow .left img {
	height: 121px;
	padding: 2px 0 6px 0;
}
.textflow .right img {
	height: 121px;
	padding: 2px 0 6px 0;
}
.col1-1,
.col1-2,
.col2-1,
.col1-1-1,
.textflow p {
	padding: 0 !important;
}
/* 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;
}
/* 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;
}
/* LightboxTextflow		*/
.lightboxTextflow {
	width: 100%;
}
.lightboxTextflow .lightbox p {
	padding: 0px;
}
.lightboxTextflow .left {
	float: left;
	margin: 0 10px 5px 0;
	width: 182px;
}
.lightboxTextflow .right {
	float: right;
	margin: 0 0 5px 10px;
	width: 182px;
}
.lightboxTextflow .left img {
	height: 121px;
	margin: 8px 0 6px 0;
	float: left;
	clear: both;
}
.lightboxTextflow .right img {
	height: 121px;
	margin: 8px 0 6px 0;
	float: left;
	clear: both;
}
.lightboxTextflow .right p, .lightboxTextflow .left p {
	float: left;
	width: 165px;
	text-align: left;
}
/* 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;
}
/* 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;
}
.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: leftt;
	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;
}
.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}
/* Start Table Content Area tiki 27.10.09 */
/*.ZRH_table {width: 100%;border-spacing: 0px;empty-cells: show;width: 100%;font-family: Arial;font-size: 12px;}
.ZRH_table td {padding-left: 3px;padding-top: 4px;padding-right: 3px;padding-bottom: 4px;}
.ZRH_table td p{padding: 0;}
.ZRH_table_zeilekopf {background-color: #DDDAD9;padding: 10px;font-weight: bold;vertical-align: top;}
.ZRH_table_zeilekopf span{padding: 0px;}
.ZRH_table_zeilehell {background-color: #FFFFFF;padding: 10px;vertical-align: top;}
.ZRH_table_zeiledunkel {background-color: #EDEBE9;padding: 10px;vertical-align: top;}*/
/* End Table Content Area*/
/* 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
{
	font-weight: bold;
    padding-right: 12px;
    padding-left: 12px;
}
.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;
}

.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;
}
.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;
}


/* *** End: Class definitions *** */