/* root element for tabs  */
.panes {
  border: 1px solid #c3c0c0;
  background: #cfe8fe;
  height: 171px;
}

ul.tabs { 
	list-style: none; 
	margin: 0 !important; 
	padding: 0;	
	height: 29px;
}

/* single tab */
ul.tabs li { 
	float: left;	 
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background-image: url('img/tab_normal.png');
	background-repeat: no-repeat;
	font-size: 14px;
	display: block;
	height: 30px;  
	line-height: 32px;
	width: 134px;
	text-align: center;	
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 0;
	margin: 0;
	letter-spacing: 0.03em;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-image: url('img/tab_hover.png');
	background-repeat: no-repeat;
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover {
	background-image: url('img/tab_current.png');
	background-repeat: no-repeat;
	cursor: default; 
	color: #4B95FE;
  position: relative;
	top: 1px;
	text-decoration: underline;
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

/* content */

.pauschal {
  margin: 5px 1px 5px 9px;
  height: 159px;
}

.destination_block {
  float: left;
}

.travel_time_block {
  float: left;
  margin: 0 0 0 10px;
}

.traveldetails {
  float:left;
  width: 125px;
  margin: 0 0 0 10px;
}

.traveldetails2 {
  float:left;
  width: 95px;
  margin: 2px 0 0 0;
}

.head_over {
  color: #4997fc;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  vertical-align: bottom;
}

.block_border {
  width: 150px;
  height: 130px;
  border-right: 1px dashed #848484;
}

.options {
  color: #848484;
  margin: 12px 0 1px 0;
  font-size: 12px;
  width: 100px;
}

.choice {
  width: 140px;
  color: #848484;
  font-size: 10px;
}

.choice_small {
  width: 100px;
  color: #848484;
  font-size: 10px;
}

.hotelname {
  width: 136px;
  font-size: 10px;
  color: #848484;
}

.children {
  width: 100px;
}

.child1 {
  float: left;
}

.child2 {
  float: right;
}

.child_select {
  width: 45px;
  color: #848484;
  font-size: 10px;
}

.search_button {
  width: 95px;
  height: 38px;
  text-align: right;
  margin: 12px 0 5px 4px;
}

.extended_search {
  margin: 3px 0 0 0;
  font-size: 10px;
  float: right;
  color: #f36523;
}

