:focus {
	outline:none;	
}

.layout-clear {
	clear:both;	
}

body {
	position:relative;
	margin:0px; padding:0px; border:none;
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
}

body.iframeSimulator {
	margin-left:0px;
	width:780px; 
}

#contentPane {
	position:relative;
	margin:0px; padding:0px; border:none;
	width:780px;
}

#tabHeader {
	position:relative;
	margin:0px; padding:0px; border:none;
	padding-left:22px;
	width:780px; height:40px;
	line-height:42px;
	font-weight:bold;
	font-size:14px;
	color:#7A7A7A;
	background-image:url(../img/tab_back.gif);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
}

#tabHeader li {
	margin:0px; padding:0px; border:none;
	height:40px;
	text-align:center;
	list-style:none;
	float:left;
}

#tabHeader li.tab-first {
	width:135px;
	background-image:url(../img/tab_first_inactive.gif);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	font-size:14px;
}

#tabHeader li.tab-first-selected {
	width:135px;
	color:#E60036;
	background-image:url(../img/tab_first.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:14px;
}

#tabHeader li.tab-second {
	width:200px;
	background-image:url(../img/tab_second_inactive.gif);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	font-size:14px;
}

#tabHeader li.tab-second-selected {
	width:200px;
	color:#E60036;
	background-image:url(../img/tab_second.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:14px;
}

#contentPane .tabContent {
	position:relative;
	margin:0px; padding:0px; border:none;
	margin-top:20px;
	width:780px;
	background-color:#FFFFFF; 
}

#tab-first-contentPane #headerRow {
	position:relative;
	margin:0px; padding:0px; border:none;
	width:780px; height:275px;
}

#tab-first-contentPane #headerRow #searchBoxPane {
	position:relative;
	margin:0px; padding:0px; border:none;
	width:230px; height:100%;
	float:left;	
	background-position:top left;
	background-repeat:no-repeat;
}

#searchFormContent {
	visibility:visible;
	position:relative;
	height:240px;
	z-index:0;
}

#tab-first-contentPane #headerRow #bigTeaserPane {
	position:relative;
	margin:0px; padding:0px; border:none;
	width:530px; height:100%;
	float:right;	
	background-color:#FFFFFF;
}

#tab-first-contentPane #headerRow #bigTeaserPane #bigTeaser-toggle {
	position:absolute;
	margin:0px; padding:0px; border:none;
	top:0px; left:0px;
	width:100%; height:100%;
	background-color:#FFFFFF;
	z-index:10;
	display:none;
}

#tab-first-contentPane #headerRow #bigTeaserPane h3 {
	position:relative;
	margin:0px; padding:0px; border:none;
	margin-bottom:5px;
	height:24px;
	line-height:24px;
	font-weight:bold;
	font-size:20px;
	color:#E60036;
}

#tab-first-contentPane #headerRow #bigTeaserPane img {
	display:block;
	position:relative;
	margin:0px; padding:0px; border:none;
	width:510px; height:200px;
}

#tab-first-contentPane #headerRow #bigTeaserPane #bigTeaser-textContainer {
	position:relative;
	margin:0px; padding:0px; border:none;
	border-bottom:1px solid #C0C0C0;
	width:510px; height:46px;
}

#tab-first-contentPane #headerRow #bigTeaserPane #bigTeaser-textContainer .left {
	position:relative;
	margin:0px; padding:0px; border:none;
	padding-top:6px;
	width:350px; height:40px;
	line-height:16px;
	color:#333333;
	float:left;
}

#tab-first-contentPane #headerRow #bigTeaserPane #bigTeaser-textContainer .left em {
	font-style:normal;
	font-weight:bold;
}

#tab-first-contentPane #headerRow #bigTeaserPane #bigTeaser-textContainer .left img {
	display:inline;
	position:relative;
	margin:0px; padding:0px; border:none;
	width:19px; height:16px;
	vertical-align:-2px;
}

#tab-first-contentPane #headerRow #bigTeaserPane #bigTeaser-textContainer .right {
	position:relative;
	margin:0px; padding:0px; border:none;
	width:160px; height:46px;
	line-height:46px;
	text-align:right;
	float:right;
}

#tab-first-contentPane #headerRow #bigTeaserPane #bigTeaser-textContainer .right a {
	margin:0px; padding:0px; border:none;
	padding-right:30px;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#CC1F2F;
	background-image:url(../img/link_arrow_big.gif);
	background-position:right 2px;
	background-repeat:no-repeat;
}
#tab-first-contentPane #headerRow #bigTeaserPane #bigTeaser-textContainer .right a span {
	font-size:inherit;
}

#tab-first-contentPane #headerRow #bigTeaserPane #bigTeaser-textContainer .right a:hover {
	text-decoration:underline;	
}

#tab-first-contentPane #headerRow #bigTeaserPane #bigTeaser-textContainer .right a span.ab {
	font-size:11px;
}

#tab-first-contentPane .teaserRow {
	position:relative;
	margin:0px; padding:0px; border:none;
	margin-top:20px;
	width:780px; height:105px;
}

#tab-first-contentPane .teaserRow img {
	display:block;
	position:relative;
	margin:0px; padding:0px; border:none;
	width:70px; height:105px;
	float:left;
}

#tab-first-contentPane .teaserRow .teaserContainer {
	position:relative;
	margin:0px; padding:0px; border:none;
	padding-left:20px;
	width:210px; height:105px;
	line-height:15px;
	float:left;
}

#tab-first-contentPane .teaserRow .teaserContainer img {
	display:block;
	position:relative;
	margin:0px; padding:0px; border:none;
	width:96px; height:103px;
	float:left;
}

#tab-first-contentPane .teaserRow .teaserContainer .teaser-text {
	position:relative;
	margin:0px; padding:0px; border:none;
	padding-left:10px;
	width:104px; height:103px;
	color:#333333;
	float:left;
}

#tab-first-contentPane .teaserRow .teaserContainer .teaser-text h4 {
	margin:0px; padding:0px; border:none;
	margin-bottom:5px;
	font-size:12px; 
	color:#CC1F2F;	
}

#tab-first-contentPane .teaserRow .teaserContainer .teaser-text img {
	display:inline;
	margin:0px; padding:0px; border:none;
	width:16px; height:13px;
}

#tab-first-contentPane .teaserRow .teaserContainer .teaser-text div {
	margin:0px; padding:0px; border: none;
	clear: both;
	width:100px; height:50px;
}

#tab-first-contentPane .teaserRow .teaserContainer .teaser-text div.flight-text {
	height:62px;
}

#tab-first-contentPane .teaserRow .teaserContainer .teaser-text a {
	display:block;
	margin:0px; padding:0px; border:none;
	padding-right:25px;
	font-size:12px;
	font-weight:bold;
	line-height:26px;
	text-align:right;
	text-decoration:none;
	color:#CC1F2F;
	background-image:url(../img/link_arrow_small.gif);
	background-position:right 5px;
	background-repeat:no-repeat;
}

#tab-first-contentPane .teaserRow .teaserContainer .teaser-text a:hover {
	text-decoration:underline;
}

#tab-first-contentPane .teaserRow .teaserContainer .teaser-text a span.ab2 {
	font-size:10px;
}


#tab-second-contentPane #BFF {
	margin:0px; padding:0px; border:none;
	width:773px; height:489px;
	
	/* old code
	background-image:url(../img/temp/bff.gif);
	background-position:top left;
	background-repeat:no-repeat;	
	*/
}

/* special defines for searchbox (some style elements are different to the normal searchbox) */
.r2_right_search {
	margin-top:7px;
	*margin-top:1px;
}

.ContainerairberlinBTN {
	position:absolute;
	right:10px;
	top:220px;
	*top:225px;
}
