@charset "utf-8";
/* flugsuche CSS */

#colum2 div.flugsuche {
	margin:15px 0;
	background:#fff;
	border:1px solid #F8941E;
}

#colum2 div.flugsuche h2{
	background:#FEEFDD;
	margin:0 -15px 10px -15px;
	padding: 5px 15px;
}

#colum2 div.flugsuche div.box-content,
#colum2 div.flugsuche div.box-content div {
	background:#fff;
}

div.flugsuche div.box-content {	
}

div.flugsuche form {
	height:240px;
	overflow:hidden;
}

.flysearch-col {
	width:200px;
	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:5px;
}

#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{
	display:none;
}

.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;
	border-collapse:collapse;
}

table.ui-datepicker td {
	text-align:center;
	border:1px solid #fff;
	background: #FEEFDD;
	color: ##000058;
	padding: 3px 0;
}

table.ui-datepicker .ui-datepicker-title-row td {
	color:#000058;
	background:#F8941E;
}

table.ui-datepicker .ui-datepicker-days-cell-over {
	background:#A3A3C3;
}


table.ui-datepicker .ui-datepicker-unselectable {
	background:#E1E6EA;
	color:#999;
}

table.ui-datepicker .ui-datepicker-other-month {
	background:#E1E6EA;
	color:#999;
	
}

table.ui-datepicker .ui-datepicker-current-day{
	background:#F8941E;
}


#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;
}

#colum2 div.box #flysearch-extended {
	background:#FEEFDD;
	border:1px solid #000058;
	padding:8px;
}

#searchbutton {
	position:absolute;
	bottom: 12px;
	left: 0px;
	}
