@charset "utf-8";
/* flugsuche CSS */

div.flugsuche div.box-content {
	background:#a5dcdf;	
	border: 1px solid #7fb2b2;
	border-top:none;
}

div.flugsuche form {
	height:240px;
	overflow:hidden;
}

.flysearch-col {
	width:207px;
	float:left;
	position:relative;
	height:240px;
}

#flysearch div.line {
	clear:both;
	height:32px;
}
#flysearch div.double-line {
	clear:both;
	height: 48px;
}
#flysearch div.double-line select {
	clear:both;
	width:200px;
	float:none;
}
#flysearch label.radio {
	height: 24px;
	font-weight:normal;
}

#flysearch label.radio input {
	margin-right:8px;
}

#flysearch label,
#flysearch-label-abflugdatum,
#flysearch-label-rueckflugdatum {
	line-height:24px;
	font-size: 12px;
	float:left;
	font-weight:bold;
}
#flysearch-label-abflugdatum,
#flysearch-label-rueckflugdatum {
	font-weight:normal;
}

#flysearch div.hasDatepicker {
padding:32px 0 8px 0;
}

#flysearch #to,
#flysearch select {
	float:right;
	margin-right:16px;
}

#flysearch select#selday,
#flysearch select#selday2 {
	margin-right:2px;
}

#flysearch #flysearch-extended label,
#flysearch #flysearch-extended select {
	float: none;
}

#flysearch #to {
	border: 1px solid #660;
	padding: 2px;
	width: 130px;
}

#flysearch #from {
	width:130px;
}

#flysearch select#tarif_klasse,
#flysearch select#pax {
	margin-right:0px;
}

#flysearch #flysearch-oneway label {
	width:200px;
}


/* Datepicker */
.ui-datepicker-links{
	background:#066;
	position:relative;
	height:20px;
	width:192px;
	border:1px solid #a5dcdf;
	display:none;
}
.ui-datepicker-links a { 
	color:#fff;
	
}

.ui-datepicker-prev{
	position:absolute;
	width:64px;
	left:4px;
	top:4px;
}
.ui-datepicker-current{
	position:absolute;
	width:64px;
	left:64px;
	top:2px;
	text-align:center;
}
.ui-datepicker-current a,
.ui-datepicker-current a:hover,
.ui-datepicker-current a:active {
	color:#fff;
}

.ui-datepicker-next{
	position:absolute;
	width:64px;
	left:124px;
	top:4px;
	text-align:right;
}

.ui-datepicker-header {
	position:relative;
	display:none;
}

.flugsuche .ui-datepicker-new-month {
	position:absolute;
	width:55px;
	top:-52px;
	left:90px;
}
.flugsuche .ui-datepicker-new-year {
	position:absolute;
	width:44px;
	top:-52px;
	left:148px;
}


table.ui-datepicker {
	width:194px;
}

table.ui-datepicker td {
	text-align:center;
	border:1px solid #a5dcdf;
	background: #cefafd;
	color: #066;
	padding: 1px 0;
}

table.ui-datepicker .ui-datepicker-title-row td {
	color:#fff;
	background:#066;
}

table.ui-datepicker .ui-datepicker-days-cell-over {
	border-color:#066;
}


table.ui-datepicker .ui-datepicker-unselectable {
	background:#e1f3f4;
	color:#999;
}

table.ui-datepicker .ui-datepicker-other-month {
	color:#67b0b1;
}

table.ui-datepicker .ui-datepicker-current-day{
	background:#67b0b1;
}


#flysearch-extended-wrap select {
	width:184px;
}
#flysearch-extended-wrap2 {
	line-height:16px;
	margin-bottom:8px;
}

/* Animated Box */
#flysearch-extended-wrap2{
	position:relative;
	height:0px;
	overflow:visible;
}
#flysearch-extended-wrap {
	position:absolute;
	width:204px;
	left:-4px;
	bottom:0px;
}

#flysearch-extended {
	background:#cefafd;
	border:1px solid #066;
	padding:8px;
}

#searchbutton {
	position:absolute;
	bottom: 0px;
	left: 0px;
	}
