/* Standard Template fuer EDELWEISSAIR.CH */
/* 27.06.2007 2c: Built on kuoni.ch by Philipp Blatter */
/* 28.06.2007 2c: First Layout */
/* 02.07.2007 2c: Aenderungen Farben und Backgrounds */
/* 02.08.2007 pb: Overview h2 and table styles */
/* 05.10.2007 2c: Kontakformular Styles */
/* 09.10.2007 2c: Anpassungen Online Booking */
/* 18.10.2007 PB: Style finetuning */
/* 30.10.2007 PB: whoiswho, organigram */
/* 12.11.2007 PB: integration sms tool, sfhover ie7 hack */
/* 30.11.2007 PB: web20 buttons for home */
/* 15.01.2008 PB: flash home */
/* 25.01.2008 PB: checkin */
/* 26.01.2008 PB: .bbpressephotos */
/* 31.07.2008 CC: editgrid styles */
/* 13.08.2008 CC: swissframe styles */
/* 29.08.2008 CC: Changes on Organigram Page */
/* 14.08.2008 PB: Styles for surpriseshop with flights */
/* 27.02.2009 PB: Styles for booking und flugplanumbau */
/* 03.03.2009 PB: Tuning flugplanumbau */
/* 10.03.2009 PB: Tuning flugplan title */
/* 19.10.2009 PB: bookingalert */
/* 23.12.2009 PB: notfallimbuero #boffice */
/* 20.04.2010 PB: web20 buttons for news */
/* 26.07.2010 kb: Neues Layout bei Flotte */

body {
	background: #fff;
	color: #888888;
	margin: 0;
	padding: 0;
	font: 12px/15px arial, verdana, sans-serif;
	}



/*  layout ------------------------------------------------ */


#header {
	position: relative;
	width: auto;
	/* height: 130px; */
	margin: 0;
	padding: 0;
	background: #fff url(/img/edw-logo.gif) no-repeat;
	z-index: 5; 
	}

#header_pic {
	clear: both;
	width: 986px;
	height: 112px;
	background: transparent url(/img/top_banner_1.jpg) no-repeat;
}

#footer {
	position: relative;
	top: 60px;
	margin: 0 0 0 430px;
	padding: 10px 10px 10px 5px;
	width: 565px;
	height: 40px;
	color: #888888;
	background: #fff;
	z-index:1; 
	}
	

.content {
	background: #161586;
	color: #FFF;
	margin: 0pt 0pt 0pt 430px;
	min-height: 406px;
	min-width: 125px;
	padding: 15px;
	position: relative;
	top: 53px;
	width: 526px;
	}

/* body>div.content { padding-top: 38px; }  /* Compliant Browser Value */

.content {
	z-index:3;  /* value for IE4-5.x */
	}


#navAlpha {
	position: absolute;
	top: 198px;
	left: 0;
	width: 415px;  
	margin: 0;
	padding: 0;
	background: white;
	z-index: 2;
	/* overflow: hidden; */
	}

/* added by 2c	*/
#navAlpha .sidebox, #navAlpha #navBetaUp, #navAlpha #weatherbox   {
	display: none;
}

*html #navAlpha {
	top: 201px;
}

*+html #navAlpha {
	top: 201px;
}

#navBeta {
	position:absolute;
	top: 148px;
	left: 790px;
	width: 200px;	
	margin-top: 20px;
	padding: 0;
	color: #000;
	background: white;
	z-index: 7;
	}


#navCountry {
	position: absolute;
	left: -203px;
	width: 200px;
	margin-top: -7px;
	overflow: hidden;
	color: #000;
	/*background: #CBD4E7;*/
	z-index: 8; 
	}
	
#navCountry { 
	padding-top: 7px; 
	}

#navYouarehere {
	position: absolute;
	left: 0;
	top: 115px;
	width: 966px;
	padding: 5px 0;
	color: #CCCCCC;
	z-index: 7; 
	}

#navYouarehereShadow {
	position: absolute;
	left: 940px;
	top: 125px;
	width: 50px;
	height: 30px;
	/*background: transparent url(/img/bg_breadcrumb.gif) no-repeat 0 0;*/
	z-index: 9; 
	}


#navTools {
	background: transparent;
	width: 986px;
	padding-top: 7px;
	text-align: right;
	height: 26px;
	}



#navBooking {
	padding: 0;
	padding-top: 84px;
	margin-left: 212px;
	width: 781px;
	height: 33px;
	}




/*  standard tags  ------------------------------------------------ */


img {
	border: 0;
	}

p {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.4em;
	}
	
th,td {
	padding: 2px 10px 2px 10px;
	font: 12px/16px arial, sans-serif;
	}
	
th {
	text-align: left;
	font-weight: bold;
	}
	
a, a:link, a:visited {
	font-weight : normal; 
	text-decoration : underline;
	color: #20557D;
	background: transparent; 
	}

a:hover {
	font-weight : normal; 
	text-decoration : underline;
	color: #4C95B4;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #BE8225;
	background: transparent;  
	}
	
a { color: #ADADAD; }
a:link { color: #ADADAD; }
a:visited { color: #CCC; }
a:hover { color: #F00; }
a:active { color: #BDD; }



address	{
	font:10px/15px arial, sans-serif;
	color:#ADADAD;
	background:transparent; 
	}

acronym	{
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px dotted #ccc;
	}

em {
	font-weight : normal; 
	font-style : normal; 
	text-decoration : none;
	color: #555;
	background: transparent;  
	}
	
code {
	text-transform: uppercase;
	font-size : 0.9em; 
	color: #fafafa;
	background: transparent;  
	padding-left: 5px;
	}




/*  headlines  ------------------------------------------------ */


h1, h2, h3, h4, h5, h6	{
	font-weight: normal;
	font-family: arial, sans-serif;
	}
	
h1	{
	clear: both;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 18px;
	line-height: 22px;
	}

h2	{
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 17px;
    }

h3	{
	font-size: 13px;
	line-height: 1.1em;
	margin-top: 11px;
	margin-bottom: 3px;
	font-weight: bold;
    }

h4	{
	font-size: 12px;
	line-height: 1.1em;
	margin-top: 3px;
	margin-bottom: 4px;
	letter-spacing: 1px;
	}

h5	{
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
	}



/*  layout elements ------------------------------------------------ */


#footer a { color:#777; text-decoration: none; }
#footer a:hover { color:#000; }
#footer address { border-top: 1px solid #eee; padding-top: 3px; }
#footer #footernavigation { padding-bottom: 10px; }


#navYouarehere p { 
	width: 100%;
	margin: 0; 
	padding: 1px 5px 2px 15px;
	white-space: nowrap;
	overflow: hidden;
	background: #161586;
	background: transparent url(/img/urhere_transparentbg.png) repeat;
	font-size: 0.9em;
	}

*html #navYouarehere p { 
	background: #161586;
	}

#navYouarehere a {
	font-weight: normal;
	color: #EEEEEE;
	text-decoration: none;
	}
	
#navYouarehere a:hover {
	color: #FFF;
	text-decoration: underline;
}

#navYouarehere .hotelcategory {
	float: right;
	text-align: right;
	margin-top: -38px;
	border-bottom:0;
	}


/*  layout elements right ------------------------------------------------ */


#navBeta img {
	margin-bottom: 8px;
	}

/* clean up code with old div id boxes: boxLinks,  boxLinks, boxSpecial, boxExclusive */

.sidebox, .bookingbox, .searchbox {
	margin-bottom: 10px;
	}

.searchbox {
	width: auto;
}

.searchboxcontent1, .searchboxcontent2 { margin: 0 10px 6px 10px; }
.searchbox select { width: 100% !important; }
.searchboxcontent1 form { margin: 3px 0 7px 0; }
.searchboxcontent2 form { margin: 0 0 5px 0; padding:0; }

.sidepics { width: 210px; }
.sidepics img.photoregularfive { margin-bottom: 10px; }



 .sidebox h2, .bookingbox h2, .searchbox h2 {
	background: #888;
	color: #FFF;
	padding: 3px 8px;
	font-size: 12px;	
	font-weight: bold;
	margin-bottom: 6px;
	/* width: 100%; */
	}
	
.sidebox li {
	padding-bottom: 3px;
	}


.sidebox ul, .bookingbox ul {
	list-style: none;
	margin: 0 2px 8px 8px;
	padding: 0;
	border: 0;
	}

.sidebox p, .bookingbox p, .searchbox p {
	margin: 0;
	padding: 0 2px 5px 8px;
	}

.leadingbox p { 
	font-size: 15px !important; 
	font-weight: normal; 
	line-height: 18px; 
}

.textteaser { 
	width: 185px; 
	background: #aaa; 
	color: #fff;
	padding: 10px 6px 10px 10px;
	margin: -15px -15px;
}
.textteaser p { 
	padding: 0 0 10px 0;
}
.textteaser a { 
	color: #fff;
	text-decoration : none;
}
.textteaser a:hover { 
	color: #000; 
}


/*  layout elements left ------------------------------------------------ */

	
#navSegmente h2 {
	display: none;
	}

#navAlpha p {
	margin-bottom: 15px;
	}

/*
#navAlpha ul.level3 {
	list-style: none;
	margin: -78px 0 78px 0;
	padding: 0;
	border: 0;
	}

*html #navAlpha ul.level3  {
	margin: 0;
	}

*+html #navAlpha ul.level3  {
	margin: 0;
	}

*/
/*

#navAlpha li	{
	display: inline;
	text-align: left;
	margin: 0;
	padding: 0;
	font: 12px/21px arial, sans-serif;
	font-weight: normal;
	color: #888;
	width: 140px; 	/* False value for IE4-5.x/Win. 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 140px;	/* You get it. Good value for compliant browers. 
	display: block;
	float: left;
	}

html>#navLeft li {
	width: 140px;	 /* Be nice to Opera 
	}
*/

#navAlpha li a {
	display: block;
	border: 0;
	margin: 0;
	padding: 2px 0 2px 10px;
	/* font-weight: bold; */
	/* color: #666; */
	text-decoration: none;
	width: 140px; 	/* False value for IE4-5.x/Win. */
 	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 140px;	/* You get it. Good value for compliant browers. */
	}
	
html>#navAlpha li a {
	width: 188px;	 /* Be nice to Opera */
	}
	
#navAlpha li a:hover {
	/* color: #F00; */
	text-decoration: none;
	}

#navAlpha li.sactive a {
	text-decoration: none;
	/* font-weight: bold; */
	/* color: #f00; */
	}	
		
#navAlpha .fcontent {
	padding: 15px 0 0 15px;
}

#navAlpha img.photoregularfive,
#navAlpha a.piclink {
	margin: -15px 0 15px -15px;
}

#navAlpha table img.photoregularfive {
	margin: 0;
}


#travelshopInfo {
	padding: 10px;
	width: 178px;
	margin-left: 3px;
	background: #EAEAEA;
	margin-bottom: 8px;
	}

#travelshopInfo .fcontent {
	padding-top: 8px;
	}

#reisebuerobox {
	padding: 10px;
	width: 177px;
	margin-left: 3px;
	margin-bottom: 8px;
	background: #EAEAEA;
	}

#newsletterbox {
	padding: 10px;
	width: 177px;
	margin-left: 3px;
	background: #EAEAEA;
	margin-bottom: 8px;
	}




/*  navigation content left ------------------------------------------------ */


#navCountry h2  {
	display: none;
	}

#navCountry ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	}

#navCountry .nav { border-top: 4px solid #8DA1CA; }

#navCountry li	{
	display: inline;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #fff;
	font: 12px/15px arial, sans-serif;
	font-weight: normal;
	color: #888;
	width: 190px; 	/* False value for IE4-5.x/Win. */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 200px;	/* You get it. Good value for compliant browers. */	
	display: block;
	}


#navCountry li a {
	display: block;
	margin: 0;
	padding: 1px 2px 0 8px;
	border: 0;
	background: #CBD4E7;
	/* font-weight: bold; */
	color: #000;
	text-decoration: none;
	width: 190px; 	/* False value for IE4-5.x/Win. */
 	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 190px;	/* You get it. Good value for compliant browers. */	
	}
	
	
#navCountry li a:hover {
	color: #000;
	background: #8DA1CA;
	text-decoration: none;
	}

#navCountry li.sactive a {
	text-decoration: none;
	/* font-weight: bold; */
	color: #fff;
	background: #2F539F;
	}	
		


#navCountry ul.level2 li {
	border-bottom: 1px solid #8DA1CA;
	border-right: 1px solid #fff;
	/* font-weight: bold; */
	text-indent: 10px;
	color: #000;
	background: transparent;
	}	

#navCountry ul.level2 li a {
	text-decoration: none;
	font-weight: normal;
	color: #222;
	background: transparent;
	}	
	
#navCountry ul.level2 li a:hover {
	background: #8DA1CA;
	color: #000;
	text-decoration: none;
	}
	
#navCountry ul.level2 li.sactive a {
	text-decoration: none;
	/* font-weight: bold; */
	font-weight: normal;
	color: #fff;
	background: #2F539F;
	}	




/*  navigation top ------------------------------------------------ */


#navTools ul {
	border: 0pt none;
	float: left;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 16px;
	margin-bottom: 0;	
	padding: 0pt;
	text-align: right;
	width: 763px;
}

* html #navTools ul {
	width: 670px;
}

*+html #navTools ul {
	width: 725px;
}

#navTools h2 {
	display: none;
} 

#navTools ul li {
	display: inline;
	text-align: left;
	border: 0;
	padding: 0;
	margin: 0;
	}

#navTools ul li a {
	height: 15px;
	padding: 2px 0 2px 10px;
	margin: 0;
	color: #000;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	}

#navTools ul li a:hover {
	color: #2F539F;
	background: transparent;	
	}

#tlang {
	position:absolute;
	left:203px;
}
#tlangi {
	position:absolute;
	left:-999em;
}
#timpressum {
	position:absolute;
	left:-999em;
}




/*  content ------------------------------------------------ */


.lead {
	font-weight: bold;
	}

.content img {
	margin-bottom: 8px;
	}




img.i {
	background: #fff; 
	/*float: left;*/	
	border: 1px solid #ddd; 
	margin: 2px 0 0 0;
	padding: 0; 
	}
	
img.il {
	margin: 0 16px 4px 0;
	padding: 0; 
	}
	
img.ir {
	margin: 0 0 4px 16px;
	padding: 0; 
	}
	








/*  freedoc content  */


.content p, .content h2, .content h3 {
	clear:both;  /* erzwingt neue zeile nach text umfluss float */
	}

.content p	{
	display: block;
	font-size: 13px;
	}

.content p em	{
	color: #555;
	font-weight: bold;
	}


.content a.internalnnn {
	padding-left: 16px;
	background:url(/img/internal.gif) no-repeat 3px 2px;
	color: #2F539F;
	}

.content a.externalnnn {
	padding-left: 16px;
	background:url(/img/external.gif) no-repeat 3px 2px;
	color: #2F539F;
	}


	/*  Lists   */

.content ul {
	margin: 0 0 5px 11px;
	padding: 0 0 3px 0;
	}
	
.content li {
	margin: 0 0 3px 5px;
	padding: 0;
	line-height: 130%;
	/*list-style: square outside url(/img/list-icon.gif);*/
	list-style: square outside;
	}
	
.content ul ul {
	margin: 3px 0 5px 12px;
	padding: 0 0 3px 0;
	}

.content ul ul li {
	margin: 0 0 1px 5px;
	padding: 0 0 0 5px;
	line-height: 130%;
	list-style-image: none;
	list-style-type: none;
	}

	
	/*  freedoc boxes , check out */ 

.content p.boxalert {
	display: block;
	padding: 4px 8px 4px 8px;
	border: 0;
	background: #fff;
	color: #000;
	width: 510px;
	margin: -5px 0 14px 0;
	}
	
.content p.boxquest {
	display: block;
	padding: 4px 8px 4px 30px;
	margin-top: 4px;
	margin-bottom: 8px;
	border: 0;
	background: #CBD4E7 url(/img/i_email.gif) no-repeat 4px 3px;
	color: #000;
	width: 322px;
	}

.content p.box	{
	display: block;
	font: 13px/16px arial, sans-serif;
	padding: 4px 6px 6px 10px;
	margin-top: 4px;
	margin-bottom: 16px;
	background: #8DA1CA;
	color: #fff;
	width: 342px;
	}
	
.content p.box1	{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: -9px;
	margin-bottom: 4px;
	width: 342px;
	}

.content p.box1 img	{
	vertical-align: bottom;
	}


	/*  freedoc pre box  */ 

.content pre	{
	display: block;
	padding: 3px 15px 20px 8px;
	overflow: auto;
	margin: 0 0 5px 0;
	background: #EAEAEA; 
	color: #625343;
	font: 11px/1.3 monospace, "Lucida Console", monaco, monospace;
	width: 338px;
	}
body>div.content pre { padding: 3px 2px 6px 8px; }  /* Compliant Browser Value */

.content pre img { margin:0; }
	
	
	/*  freedoc Table Variations in light blue, 100%, 80%, 60%  */
	
.tbl, .tbl1, .tbl2  { 
	margin-bottom: 15px;
	background: #4F509F;
	border: 5px solid #4F509F;
	color: #000;
	}
	
.tbl td, .tbl1 td, .tbl2 td  {
	padding: 3px 20px 2px 5px;
	vertical-align: top;
	background: #4F509F;
	border-bottom: 1px solid #161586;
	color: #fff;
	}
	
.tbl th, .tbl1 th, .tbl2 th  {
	padding: 3px 20px 2px 5px;
	background-color: #161586;
	color: #EAEAEA;
	margin-bottom: 10px;
	}
	
.tbl2 th {
	display: none;
	}
	
.tbl1 {
	width: 100%;
}	



.content .tbl a:link, .content .tbl a:visited { font-weight: bold; color: #ccf !important; }
.content .tbl a:hover, .content .tbl a:active { color: #004 !important; }


	/*  freedoc Table Variations in light grey, 100%, 80%, 60%  */

.tbl3, .tbl4, .tbl5  { 
	margin-bottom: 8px;
	background-color: transparent;
	border: solid 1px #fff; 
	}
	
.tbl3 td, .tbl4 td, .tbl5 td  {
	border: none;
	border-bottom: 1px solid #000;
	background-color: transparent;
	color: #333;
	padding: 2px 3px 2px 1px;
	vertical-align: top;
	}
	
.tbl3 th, .tbl4 th, .tbl5 th  {
	border: none;
	border-bottom: 1px solid #000;
	background-color: transparent;
	color: #555;
	padding: 2px 3px 2px 1px;
	}

.tbl4 th {
	display: none;
	}

.tbl5 th {
	border: none;
	border-right: 1px solid #47485C;
	background-color: #47485C;
	color: #fff;
	padding: 2px 10px 2px 10px;
	}
.tbl5 td {
	padding: 2px 10px 2px 10px;
	width: 160px;
	}


	/*  freedoc Table Variations transparent, 100%, 80%, 60%  */

.tbl6, .tbl7, .tbl8  { 
	margin-bottom: 15px;
	background-color: transparent;
	border: 0; 
	}
	
.tbl6 td, .tbl7 td, .tbl8 td  {
	padding: 0;
	background-color: transparent;
	border: 0; 
	}
	
.tbl6 th, .tbl7 th, .tbl8 th  {
	display: none;
	padding: 0;
	background-color: transparent;
	border: 0; 
	}

.tbl7 {
	width: 100%;
	}

.tbl8 {
	width: 70%;
	}



.tbl9  { 
	margin-bottom: 15px;
	background-color: transparent;
	border: 0; 
	width: 360px;
	}
	
.tbl9 td  {
	font-size: 88%;
	padding: 0 3px 0 0;
	background-color: transparent;
	border:0;
	border-top: 1px solid #888888;
	text-align: right;
	width: 27px;
	}
	
.tbl9 th  {
	font-size:88%;
	padding: 0;
	background-color: transparent;
	border-bottom: 1px solid #888888;
	text-align: right;
	}

.tbl9 th.th1 {
	width: 30px;
}




.fline {
	border-top: 1px solid #ccc; 
	height: 7px;
	clear: both;
	}



/*  forms input  */ 


input, input.full { 
	color : #333333; 
	font-size : 11px; 
	font-family : Verdana, sans-serif;
	background-color : #eeeeee;
	}
	
input.full { 
	width: 100%;
	}

input.ecard { 
	width: 60%;
	}

select { 
	color : black; 
	font-size : 11px; 
	font-family : Verdana, sans-serif;
	background-color : #eeeeee; 
}

img.butt {
	background: #CBE3EB; 
	border: 0; 
	margin: 0;
	padding: 0; 
}



/*  hotel related pages   ------------------------------------------------ */

	
.hotellist, .hotellist2, .destinationlist, .destinationlist2 {
	width: auto;
	padding: 6px 10px;
	margin-bottom: 12px;
	background: #d4d4d4;
	background: #fff;
	border-top: 4px solid #ddd;
	}	

.destinationlist2 {
	background: #E9EDF4;
	}	
	
	
.infobox {
	background: #47485C;
	padding: 3px 10px;
	margin-bottom: 10px;
	}	


.hotellist h2, .hotellist2 h2, .infobox h2, .destinationlist h2 {
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
	}

/* alternative hotellist 2 columns */
	
.destinationlist ul {
	border: 0;
	margin-left: 0;
	padding:0;
	list-style-type: none;
	}

.destinationlist ul li {
	display: block;
	float: left;
	width: 225px;
	text-align: left;
	border: 0;
	margin: 0 0 4px 0;
	padding: 0;
	list-style-image: none;
	}
	
.destinationlist .fline, .hotellist2 .fline {
	clear: left;
	border: 0; 
	height: 1px;
}


	
.hotellist ul, .hotellist2 ul {
	border: 0;
	margin-left: 0;
	padding: 0;
	list-style: none;
	}
	
.hotellist li, .hotellist2 li {
	border: 0;
	margin: 0 0 4px 0;
	padding: 0;
	list-style: none;
	}


/*  usage for wellness hotel nav */

.hotelpdf {
	width: 176px;
	float: left;
	padding-bottom: 12px;
}
.hotelpdf2 {
	width: 90px;
	float: left;
	padding-bottom: 12px;
	background: transparent url(/img/i_sterngreen.gif) no-repeat 0 1px;
	text-indent: 17px;
}
.hotelpdf3 {
	width: 70px;
	float: left;
	padding-bottom: 12px;
	background: transparent url(/img/i_stern.gif) no-repeat 0 1px;
	text-indent: 17px;
}


/*  usage for hotel nav with location  */

.hotelname {
	width: 186px;
	float: left;
	padding-bottom: 12px;
}
.hotellocation {
	width: 140px;
	float: left;
	padding-bottom: 12px;
	background: transparent url(/img/i_world.gif) no-repeat 0 1px;
	text-indent: 17px;
}




.content .infobox h2 {
	padding-bottom: 6px;
	border-bottom: 1px solid #888888;
	border-top: none;
	}

.infobox h3 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 5px;
	}

.infobox .fline {
	clear: both;
	border: 0; 
	height: 1px;
}

.teaser {
	width: 358px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #ADADAD;
	padding: 0;
	margin-bottom: 10px;
	}	

.teaser img {
	margin: -6px 10px 0 -10px;
	float: left;
	height: 100px;
	padding: 0;
	}	
	
.teaser p {
	padding: 6px 6px 6px 10px;
	height: 100px;
	}	


.legendbox {
	font-size: 11px;
	border: 2px solid #4F509F;
	padding: 5px 10px 0 10px;
}
.legendbox ul {
	margin: 0;
}
.legendbox li {
	list-style: none;
	margin: 0;
}


/*  logos  ------------------------------------------------ */


#logolink {
	position: absolute;
	left: 0;
	top: 0;
	width: 313px;
	height: 33px;
	z-index:9;
	}

#buttonlogo {
	display: block;
	padding: 0;
	background: transparent url(/img/dummy.gif) no-repeat;
	width: 313px;
	height: 33px;
	}




/*  helpers  ------------------------------------------------ */


.whitespace	{
	background: transparent;
	margin: 40px 0 0 0;
	padding: 0 15px; 
	height: 600px !important;   /* only for develobment, remove after */
	}

.clearall {
	clear:both;  /* erzwingt neue zeile nach text umfluss float */
	height: 1px;
	}

.inline {
	display: inline;
	}

.hide, hr {
	display: none;
	}

.vspace {
	margin: 10px 0 0 0;
	}	



/*  Indu: lievedit  ------------------------------------------------ */

.liveedit {
	margin: 0;
	margin-bottom: 30px;
	border: 1px #E5DD98 solid;
	border-top: 1px #fff solid;
	padding: 2px 5px 2px 26px;
	background: #FAF4C4 url(/img/iliveedit.gif) no-repeat 6px 5px;
}

.liveedit a, .liveedit a:link, .liveedit a:visited {
	text-transform: uppercase;
	color: #CA9D50;
	text-decoration : none;
	background: transparent; 
}

.liveedit a:hover {
	color: #F4B244;
	text-decoration : none;
	background: transparent; 
}

/* in olive */
.liveedit {
	margin: 0;
	margin-bottom: 30px;
	border: 1px #A0D872 solid;
	border-top: 1px #fff solid;
	padding: 2px 5px 2px 26px;
	background: #CDF8A9 url(/img/iliveedit1.gif) no-repeat 6px 5px;
}

.liveedit a, .liveedit a:link, .liveedit a:visited {
	text-transform: uppercase;
	color: #80B231;
	text-decoration : none;
	background: transparent; 
}

.liveedit a:hover {
	color: #9D910C;
	text-decoration : none;
	background: transparent; 
}



/* ********** ********* ********** *********** ********** ********* */
/*  page specials  ------------------------------------------------ */
/* ********** ********* ********** *********** ********** ********* */


/*  test for all pages  ------------------------------------------------ */



#breiseinformationen .content { padding-top: 34px; }  /* IE Value  */
body#breiseinformationen>div.content { padding-top: 38px; }  /* Compliant Browser Value */
#breiseinformationen #navCountry { padding-top: 7px; }
#breiseinformationen #navCountry .nav { border-top: 4px solid #8DA1CA; }

#bjobs .content { padding-top: 34px; }  /* IE Value  */
body#bjobs>div.content { padding-top: 38px; }  /* Compliant Browser Value */
#bjobs #navCountry { padding-top: 7px; }
#bjobs #navCountry .nav { border-top: 4px solid #8DA1CA; }









#boxBooking, #boxBooking2, #boxDestination {
	border: 1px solid #8DA1CA;
	border-top: 4px solid #8DA1CA;
	margin-bottom: 8px;
	width: 559px;
	height: 157px;
	background: #fff url(/img/home_buchen.jpg) no-repeat -1px -5px;
	}
	
#boxBooking h2, #boxBooking2 h2, #boxDestination h2 {
	background: #CBD4E7;
	padding: 3px 8px;
	font-size: 12px;	
	font-weight: bold;
	margin-bottom: 6px;
	}
	
#boxDestination { 
	border-color: #8DA1CA; 
	background: #fff url(/img/home_destination.jpg) no-repeat -1px -5px;
	height: 320px;
	}
	
#boxDestination h2 { background: #CBD4E7; }
#boxDestination a { 
	display: block;
	padding: 0;
	width: 518px;
	height: 294px;
	}
#boxDestination a span {  display: none; }

#boxBooking a { 
	display: block;
	padding: 0;
	width: 518px;
	height: 131px;
	}
	
#boxBooking a span {  display: none; }


/*  kuoni home booking engine colors  ------------------------------------------------ */

.bbhome #navBooking ul li a { 
	color: #fff;
	background: #8DA1CA;
 	border-left: 1px solid #2F539F;
 	border-top: 1px solid #2F539F;
	}

.bbhome #navBooking ul li a:hover {
	color: #fff;
	background: #2F539F;	
 	border-left: 1px solid #000;
 	border-top: 1px solid #000;
 	border-right: 1px solid #CBD4E7;
 	border-bottom: 1px solid #8DA1CA;
	}





#boxBooking2 { 
	background: #fff; 
	width: 778px;
	height: 1540px;
	}

#ibooking {
	background: #fff; 
	width: 778px;
	height: 1500px;
	padding:0;
	border: 0;
	}
	

#picFrame {
	background: transparent;	
}


#searchcriteria {
	display: none;
	position: relative;
	left: -900em;
	height: auto;
}


/* custom footer */

.brandsTxt {
	width: 360px; 
	margin: 40px 0 0 0;	
	border-top: 1px solid #eee; 
	padding-top: 3px; 
	}

.brandsTxt p, .brandsTxt a {
	font: 10px/15px arial, sans-serif;
	color: #ADADAD;
	background: transparent;
	margin: 0px;
	}

.brandsLogo {
	width: 360px; 
	margin: 40px 0 0 0;
	}

.brandsLogo img {
	border: 1px solid #EEEEEE;
	width: 114px;
	height: 31px;
	}


.sidebox a.pdf {
	margin-top: 11px;
	padding: 4px 8px 4px 30px;
	background: transparent url(/img/i_pdf.gif) no-repeat 4px 3px;
	}

.sidebox a.piclink img {
	margin: 0 -5px -5px -8px !important;
	padding: 0 !important;
	width: 198px;
	overflow: hidden;
	}

.sidebox .piclink {
	text-decoration : none;
	padding: 0;
	margin: 0;
	}


.sidebox p {
	padding-right: 2px;
	}

.sidebox h3 {
	padding-left: 8px;
	margin-top: 3px;
	font-size: 95%;
	}


	

	
	
	
#navCountry li.fline {
	border-top: 2px solid #fff; 
	height: auto;
	}

.selectkontinent {
	border-top: 1px solid #bbb;
	background:#ddd;
	color:#000
	}

/* footer stuff */

#validatorcheck {
	text-align: right;
	color: #ddd;
	}
	
#prviewbanner {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 1000px;
	background: transparent url(/img/preview.png) no-repeat; 
	border-left: 2px solid red;
	z-index:9;
	}
	
#buttonprviewbanner {
	display: block;
	padding: 0;
	background: transparent;
	width: 26px;
	height: 110px;
	}



/*  wetter styles  ----------------------  */

.weatherclimate, .weatherforecast {
	/*width: 338px;*/
	border: 1px solid #888888;
	border-top: 3px solid #888888;
	padding: 4px 7px;
	margin-bottom: 12px;
	font-size: 0.95em;
	}

.winddirection img {
	margin: -4px 0 -4px 0;
	}

.weatherclimate h2, .weatherforecast h2 {
	padding: 3px 0;
	font-size: 12px;	
	font-weight: bold;
	margin-bottom: 6px;
	}

.weatherclimate table th, 
.weatherforecast table th, 
.weatherforecastshort table th {
	padding: 0;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	padding-left: 1px;
	font-size: 0.95em;
	}
	
.weatherclimate table td, 
.weatherforecast table td, 
.weatherforecastshort table td {
	padding: 0;
	text-align: center;
	line-height: 11px;
	vertical-align: middle;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e0e0e0;
	}

.weatherforecast table, .weatherclimate table {
	border-bottom: 1px solid #e0e0e0;
	margin-top: 3px;
	}

.weatherforecast td {
	padding: 4px 0 !important;
	}
	
.weatherclimate th {
	padding: 4px 1px 2px 1px !important;
	}
	
.weatherclimate td {
	text-align: right !important;
	padding: 4px 3px 2px 0 !important;
	}


.weatherforecastshort {
	border: 1px solid #8DA1CA;
	border-top: 4px solid #8DA1CA;
	margin-bottom: 10px;
	width: 200px;
	}
	
.weatherforecastshort h2 {
	background: #CBD4E7;
	padding: 3px 8px;
	font-size: 12px;	
	font-weight: bold;
	margin-bottom: 6px;
	}

.weatherforecastshort table {
	margin: 0 6px 0 6px;
	}
	
.weatherforecastshort td {
	padding: 4px 2px !important;
	}

.weatherlink {
	padding: 4px 10px;
	}
	
ul.weatherlegend {
	margin: 10px 0 5px 0;
	padding: 0;
	color: #777;
	}
	
ul.weatherlegend li {
	padding: 0 0 0 3px;
	margin: 0;
	list-style-type: none;
	}
	
th.wlabel {
	width: 200px;
	font-weight: normal;
	text-align: left !important;
}

.whited {
	text-indent: -999em;
}

.colzebra {
	background: #eaeaea;
}


.smalltext p {
	color: #888888;
	font-size: 9px;
	line-height: 12px;
}

.small,
.content p.small {
	font-size: 0.9em;
}


#bigpicture {
	margin-right: 100px;
}




/* pedro styles */

h1 img {
	border: 1px solid white;
	vertical-align: middle;
}

.ratingbox {
	background: #EAEAEA;
	width: 360px;
	margin-top: -20px;
}
.ratingbox ul {
	margin: 0;
	padding: 3px 0 3px 10px;
}

.ratingbox li {
	display: inline;
	font-weight: bold;
}
.ratingbox li img {
	vertical-align: middle;
	padding: 8px 30px 0 4px;
}

.logobox {
	width: 360px;
	margin-top: 10px;
}
.logobox ul {
	margin: 0;
	padding: 0 5px 0 0;
}
.logobox li {
	display: inline;
}
.logobox li img {
	/*max-width: 170px;*/
	margin: 0;
}






/* wellbeing catalog tabs and ratings */

#activitybox {
	background: #fff;
}
#activitybox div {
	background: #fff;
	padding: 10px;
	border: 1px solid #888888; 
	display: none;
}
#activitybox div.active { display: block; }

#packages {
	background: #fff;
}
#packages div {
	background: #fff;
	padding: 10px;
	border: 1px solid #888888; 
	display: none;
}
#packages div.active { display: block; }

#activitybox .price, 
#packages .price {
	font-weight: bold;
}

#activitybox em, 
#packages em {
	display: block;
}

/* tabs */

* html ul#navsubtab {
	margin: 10px 0 -4px 0;
	margin: 10px 0 0 0;
}

ul#navsubtab {
	margin: 10px 0 0 0;
  	width: 100%;
 	height: 19px;
 	padding: 0 0 3px 0;
  	border-left: solid 1px #888888;
	clear: both;
}

#navsubtab li,
#navsubtab li.passive {
	border-top: solid 1px #cfcfcf;
	border-right: solid 1px #888888;
	background: #ccc;
 	color: #000;
	margin: 0 0 0 0;
	padding: 3px 4px 3px 6px;
 	list-style-type: none;
 	float: left;
 	height: 15px;
 	width: 56px;
	cursor: pointer;
}

ul#navsubtab li.active {
	background: #fff;
	border-top: solid 1px #888888;
	height: 19px;
	margin: 0 0 0 0;
	padding: 3px 4px 0 6px;
 	color: #000;
 	position: relative;
 	top: 0;
 	left: 0;
}

ul#navsubtab li a {
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#packages #navsubtab li,
#packages #navsubtab li.passive {
 	width: 104px;
}

.ratings {
	border: 1px solid #8DA1CA;
	border-top: 4px solid #8DA1CA;
	margin-bottom: 10px;
	background: #8DA1CA;
}
.ratings h2 {
	background: #CBD4E7;
	padding: 3px 8px;
	font-size: 12px;	
	font-weight: bold;
	margin-bottom: 6px;
	}
.ratings li {
	padding-bottom: 3px;
	clear: left;
	}
.ratings li strong {
	font-weight: normal;
	width: 70px;
	display: block;
	float: left;
	}
.ratings li img {
	margin: 2px 4px 0 10px;
	float: left;
	display: block;
	}
.ratings ul {
	list-style: none;
	margin: 0 2px 8px 8px;
	padding: 0;
	border: 0;
	height: 100px;
	}


.vsp20 {
	margin-bottom: 20px;
	}
.vsp10 {
	margin-bottom: 10px;
	}


/* google site search */

/*
#bsearch { background: #fff url(/img/bg_color_home.jpg) repeat-y; }
#bsearch .content { width: 784px; margin: 0 0 0 205px; padding: 9px 10px 0 5px; }
#bsearch #navYouarehere { display: none; }
#bsearch #navCountry { display: none; }
*/

#bsearch #navBeta { display: none; }

#bsearch #isearching {
	background: #fff; 
	width: 778px;
	height: 1400px !important;
	padding:0;
	border: 0;
	}


#sitesearch { margin: 2px 0 0 8px; }
#sitesearch form { margin: 0; padding: 0; }
#sitesearch #sp-searchtext { width: 158px; font-weight: bold; background: #eef url(/img/bg_searchfield_d.gif) top right; }
#sitesearch #sp-submit { vertical-align: top; }
#sitesearch span { display: none; }
/* for language f */
#sitesearch #sp-searchtext.lang_f { background-image: url(/img/bg_searchfield_f.gif); }




/* special page adjustments */

.bbluggage .tbl1 .th1 { width : 36%; }
.bbluggage .tbl1 .th2 { width : 64%; }

.bbluggage .tbl .th1 { width : 36%; }
.bbluggage .tbl .th2, 
.bbluggage .tbl .th3 { width : 32%; }

.bbprepare .tbl1 .th1 { width : 34%; }
.bbprepare .tbl1 .th2 { width : 66%; }

.bbfaq .tbl .th1 { width: 20px; }
.bbfaq .tbl .th2 { width: 30%; }


.bbhistory .tbl .th1 { width: 28%; }

.bbwebcheckin .tbl .th1 { width: 15%; }



/* flv flash player */

.flashplayer {
	height: 290px; 
	padding: 28px 5px 5px 18px;
	background: #fff url(/medias/global/bg-movie-black.jpg) no-repeat -3px 5px;
	}
.flashplayer p, .flashplayer a { color: #fff; }
.flashplayer a { font-weight: bold; }


/*  navigation  */

div#mainnavigation {
	position: absolute;
	top: 143px;
	left: 0;
	width: 986px;
	z-index: 10;
	/* overflow: hidden; */
}

* html div#mainnavigation {
	top: 147px;
	overflow: visible;
}

*+html div#mainnavigation {
	top: 145px;
	overflow: visible;
}


#TopNavigation, #TopNavigation ul {
	background: #FFFFFF;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 3px 0;
	padding: 0;
	width: 987px;
	}

#TopNavigation a {
	color: #AAAAAA;
	display: block;
	margin: 0 2px 0 0;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	}

/*
#TopNavigation a.daddy {
	background: url(navarrow.gif) center right no-repeat;
	}
	*/

#TopNavigation li { 
	background: #FFFFFF;
	border-right: 1px solid #AAAAAA;
	float: left;
	margin: 0;
	padding: 0;
	width: 140px;
	}
	
#TopNavigation li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px;
	font-weight: normal;
	border-top: 1px solid #AAAAAA;
	margin: 0;
	padding: 0;
	}

#TopNavigation li li {
	width: 140px;
	background: #FFF;
	border: 1px solid #AAAAAA;
	border-top: 0;
	border-color: #AAAAAA;
	margin-left: -1px;
	}


/* Be nice to IE6 */
*html #TopNavigation li ul {
	border-left: 1px solid #AAAAAA;
	margin-left: -1px;
	}

*html #TopNavigation li li ul {
	border-left: 0;
}

#TopNavigation li ul a {
	color: #AAAAAA;
	}

#TopNavigation li ul ul { 
	/* border-top: 1px solid #31383c; */
	margin: -26px 0 0 141px;
}
#TopNavigation li:hover ul ul, #TopNavigation li:hover ul ul ul, #TopNavigation li.sfhover ul ul, #TopNavigation li.sfhover ul ul ul { left: -999em; }
#TopNavigation li:hover ul, #TopNavigation li li:hover ul, #TopNavigation li li li:hover ul, #TopNavigation li.sfhover ul, #TopNavigation li li.sfhover ul, #TopNavigation li li li.sfhover ul { left: auto; }
#TopNavigation li:hover, #TopNavigation li.sfhover { background: #fff; }
/*
#TopNavigation li:hover a, #TopNavigation li.sfhover a { color: #F00; }
#TopNavigation li.sactive a, #TopNavigation li a:active { 
	color: #F00;
	}

#TopNavigation li.sactive li a { 
	color: #AAAAAA;
	}
*/

#TopNavigation li.sactive a, 
#TopNavigation li.sactive a:active, 
#TopNavigation li.sactive li.sactive a,
#TopNavigation li.sactive li.sactive li.sactive a  { 
	color: #F00;
	}
	
#TopNavigation li.sactive li a,
#TopNavigation li.sactive li.sactive li a  {
	color: #AAAAAA;
}


#TopNavigation li a:hover {
	color: #000;
}

#TopNavigation li li a:hover,
#TopNavigation li.sactive li a:hover,
#TopNavigation li.sactive li.sactive li a:hover {
	color: #F00;
}

#TopNavigation li:hover, #TopNavigation li.sfhover {
    position: static;
}


/* Ende Navigation */


/*  second navigation  */

#SecondNavDiv {
	position:absolute;
	top: 260px;
	right: 15px;
	z-index:15;
	padding: 0;	
}

#SecondNav {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 190px;
	/* overflow: hidden; */
	}

#SecondNav ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 30px 15px;
	padding: 0;
	/* width: 145px; */
	overflow: hidden; 
	}

#SecondNav a {
	color: #aaa;
	display: block;
	margin: 0 2px 0 0;
	padding: 8px 0 0 0;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	text-transform: none;
	font-weight: bold;
	line-height: 18px;
	}

/*
#SecondNav a.daddy {
	background: url(navarrow.gif) center right no-repeat;
	}
	*/

#SecondNav li { 
	background: #fff;
	margin: 0 0 1px 0;
	padding: 0 5px;
	/* width: 145px; */
	/*border: 1px solid #ccc;*/
	/*border-bottom: none;*/
	}


#SecondNav li ul {
	height: auto;
	/* width: 145px; */
	font-weight: normal;
	margin: 0 0 0 10px;
	padding: 0;
	}

#SecondNav li li {
	/* width: 145px; */
	background: #FFF;
	border: 0;
	border-top: 1px solid #eee;
	}
	
#SecondNav li li a {
	/* width: 120px !important; */
	text-transform: none;
	font-weight: normal;
	}


#SecondNav li.sactive a, 
#SecondNav li.sactive a:active, 
#SecondNav li.sactive li.sactive a,
#SecondNav li.sactive li.sactive li.sactive a  { 
	color: #F00;
	}
	
#SecondNav li.sactive li a,
#SecondNav li.sactive li.sactive li a  {
	color: #AAAAAA;
}

#SecondNav li a:hover,
#SecondNav li.sactive li a:hover,
#SecondNav li.sactive li.sactive li a:hover,
#SecondNav li a:active {
	color: #F00;
}




/* Secondnav Ausnahmen: AGB */

.bbagb #SecondNavDiv {
	display: none;
}


/* Ende Second Navigation */

#bdestinations.bbmap #SecondNavDiv {
	left: 0;
}


/* Booking Engines */

#bbooking.bbcharter #SecondNavDiv,
#bbooking.bbkuoni-charter #SecondNavDiv,
#bbooking.bblinie #SecondNavDiv,
#bbooking.bbspecial #SecondNavDiv,
#bbooking.bboffer #SecondNavDiv,
#bbooking.bbrent-a-car #SecondNavDiv,
#bbooking.bbswissframe #SecondNavDiv {
	top: 260px;
	left: 0;
	background: #fff;
	width: 140px;
	padding: 0;
	margin-left: 185px;		
}

#bbooking.bbswissframe #SecondNavDiv {
	margin-left: 125px;		
}

#bbooking.bbcharter #SecondNavDiv li,
#bbooking.bbkuoni-charter #SecondNavDiv li,
#bbooking.bblinie #SecondNavDiv li,
#bbooking.bbspecial #SecondNavDiv li,
#bbooking.bboffer #SecondNavDiv li,
#bbooking.bbrent-a-car #SecondNavDiv li,
#bbooking.bbswissframe #SecondNavDiv li {
	background: transparent;
}


*html #bbooking.bbcharter #SecondNav,
*html #bbooking.bbkuoni-charter #SecondNav,
*html #bbooking.bblinie #SecondNav,
*html #bbooking.bbspecial #SecondNav,
*html #bbooking.bboffer #SecondNav,
*html #bbooking.bbrent-a-car #SecondNav,
*html #bbooking.bbswissframe #SecondNav {
	width: 140px;
}

#bbooking.bbcharter #navAlpha li a,
#bbooking.bbkuoni-charter #navAlpha li a,
#bbooking.bblinie #navAlpha li a,
#bbooking.bbspecial #navAlpha li a,
#bbooking.bboffer #navAlpha li a,
#bbooking.bbrent-a-car #navAlpha li a,
#bbooking.bbswissframe #navAlpha li a {
	width: 120px;
}

#bbooking.bbcharter #navAlpha,
#bbooking.bbkuoni-charter #navAlpha,
#bbooking.bblinie #navAlpha,
#bbooking.bbspecial #navAlpha,
#bbooking.bboffer #navAlpha,
#bbooking.bbrent-a-car #navAlpha,
#bbooking.bbswissframe #navAlpha {
	margin: 0;
	width: 260px;
}

#bbooking.bbcharter .content,
#bbooking.bbkuoni-charter .content,
#bbooking.bblinie .content,
#bbooking.bbspecial .content,
#bbooking.bboffer .content,
#bbooking.bbrent-a-car .content,
#bbooking.bbswissframe .content {
	margin: 0 0 0 340px;
	width: 611px;
	background: #FFF;
	border: 1px solid #ccc;
}

#bbooking.bbswissframe .content {
	margin: 0 0 0 280px;
	width: 705px;
	padding: 0;
}

#bbooking #ibooking,
#bbooking #ciframe {
	margin: -15px 0 0 0;
	width: 610px;
	height: 3000px;
}
#bbooking.bbcharter #ibooking,
#bbooking.bbkuoni-charter #ibooking {
	margin: 0;
}


#bbooking.bbcharter h1,
#bbooking.bbkuoni-charter h1,
#bbooking.bblinie h1,
#bbooking.bbspecial h1,
#bbooking.bboffer h1,
#bbooking.bbrent-a-car h1,
#bbooking.bbswissframe h1 {
	position: absolute;
	left: -990em;
}

.bbswissframe #airportiframe {
	padding: 0 10px 10px 0;
}

.bbswissframe #airportiframe iframe {
	margin-left: -19px;
	margin-top: -117px;
	width: 740px;
	height: 3000px; 
}
*html .bbswissframe #airportiframe iframe {
	width: 715px;
}

/*

*html .bbswissframe #airportiframe iframe,
*html .bbswissframe #airportiframe iframe {
	margin: 0;
}
*/
/* Ende Booking Engines */



/*

#bbooking.bbcharter h1,
#bbooking.bbkuoni-charter h1 {
	position: absolute;
	left: -990em;
}
*/


/* Ende Vorschau Charterflug 13/11/2007 */


#bdestinations.bbdeparture #SecondNavDiv,
#bdestinations.bbdeparturegva #SecondNavDiv,
#bdestinations.bbarrival #SecondNavDiv,
#bdestinations.bbarrivalgva #SecondNavDiv,
#bdestinations.bbtimezones #SecondNavDiv,
#bcompany.bbpressephotos #SecondNavDiv {
	top: 0;
	left: 0;
	/*background: #CEDDEB;*/
	width: 140px;
	padding-top: 8px;
	padding-bottom: 320px;
}


#bdestinations.bbdeparture #navAlpha li a,
#bdestinations.bbdeparturegva #navAlpha li a,
#bdestinations.bbarrival #navAlpha li a,
#bdestinations.bbarrivalgva #navAlpha li a,
#bdestinations.bbtimezones #navAlpha li a,
#bcompany.bbpressephotos #navAlpha li a {
	width: 120px;
}

#bdestinations.bbdeparture .content,
#bdestinations.bbdeparturegva .content,
#bdestinations.bbarrival .content,
#bdestinations.bbarrivalgva .content,
#bdestinations.bbtimezones .content,
#bcompany.bbpressephotos .content { 
	margin: 0 0 0 155px;
	width: 800px;
}

#airportiframe {
	background: #fff;
	padding: 10px;
	overflow: hidden;
	border: 0;
}

.bbdeparture #airportiframe,
.bbarrival #airportiframe {
	padding: 0 10px 10px 0;
}

.bbdeparture #airportiframe iframe,
.bbarrival #airportiframe iframe {
	margin-left: -25px;
	margin-top: -30px;
	width: 810px;
	height: 830px;
}

.bbdeparturegva #airportiframe iframe,
.bbarrivalgva #airportiframe iframe {
	margin-left: 0;
	margin-top: -100px;
	width: 740px;
	height: 1400px; 
}

*html .bbdeparture #airportiframe iframe,
*html .bbarrival #airportiframe iframe {
	width: 785px;
}

*html .bbdeparture #airportiframe iframe,
*html .bbarrival #airportiframe iframe,
*html .bbdeparturegva #airportiframe iframe,
*html .bbarrivalgva #airportiframe iframe {
	margin: 0;
}


*html .bbdeparture #SecondNav,
*html .bbarrival #SecondNav,
*html .bbdeparturegva #SecondNav,
*html .bbarrivalgva #SecondNav,
*html .bbtimezones #SecondNav  {
	width: 140px;
}

/* preorder */

.preorderitem {
	position: relative;
	background: #fff;
	padding: 3px 10px;
	margin: 0 3px 3px 0;
	width: 240px;
	height: 152px;
	float: left;
	}
	
.preorderitem img {
	position: absolute;
	top: 5px;
	left: 0;
	/*border: 1px solid red;*/
	}

.preorderitem p, .preorderitem h3 {
	margin: 5px 5px 3px 70px;
	}



/* who is who */

#whoiswho {
	margin: 0 0 20px 0;
	padding: 2px 10px;
	width: 510px;
}

#whoiswho table {
	color: #FFF;
	width: 510px;
}

#whoiswho table td {
	padding: 3px 16px 2px 0;
}

#whoiswho table th {
	text-align: left;
	padding: 0;
	font-size: 8px;
}

#whoiswho table td.executive {
	background: #1F236D;
	background: #4F509F;
}
#whoiswho table td.selected {
	background: #555;
}
#whoiswho a:hover {
	color: #FFF;
}

#whoiswho img.person {
	float: right;
	width: 200px;
	margin: 10px 0 0 0;
}
#whoiswho div.person {
	float: left;
	width: 280px;
}

#visitcard {
	border-top: 1px solid #aaa;
	background: #777;
	padding: 0 10px 10px 10px;
	margin-bottom: 20px;
}






#navAlpha img {
	margin-bottom: 10px;
}

form#Fkwsearch {
	padding-top: 8px;
	color: #ADADAD;
}

form#Fkwsearch a {
	text-decoration: none;
}

.content h1 {
	/* display: none; */
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 20px;
}

.bookingbox {
	margin: 0 0 20px 0;
	padding: 2px 10px;
	width: 500px;
	background: #999;
}

.bookingbox table {
	color: #FFF;
	background: #999;
	margin-top: 5px;
	margin-bottom: 9px;
	border-bottom: 1px solid #aaa;
	width: 490px;
}

.bookingbox table td {
	background: #999;
	border-top: 1px solid #aaa;
	padding: 5px 0 2px 0;
}
.bookingbox h2 {
	background: #999;
	padding: 3px 0 0 0;
	border: none !important;
}

.bookingbox a:hover {
	color: #FFF;
}

.bookingbox table img {
	margin: 0;
}

/* Top Banner Farben uns Bildpositionen */

#bdestinations #header_pic {
	background: transparent url(/img/top_banner_2.jpg) no-repeat;
	}

#baboard #header_pic {
	background: transparent url(/img/top_banner_3.jpg) no-repeat;
	}

#bshop #header_pic {
	background: transparent url(/img/top_banner_4.jpg) no-repeat;
	}

#bbooking #header_pic {
	background: transparent url(/img/top_banner_5.jpg) no-repeat;
	}
#boffice #header_pic {
	background: transparent url(/img/top_banner_5.jpg) no-repeat;
	}

#bservices #header_pic {
	background: transparent url(/img/top_banner_6.jpg) no-repeat;
	}

#bfeedback #header_pic {
	background: transparent url(/img/top_banner_7.jpg) no-repeat;
	}


/* Top Banner AgentNet */

#bcontact #header_pic {
	background: transparent url(/img/top_banner_an_2.jpg) no-repeat;
	}

#bbooking-support #header_pic {
	background: transparent url(/img/top_banner_an_3.jpg) no-repeat;
	}

#bhelpful-information #header_pic {
	background: transparent url(/img/top_banner_an_4.jpg) no-repeat;
	}

#navAlpha img.photoagent {
	margin: 0px 0pt 15px 0;
	}

#header_pic h1 {
	position: absolute;
	left: 840px;
	top: 115px;
	font-size: 20px;
	color: #eee;
	text-transform: uppercase;
}



.content h2 {
	font-size:15px;
	margin-bottom:5px;
	border-top: 1px solid #338;
	padding-top: 10px;
	color: #ccc;
	font-weight: bold;
}

/* Farben: 
/*********

/* Rot */

#bbooking .content h1,
#boffice .content h1,
#bshop .content h1 {
	color: #444;
}

#bbooking .content h2,
#boffice .content h2,
#bshop .content h2 {
	border-top: 1px solid #FDFBF7;
	color: #555;
}

#bbooking .content,
#boffice .content,
#bshop .content {
	background: #F2E3C3;
	background: #F6ECD7;
	background: #E4E0D8;
	color: #000;
}

#bbooking .content a,
#boffice .content a,
#bshop .content a, 
#bbooking .content a:link,
#boffice .content a:link,
#bshop .content a:link,
#bbooking .content a:active,
#boffice .content a:active,
#bshop .content a:active {
	color: #800;
}

#bbooking .content a:visited,
#boffice .content a:visited,
#bshop .content a:visited {
	color: #666;
}
	
/*
#bbooking #navYouarehere p,
#bshop #navYouarehere p { 
	background: #D61C18;
	background: transparent url(/img/urhere_transparentbg_red.png) repeat;
	}

*html #bbooking #navYouarehere p,
*html #bshop #navYouarehere p { 
	background: #D61C18;
	}
*/

#bshop #basketcat {
	padding: 3px;
	width: 520px;
	height: 30px;
}

#bshop #basketcat span {
	float: right;
	}


#bshop #basketcat .tabitem {
	background: #EFEFEF;
	border-top: 2px solid #EFEFEF;
	border-left: 2px solid #EFEFEF;
	float: left;
	padding: 5px 7px;
	margin: 0 2px 2px -3px;
	width: 205px;
	height: 33px;
	display: block;
}

#bshop #basketcat .tabitem img {
	float: right;
}

#bshop #basketcat .selected {
	/*background: #fff;*/
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}



#bshop #basketlist, #bshop #basketform {
	clear: right;
	float: left;
	padding: 3px;
	background: #fff;
	width: 320px;
	}


#bshop #basketdetail {
	float: left;
	width: 180px;
	margin: 0;
	margin-left: 12px; 
	/*border: 1px solid green;*/
}

#bshop .content {
	padding-right: 8px;
	width: 533px;
}


#bshop #basketdetail table {
	width: 190px;
}

#bshop #basketlist table {
	margin: 0;
	padding: 0;
	background: #fff;
}
/*
#bshop td {
	background: #F6ECD7;
}
*/

#bshop #basketlist td.webtd, #bshop #basketlist td.webtds {
	border-bottom: 2px solid #fff;
}
#bshop #basketlist td.webtds {
	background: #E6CCC7;
}

#bshop table a {
	border: none;
}

#bshop td.webtd, #bshop td.webtds {
	vertical-align: medium;
	border-bottom: 1px solid #aaa;
	white-space: wrap;
	padding: 1px 4px 1px 1px;
	}
#bshop td.webtds {
	background: #fff;
	border-bottom: 1px solid #aaa;
	}
#bshop td.webtd img, #bshop td.webtds img {
margin: 0;
	}

.t10 { padding-top: 5px !important; }

#bshop .flegend {
	color:#768A8E;
	font-family:Verdana;
	font-size:9px;
	}

#bshop #basketform input.ftext, #bshop #basketform textarea {
	width: 160px;
}

#bshop #basketlist td {
	background: #fff !important;
}
#bshop #basketlist td {
	border-bottom: 2px solid #ddd !important;
}
#bshop #basketform td {
	background: #fff;
}

#bshop #basketform tr.required td {
	background: #fdd;
}

#bshop #basketform input {
	/*width: 180px;*/
}



/* Gelb */



#bservices .content,
#bfeedback .content {
	background: #E7E8E9;
	background: #EAEBEC;
	color: #000;
	/* padding: 0 15px 15px 15px; */
}

#bservices .content h2,
#bfeedback .content h2 {
	border-top: 1px solid #FCFCFC;
	color: #778;
}


#bservices .content a,
#bfeedback .content a, 
#bservices .content a:link,
#bfeedback .content a:link,
#bservices .content a:active,
#bfeedback .content a:active {
	color: #800;
}

#bservices .content a:visited,
#bfeedback .content a:visited {
	color: #666;
}

	
#bservices #navYouarehere p,
#bfeedback #navYouarehere p { 
	background: #FFDE00;
	background: transparent url(/img/urhere_transparentbg_yellow.png) repeat;
	color: #BBBBBB;
	}

*html #bservices #navYouarehere p,
*html #bfeedback #navYouarehere p { 
	background: #FFDE00;
	}

#bservices #navYouarehere a,
#bfeedback #navYouarehere a { 
	color: #999999;
	}

#bservices #navYouarehere a:hover,
#bfeedback #navYouarehere a:hover { 
	color: #777777;
	}


#bservices .infobox {
	background: #fff;
}


/* Content Grössen Anpassungen */
.bbmap #navAlpha {
	width: 274px;
}

.bbmap .content {
	margin: 0pt 0pt 0pt 289px;
	width: 667px;
	}

.bbpreorder .infobox,	
.bbsurprise2 .infobox {	
	margin: 10px 0;
	padding: 2px 10px 0 10px;
	background: #ccb;
	}
.bbsurprise2 .infobox {	
	margin: 0 0 10px -3px;
	}

.bbpreorder .infoboxr a {	
	float: right;
	} 

.bbpreorder .fline {
border-color: #F6ECD7;
}

.bborganigram #navAlpha {
	width: 274px;
	overflow: hidden;
}

.bborganigram .content {
	margin: 0pt 0pt 0pt 289px;
	width: 667px;
}

.bborganigram #navAlpha img.photoregularfive {
	margin: -15px 0 15px -147px;
}

.bborganigram #SecondNavDiv {
	left: 0;
}

/* Booking Frame Anpassungen */

#navCountry {
	display: none;
}


.bbagb #navAlpha li a {width: 300px;}

.bbplan .infobox {
	background: #4F509F;
	}

.infobox .tbl4 {
	padding: 5px;
	border: none;
	color: #fff;
	width: 100%;
	}
	
.infobox .tbl4 td {
	color: #fff;
	border-color: #161586;
	}
	

.bbpartners .tbl1 td { width: 33%; }
.bbaboutus .tbl .th1 { width: 22%; }

/* special: destination map */

.destinationmap p {
	padding:0;
	margin: -15px 0 15px -15px;
	}




/* rio doku special ------------------------------------------- */
#brio .content {
	background: #FFF;
	color: #000;
	padding: 0 15px 15px 15px;
}

#brio .content h2 {
	border-top: 1px solid #eee;
}

#brio .content pre {
	width: 525px;
	padding: 5px;
}

#brio .content .tbl {
	width: 535px;
}

#brio .content .boxalert {
	width: 500px;
}

#brio .content h3 {
	font-size: 14px;
}

#brio .content h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	color: #777;
}

#brio .content p {
	margin-bottom: 5px;
}


/* web 20 button */

#bshop h2 a:link, #bshop h2 a:visited,
#boffice h2 a:link, #boffice h2 a:visited,
#bbooking h2 a:link, #bbooking h2 a:visited {
	display: block;
	height: 16px;
	background: transparent url(/img/edw-button-web20.gif) no-repeat 0 -32px;
	color: #fff !important;
	padding: 8px 10px;
	text-decoration: none;
	margin-left: -7px;
	}

#bshop h2 a:hover, #bshop h2 a:active,
#boffice h2 a:hover, #boffice h2 a:active,
#bbooking h2 a:hover, #bbooking h2 a:active {
	display: block;
	height: 16px;
	background: transparent url(/img/edw-button-web20.gif) no-repeat 0 -1px;
	color: #fff !important;
	padding: 8px 10px;
	text-decoration: none;
	}
	

#bagent h2 a:link, 
#bagent h2 a:visited,
.bbnews h2 a:link, 
.bbnews h2 a:visited,
.bbdestinations h2 a:link, 
.bbdestinations h2 a:visited,
.bbaboard h2 a:link, 
.bbaboard h2 a:visited 
{
	display: block;
	height: 16px;
	background: transparent url(/img/edw-button-web20-onblue.gif) no-repeat 0 -1px;
	color: #fff !important;
	padding: 8px 10px;
	text-decoration: none;
	margin-left: -7px;
	}

#bagent h2 a:hover, 
#bagent h2 a:active,
.bbnews h2 a:hover, 
.bbnews h2 a:active,
.bbdestinations h2 a:hover, 
.bbdestinations h2 a:active,
.bbaboard h2 a:hover, 
.bbaboard h2 a:active 
{
	display: block;
	height: 16px;
	background: transparent url(/img/edw-button-web20-onblue.gif) no-repeat 0 -32px;
	color: #fff !important;
	padding: 8px 10px;
	text-decoration: none;
	}
	
	
	
.bbservices h2 a:link, 
.bbservices h2 a:visited,
.bbfeedback h2 a:link, 
.bbfeedback h2 a:visited 
{
	display: block;
	height: 16px;
	background: transparent url(/img/edw-button-web20.gif) no-repeat 0 -32px;
	color: #fff !important;
	padding: 8px 10px;
	text-decoration: none;
	margin-left: -7px;
	}

.bbservices h2 a:hover, 
.bbservices h2 a:active,
.bbfeedback h2 a:hover, 
.bbfeedback h2 a:active 
{
	display: block;
	height: 16px;
	background: transparent url(/img/edw-button-web20.gif) no-repeat 0 -1px;
	color: #fff !important;
	padding: 8px 10px;
	text-decoration: none;
	}





/* home */

#bhome h3 a:link, #bhome h3 a:visited {
	display: block;
	height: 16px;
	background: transparent url(/img/edw-button-web20-sm-onblue.gif) no-repeat 0 -1px;
	color: #fff !important;
	padding: 8px 10px;
	text-decoration: none;
	margin-left: -7px;
	}

#bhome h3 a:hover, #bhome h3 a:active {
	display: block;
	height: 16px;
	background: transparent url(/img/edw-button-web20-sm-onblue.gif) no-repeat 0 -30px;
	color: #fff !important;
	padding: 8px 10px;
	text-decoration: none;
	}

#navTools img {
vertical-align: middle;
}


/* movies */

.moviebox {
	background: #4F509F;
	background: #47485C;
	padding: 4px 10px;
	margin-bottom: 4px;
}

.moviebox h3 {
	background: #333;
	padding: 4px 6px;
	margin: 4px 0 10px 0;
	font-size: 14px;
}

.moviebox p {
	padding: 0 0 0 170px;
}

.moviebox img {
	float: left;
	margin: -34px 0 -25px -170px;
}

* html .moviebox img { margin: -34px 0 -38px -170px; }
*+html .moviebox img { margin: -34px 0 -38px -170px; }

.moviebox a.external {
	padding: 8px 0 8px 40px;
	background: transparent url(/medias/edw/img/movieklappe.gif) no-repeat;
}



.businessclass1 {
	float: left;
	width: 160px;
	}
	
.businessclass2 {
	float: left;
	width: 350px;
	}

.bbbusiness .fline { border-color: #333; }

/* Kontaktformular */

#xForm {
	margin-left:21px;
	}

#xForm label {
	float:left;
	margin-top:3px;
	text-align:left;
	width:20%;
	}

#xForm input, #xForm textarea {
	background:	#EEEEEE none repeat scroll 0%;
	color:	#000000;
	font-family: arial,sans-serif;
	font-size:	12px;
	font-size-adjust:	none;
	font-stretch:	normal;
	font-style:	normal;
	font-variant:	normal;
	font-weight:	normal;
	line-height:	13px;
	margin-bottom:	3px;
	margin-top:	3px;
	width:	360px;
	}

#bfeedback #xForm input, #bfeedback #xForm textarea {
	background-color: #FFF;
	}

#xForm #gender input {
	width:auto;
	}

#xForm textarea {
	height:100px;
	}

#xForm #sendform input {
	margin-top: 10px;
	width:100px;
	}

#xForm #xFormInfo {
	display: none;
	}
	
	
#xForm .required {
	background: transparent url(/img/i_required.gif) no-repeat 478px 13px;
	}
#xForm #captcha {
	height: 70px;
	}

#xForm div {
	padding: 5px 10px;
	}

#xForm #captcha label {
	width: 55%;
	}
	
#xForm #captcha div {
	width: 38%;
	float: left;
	}
#xForm #captcha div input {
	width: 155px;
	}

#xForm #flightdetails label,
#xForm #msg label {
	width: 95%;
	}

#xForm #flightdetails input,
#xForm #msg textarea {
	margin-left: 95px;
	}

#xForm div#sendform {
	clear: both;
	border-top: 1px solid #CCCCCC;
}

#xForm #gender input {
	position: relative;
	top: 5px;
	background: transparent;
}

#xForm div#msg, #xForm div#captcha, #xForm div#flightdetails {
	border-top: 1px solid #CCCCCC;
}


.warning {
	font-weight: bold;
	color: #F00;	
}


/* reiseberichte */

.piclegend {
	float: left;
	width: 110px;
	font-size: 6px;
	margin: -20px 0 0 -8px;
	color: #444;
}

.sitemap li {
	border-top: 1px solid #333388;
	font-size: 14px;
	margin-top: 20px;
	padding-top: 10px;
	list-style-type: decimal;
	}

.sitemap .level2 li {
	border-top: none;
	font-size: 13px;
	list-style-type: square;
	}

.sitemap .level3 li {
	font-size: 11px;
	}


/* keywords */

.keywordlisting {
	display: none;
	}
	
	
/* destination interchange */
#navAlpha .intertitle {
	position:absolute;
	left:-900em;
}


/*specials homepage */

.shortmsg {
	margin: 0 100px 0 -15px;
	background: #CEDDEB;
	/*background: #00145F !important;*/
	background: #161586 !important;
	color: #CEDDEB;
}

.shortmsg h2 {
	border: none !important;
	padding-bottom: 0 !important;
}

.shortmsg h3 {
	margin: 0;
}

.shortmsg p {
	margin-bottom: 6px;
}

.bbhome .shortmsg a:link, 
.bbhome .shortmsg a:visited {
	color: #888;
	}
.bbhome .shortmsg a:hover, 
.bbhome .shortmsg a:active {
	color: red;
	}
	
.bluebox, .redbox {
	background: #161586;
	width: 185px;
	padding: 10px 8px 0 8px;
	margin: -15px -15px;
	color: #fff;
}

.bluebox h3, .redbox h3 {
	text-transform: uppercase;
	margin: 0 0 8px 0;
}

#navAlpha div.bluebox a.piclink img,
#navAlpha div.redbox a.piclink img {
	margin: 3px 0 -2px 0;
	width: 190px;
	}


#bbooking .bluebox,
#bbooking .redbox {
	background: #072C76;
	width: 165px;
	padding: 10px 8px 0 8px;
	margin: -15px -15px;
	color: #fff;
}
#bbooking .bluebox h3,
#bbooking .redbox h3 {
	font-size: 11px;
}

#bbooking .redbox {
	background: #EE1C25;
	}

#bbooking .bluebox strong {
	font-size: 14px;	
}

#bbooking .bluebox em {
	color: #fff;
	display: block;
	padding-bottom: 6px;
}

#bbooking.bbswissframe .bluebox,
#bbooking.bbswissframe .redbox {
	width: 108px;
}


.kuonibox p { color: #333; }
.kuonibox h3 { color: #555; }

/* customer info smstool */



.debug { 
	background:#F6E5CC;
	padding:6px; 
	margin: 0 0 6px 0;
	width: 80%;
	}

.clearall {
	clear: both;
}

.errormessage {
	display: block;
	border:1px solid red;
	border-top-width:3px;
	padding:4px 10px;
	margin:10px 10px 6px 0;
}

#customerinfo admintd, #customerinfo .admintdg, #customerinfo .admintdo, #customerinfo .admintdw, #customerinfo .admintdt {
	white-space: nowrap !important;
}



/* sms tool */

#bshop.bbsmstool #SecondNavDiv {
	left: 150px;
}

#bshop.bbsmstool #navAlpha {
	width: 274px;
}

#bshop.bbsmstool .content {
	margin: 0 0 0 293px;
	width: 673px;
	}

#bshop.bbsmstool .smstoolarea {
	background: white;
	padding:10px 5px 10px 10px;
	margin-bottom: 14px;
	width:650px;
	}
	
#bshop.bbsmstool #navAlpha img.photoregularfive {
	margin:-15px 0pt 15px -150px;
	}


#bshop.bbsmstool td {
	background: transparent;
	}


#bshop.bbsmstool table.flighttable {
	width: 416px;
	}
	
#bshop.bbsmstool table.flighttable tr {
	background: #eee;
	}

#bshop.bbsmstool table.flighttable td {
	border-bottom: 1px solid #fff;
	padding: 4px;
	margin: 0;
	}


#bshop.bbsmstool .content img {
	margin-bottom: 0;
	}

#bshop.bbsmstool table.flighttable img {
	padding: 2px 4px 2px 4px;
	}
#bshop.bbsmstool table.calendart img {
	padding: 2px 4px 6px 4px;
	}

#bshop.bbsmstool table.flighttable tr.divider td {
	border-top: 5px solid #fff;
	}

#bshop.bbsmstool table.flighttable td.selecttd {
background: #F7E0B4;
}




/* surprise shop 2 and preorder flightchooser */


#bshop.bbsurprise2 .flightchooser,
#bshop.bbpreorder .flightchooser {
	background: white;
	padding:10px 5px 10px 10px;
	margin-bottom: 14px;
	width:470px;
	}
	
#bshop.bbsurprise2 td,
#bshop.bbpreorder td {
	background: transparent;
	}


#bshop.bbsurprise2 table.flighttable,
#bshop.bbpreorder table.flighttable {
	width: 416px;
	}
	
#bshop.bbsurprise2 table.flighttable tr,
#bshop.bbpreorder table.flighttable tr {
	background: #eee;
	}
 
 #bshop.bbsmstool table.flighttable td.normaltd,
 #bshop.bbsurprise2 table.flighttable td.normaltd,
 #bshop.bbpreorder table.flighttable td.normaltd {
	background: #eee;
	}

#bshop.bbsurprise2 table.flighttable td,
#bshop.bbpreorder table.flighttable td {
	background: #eee;
	border-bottom: 1px solid #fff;
	padding: 1px;
	margin: 0;
	}

#bshop.bbsurprise2 table.flighttable td.starttime,
#bshop.bbpreorder table.flighttable td.starttime { 
	font-weight: bold; 
	}

#bshop.bbsurprise2 .content img,
#bshop.bbpreorder .content img {
	margin-bottom: 0;
	}

#bshop.bbsurprise2 table.flighttable img,
#bshop.bbpreorder table.flighttable img {
	padding: 2px 4px 2px 4px;
	}
#bshop.bbsurprise2 table.calendart img,
#bshop.bbpreorder table.calendart img {
	padding: 2px 4px 6px 4px;
	}

#bshop.bbsurprise2 table.flighttable tr.divider td,
#bshop.bbpreorder table.flighttable tr.divider td {
	border-top: 5px solid #fff;
	}

#bshop.bbsurprise2 table.flighttable td.selecttd,
#bshop.bbpreorder table.flighttable td.selecttd {
background: #F7E0B4;
}


#bshop .choosen {
background: #F7E0B4 !important;
}


#bshop.bbpreorder #flightnr,
#bshop.bbpreorder #flightdate,
#bshop.bbpreorder #departure,
#bshop.bbpreorder #destination {
	background: white;
	padding: 2px 10px;
	}
#bshop.bbpreorder #destination {
	margin-bottom: 10px;
	}
#bshop.bbpreorder #flightnr input,
#bshop.bbpreorder #flightdate input,
#bshop.bbpreorder #departure input,
#bshop.bbpreorder #destination input {
	border: white;
}



a.buttonstep, a.buttonstep2 {
	display: block;
	width: 170px;
	margin: 5px 0 0 0;
	padding: 2px 10px 3px 25px;
	border: 1px solid #8090A0 !important;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #F7E0B4 url(/img/admin_arrowr.gif) no-repeat 3px 3px;
	font-weight: bold;
}
a.buttonstep2 {
	background: #ddd url(/img/admin_arrowl.gif) no-repeat 3px 3px;
	float: right;
	margin-bottom: 20px;
}	

a.buttonstep:hover, a.buttonstep2:hover {
	background-color: #FBD12B;
}

/* special: home */

.bbhome .bluebox {
	display: none;
	}

.bbhome .panoramabox {
margin-bottom: 15px;
}



/* destinationen */

#bdestinations h3.detail,
#bdestinations h3.booking,
#bdestinations h3.linkbu {
	margin: 0;
	}

#bdestinations h3 a:link, #bdestinations h3 a:visited {
	display: block;
	height: 16px;
	background: transparent url(/img/edw-button-web20-short-onblue.gif) no-repeat 0 -1px;
	color: #fff;
	padding: 8px 10px;
	text-decoration: none;
	margin: 0;
	margin-right: 6px;
	}

#bdestinations h3 a:hover, #bdestinations h3 a:active {
	display: block;
	height: 16px;
	background: transparent url(/img/edw-button-web20-short-onblue.gif) no-repeat 0 -30px;
	color: #fff;
	padding: 8px 10px;
	text-decoration: none;
	margin: 0;
	margin-right: 6px;
	}

#bdestinations h3.detail a:link, #bdestinations h3.detail a:visited {
	background: transparent url(/img/edw-button-web20-short-ongrey.gif) no-repeat 0 -1px;
	margin-right: 0;
	}

#bdestinations h3.detail a:hover, #bdestinations h3.detail a:active {
	background: transparent url(/img/edw-button-web20-short-ongrey.gif) no-repeat 0 -30px;
	margin-right: 0;
	}

#bdestinations h3.booking a:link, #bdestinations h3.booking a:visited {
	background: transparent url(/img/edw-button-web20-shred-ongrey.gif) no-repeat 0 -1px;
	margin-right: 0;
	}

#bdestinations h3.booking a:hover, #bdestinations h3.booking a:active {
	background: transparent url(/img/edw-button-web20-shred-ongrey.gif) no-repeat 0 -32px;
	margin-right: 0;
	}

#bdestinations h3.linkbu a:link, #bdestinations h3.linkbu a:visited {
	background: transparent url(/img/edw-button-web20-shdred-ongrey.gif) no-repeat 0 -1px;
	margin-right: 0;
	}

#bdestinations h3.linkbu a:hover, #bdestinations h3.linkbu a:active {
	background: transparent url(/img/edw-button-web20-shdred-ongrey.gif) no-repeat 0 -32px;
	margin-right: 0;
	}

#destinationsearch {
	vertical-align:top;
	}
	
	
	
	
#bshop.bbsurprise tr.required td {
	background: #fdd url(/img/i_required.gif) no-repeat 278px 13px !important;
	}

a.internalpdf:link,
a.internalpdf:visited,
a.internalpdf:hover,
a.internalpdf:active {
	margin-top: 11px;
	padding: 4px 8px 4px 26px;
	background: transparent url(/medias/edw/img/pdf.gif) no-repeat 4px 1px;
}


/*** contact form */

#bcontact #xForm {
	background: #4F509F;
	margin: 0 -15px -15px -15px;
	padding: 10px;
}

#bcontact #xForm .required {
	background: transparent url(/img/i_required.gif) no-repeat 488px 13px;
}

#bcontact #xForm div {
	border-color: #161586;
}

#bcontact h2 {
	clear: both;
	color: #fff;
	font-size: 17px;
}




.preorderitem a.internalpdf:link,
.preorderitem a.internalpdf:visited,
.preorderitem a.internalpdf:hover,
.preorderitem a.internalpdf:active {
	padding: 0;
	background: transparent;
}


.columnbox {
	float: left;
	width: 260px;
	margin-bottom: 20px;
}


/* Editorial Grid / home */

.bbhome .shortmsg h2.editorialhead a {
	text-decoration: none;	
	color: #FFF;
}

.bbhome .shortmsg h2.editorialhead a:hover {
	text-decoration: none;	
	color: #F52936;
}

.bbhome .shortmsg h2.editorialhead {
	font-size: 2em;
	line-height: 1.2em;
	margin-bottom: 10px;
	width: 440px;
}

.bbhome .shortmsg ul a {
	text-decoration: underline;
	color: #FFF !important;
}

.bbhome .shortmsg ul a:hover {
	text-decoration: none;
	color: #F52936 !important;
}

.bbhome .shortmsg ul {
	padding: 0;
	margin: 0;
}

.bbhome .shortmsg ul li {
	background: transparent url(/medias/edw/style/bg-bullet-home.gif) no-repeat 0 0;
	padding: 0 0 3px 20px;
	list-style-type: none;
}

/* Tabbed Navigation (Swiss Booking) */

ul.tabnav {
	border-bottom: 1px solid #888;
	height: 26px;
	margin: -16px -1px 10px -15px;
	width: 642px;
	background: #e9e6e1;
}

*html ul.tabnav {
	position: relative;
	width: 102%;
	top: -16px;
	left: 0;
}

*+html ul.tabnav {
	position: relative;
	width: 102%;
	top: -16px;
	left: 0;
}

ul.tabnav li {
	background: #AAA none repeat scroll 0 0;
	border-top: 1px solid #e9e6e1;
	border-right: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-bottom:1px solid #888;
	color:#FFF;
	float:left;
	font-size: 17px;
	list-style-type:none;
	margin:0 0 -4px;
	padding:3px 13px;
}

ul.tabnav li.sactive {
	background: #FFFFFF none repeat scroll 0 0;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-bottom: 1px solid #FFFFFF;
	color: #000000;
	position: relative;
	left: 0;
	top: 0;
}

ul.tabnav li a,
ul.tabnav li a:link,
ul.tabnav li a:active,
ul.tabnav li a:visited {
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
}
ul.tabnav li.sactive a,
ul.tabnav li.sactive a:link,
ul.tabnav li.sactive a:active,
ul.tabnav li.sactive a:visited {
		color: #000;
}
ul.tabnav li a:hover {
		color: #F00;
}

#bbooking .content ul.tabnav li a {
		color: #FFF;
}

#bbooking .content ul.tabnav li a sup{
		font-size: 8px;
}

#bbooking .content ul.tabnav li.sactive a {
		color: #000;
}

#bbooking .content ul.tabnav li a:hover,
#bbooking .content ul.tabnav li.sactive a:hover {
		color: #F00;
}



/* from idestination */


.bookingbox {
	background: #5f5f5f;
	background: #47485C;
	margin: 10px 0 0 0;
	}
.bookingbox td, 
.bookingbox .webt10 td,
.bookingbox .admint td {
	background: #707070;
	background: #47485C;
	vertical-align: top;
	padding-top: 5px;
	}
.bookingbox table.admint {
	margin-bottom: 15px;
	}
.bookingbox table.webt10 {
	width: 500px;
	}
.bookingbox td.button {
	padding-top: 2px;
	}
.bookingbox th {
	background: #47485C;
	padding: 0;
	text-align: center;
	font-weight: normal;
	color: #bbb;
	}
.bookingbox th.left {
	text-align: left;
	}
.bookingbox th.pr10 {
	padding-right: 10px;
	}
.bookingbox small {
	color: #aaa;
	line-height: 8px;
	}
.bookingbox td.infoline {
	color: #aaa;
	}
.bookingbox td.button small {
	line-height: 11px;
	}
.bookingbox h3 {
	background: #333;
	line-height: 17px;
	padding: 4px 0 4px 6px;
	margin: 4px 0 10px 0;
	font-size: 14px;
}
.bbplan .content h2 {
	padding-bottom: 10px;
	}
div#showflights {
	width: 220px;
	padding: 0;
	margin: 0;
	background: transparent;
	position: absolute;
	left: 310px;
	top: 55px;
	}
.bookingbox h3.showflights {
	background: #161586;
	line-height: 17px;
	padding: 0;
}
.bookingbox h3.showflights a span {
	background: transparent url(/img/b_calendar.png) no-repeat 5px 0;
	padding-left: 30px;
}
.bookingbox h4.showflights img {
	margin: 0;
	vertical-align: top;
}
.bookingbox h4.hideflights {
	line-height: 17px;
	padding: 0 10px 0 6px;
	text-align: right;
}
.bookingbox td.button h3 {
	background: #47485C;
	padding: 0;
	margin: 0;
}
.bookingbox h3 em {
	color: #888;
	padding-left: 5px;
	}
.bookingbox h3 select {
	font-weight: bold;
	}
.bookingbox h3 u {
	color: #ddd;
	font-weight: normal;
	text-decoration: none;
	}



#bdestinations .destinationlist {
	width: 246px;
	float: left;
	border: none;
	background: #4F509F;
	margin-right: 15px;
	padding: 0;
	}
#bdestinations .destinationlist td {
	border-bottom: 1px solid #161586;
	padding: 2px 20px;
	}
#bdestinations .destinationlist a:link,
#bdestinations .destinationlist a:visited {
	color: #fff;
	}
#bdestinations .destinationlist a:hover,
#bdestinations .destinationlist a:active {
	color: red;
	}
#bdestinations .destinationlistthumb td {
	border: none;
	padding: 0 15px 0 2px;
	}
	
h5 {
	border-top: 1px solid #888;
	font-size: 11px;
	color: #888;
	margin-top: 20px;
	}
.bookinglink {
	float: right;
	margin-right: 6px;
	}


#destinationcontrol {
	background-color:#888888;
	background-color:#161586;
	color:#FFFFFF;
	font-size:1.1em;
	margin-bottom:10px;
	padding: 10px 10px 10px 20px;
	height: 225px;
	}
	
#destinationcontrol form {
	padding: 0; 
	margin: 0;
	}
#destinationcontrol h3 {
font-size: 15px;
margin-bottom: 10px;
	}
.destcontrolcol {
	width: 170px;
	float: left;
	padding-right: 10px;
	}
.destcontrolcol select {
	margin-top: 8px;
	}


.surprise-steps {
	background: transparent url(/img/edw-surprise-steps-d.gif) no-repeat -2px 0;
	width: 520px;
	height: 26px;
	margin-bottom: 5px;
	margin-top: 0;
}
#step_three_d.surprise-steps {  background: transparent url(/img/edw-surprise-steps-d.gif) no-repeat -2px -54px; }
#step_two_d.surprise-steps { background: transparent url(/img/edw-surprise-steps-d.gif) no-repeat -2px -27px; }

#step_three_e.surprise-steps {  background: transparent url(/img/edw-surprise-steps-e.gif) no-repeat -2px -54px; }
#step_two_e.surprise-steps { background: transparent url(/img/edw-surprise-steps-e.gif) no-repeat -2px -27px; }
#step_one_e.surprise-steps { background: transparent url(/img/edw-surprise-steps-e.gif) no-repeat -2px -0; }

#step_three_f.surprise-steps {  background: transparent url(/img/edw-surprise-steps-f.gif) no-repeat -2px -54px; }
#step_two_f.surprise-steps { background: transparent url(/img/edw-surprise-steps-f.gif) no-repeat -2px -27px; }
#step_one_f.surprise-steps { background: transparent url(/img/edw-surprise-steps-f.gif) no-repeat -2px -0; }

#SecondNav li.arrival_dep a { width: auto; display: inline; padding-right: 3px; }
#SecondNav li.arrival_dep a.departure { padding-left: 3px; }



.bookingalert {
	background: #E3E319 url(/img/warning.gif) no-repeat 4px 5px;
	padding: 3px 10px 3px 24px;
	color: #000;
	border-left: 3px solid #AEAF15;
	border-top: 3px solid #AEAF15;
	border-bottom: 1px solid #B5B5DF;
	border-right: 1px solid #B5B5DF;
	margin: 7px 20px 7px 0;
}

* html .bookingalert {
	background-position: 7px 8px;
}


/* #boffice specials */

#boffice #SecondNavDiv {
	left: 150px;
}
#boffice #navAlpha {
	width: 274px;
}
#boffice .content {
	margin: 0 0 0 293px;
	width: 664px;
	}
#boffice #footer {
	margin: 0 0 0 293px;
	width: 565px;
	}


#boffice .tbl,
#boffice .tbl1 {
	width: 70%;
	background: #EE1C25;
	}
#boffice .tbl td,
#boffice .tbl1 td {
	background: #fff;
	padding: 5px 10px;
	}
#boffice .tbl th,
#boffice .tbl1 th {
	font-size: 14px;
	color: #fff;
	padding: 5px 10px;
	}
#boffice .tbl1 th {
	background: #EE1C25;
	}
#boffice .tbl1 {
	border-color: #CF193E;
	}
#boffice .tbl1 td {
	border-color: #CF193E;
	background: #fff;
	color: #333;
	}
#boffice .content .tbl a:link, #boffice .content .tbl a:visited { color: #333 !important;  }
#boffice .content .tbl1 a:link, #boffice .content .tbl1 a:visited { color: #333 !important; font-weight: bold; }
#boffice .content h1 { color: #000; font-size: 24px; font-family: arial, verdana, sans-serif; }

/* #bagent specials */

#bagent a.internalpdf:link, 
#bagent a.internalpdf:visited, 
#bagent a.internalpdf:hover, 
#bagent a.internalpdf:active { 
	margin-top: 0; 
	}
	
	
/* fleet */
.bbszflotte #section1,
.bbszflotte #section2,
.bbszflotte #section3,
.bbfleet #section1,
.bbfleet #section2,
.bbfleet #section3 {
	padding: 7px 7px 0 7px;
	color:#555;
	width: 512px;
	zoom:1; /* IE6 */
}

.bbszflotte #section1,
.bbfleet #section1{
	background: #6982B4 url(/medias/edw/img/gradient-ewdbox.png) 0 0 repeat-x;
	border: 1px solid #6982B4;
	margin-bottom: 25px;
}

.bbszflotte #section2,
.bbfleet #section1 {
	background: #AC042B url(/medias/edw/img/gradient-ewdbox.png) 0 0 repeat-x;
	border: 1px solid #AC042B;
}

* html .bbszflotte #section1,
* html .bbfleet #section1 {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/medias/edw/img/gradient-ewdboxie6.png', sizingMethod='scale');
	background: none;
}

* html .bbszflotte #section2,
* html .bbfleet #section2 {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/medias/edw/img/gradient-lxboxie6.png', sizingMethod='scale');
	background: none;
}

.a330,
.a320 {
	background: transparent url(/medias/edw/img/plain-tab.png) 0 0 repeat-x;
	width: 499px;
	position: relative;
	top: 0;
	left: 0;
	padding: 10px 10px 7px 10px;
}

* html .a330,
* html .a320 {
	zoom:1;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/medias/edw/img/plain-tab.png', sizingMethod='image');
	background: none;
}

.a330 {
	margin-bottom:4px;
}

.a330 h2,
.a320 h2,
.sitzplan h2,
.technik h2,
.virtual h2 {
	border: none;
	color:#555;
	font-size: 13px;
	padding-top: 0;
}

.sitzplan p {
	margin-bottom: 0;
}

.a330 img,
.a320 img {
	margin-top: 1px;
	marging-bottom: 0;
}

.a330 a,
.a320 a {
	color: #555;
	display: block;
	position: absolute;
	bottom: 17px;
	right: 17px;
	font-size: 11px;
	font-weight: bold;
	z-index: 20;
}

#section1 p.box1,
#section2 p.box1 {
	position: absolute;
	top: 50px;
	color: #fff;
	font: 10px/12px georgia, arial, verdana, sans-serif;
	background: #798EBB url(/medias/edw/img/plain-nbr.gif) 0 0 no-repeat;
	width: 40px;
	padding-top: 2px;
	height: 32px;
	text-align: center;
	text-transform: capitalize;
	right: 17px;	
}

#section1 p.box1 strong,
#section2 p.box1 strong {
	font-size: 20px;
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
}

.bbnav3 #section1,
.bbnav3 #section2,
.bbnav3 #section3 {
	background: #6982B4 url(/medias/edw/img/gradient-plain.png) 0 bottom no-repeat !important;
	border: 1px solid #6982B4 !important;
	margin-bottom: 25px !important;
	padding-bottom: 11px;
}

* html .bbnav3 #section1,
* html .bbnav3 #section2,
* html .bbnav3 #section3 {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/medias/edw/img/gradient-ewdboxie6.png', sizingMethod='scale');
	background: none;
}

.sitzplan,
.technik,
.virtual {
	background: transparent url(/medias/edw/img/detail-tab.png) 0 0 repeat-x;
	width: 496px;
	position: relative;
	top: 0;
	left: 0;
	padding: 10px 10px 0 10px;
}

* html .sitzplan,
* html .technik,
* html .virtual {
	zoom:1;
	background: transparent url(/medias/edw/img/detail-tab.gif) 0 0 no-repeat;
	padding-bottom:4px;
}

.bbnav3 #section1 .sitzplan p.box1 {
	width: 496px;
	height: 252px;
	overflow: auto;
	border: 1px solid #999;
	position: relative !important;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	background: transparent;
}

.technik .tbl {margin-bottom: 0; margin-right:-2px;}


/* zoom controller */
.iviewer_common:hover {
	background: #eee;
}

.iviewer_common {
	position: absolute;
	left: 2px;
	border: 1px solid #999;
	background: #ccc;
	width: 10px;
	height: 8px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	padding-bottom: 2px;
	line-height: 8px;
	font-family:monospace;
	z-index: 100;
	color: #000;
	zoom:1;
}

.iviewer_zoom_in {
	top: 2px;
	z-index: 1;
}

.iviewer_zoom_status {
	height: 40px;
	top: 15px;
	overflow: hidden;
	padding-bottom: 0;
	display: none;
	left: -9999px;
}

.iviewer_zoom_status img {
	width: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	background:red;
}

.iviewer_zoom_out {
	top: 15px;
}