

#dest_container {
  position:relative;
  width:853px; /* 853px */
}

#dest_top {
	position: relative;
	width: 750px;
  margin-bottom:30px;
  margin-left:100px;
}


#main_left_dest {
	position: relative;
	width: 340px;
  margin-bottom:20px;
  margin-left:100px;
  float:left; 
  display:inline;
  border-right:1px solid #999;
  margin-right:15px;
}


.main_left_dest_inner {
	position: relative;
	width: 300px;  
}


#main_right_dest {
	position:relative;
  width:395px;
	float:left; 
}


.hotell {
  position:relative;
  margin-bottom:15px;
  height:140px;
}
.hotell_left {
  position:relative;
  float:left;
  width:200px;
}
.hotell_right {
  position:relative;
  float:left;
  width:194px;
}




#flight_table {
	width: 300px;
	padding: 0;
	margin: 0;
  margin-top:7px;
  margin-bottom:15px;
}


th.flight {
	font-weight: bold;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
  border-left: 1px solid #C1DAD7;
	letter-spacing: 1px;
	text-align: left;
	padding: 2px 2px 2px 6px;
	background: #CAE8EA
}


th.flight_bolag {
	border: 1px solid #C1DAD7;
	background: none;
  text-align:center;
  color:#666;
  width:75px;
}


td.flight {
	border-left: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
  /* border-left: 1px solid #C1DAD7;*/
	background: #f1f1f1;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
  width:75px;
}