a:focus { outline: none;}
p {
	margin: 0;
	padding: 0;
	line-height: 18px;
}
label {
	margin-bottom: 20px;
	font-weight: bold;
}
form {
	background-color: #E8E8E8;
	background-image: url(bilder/hg_rechner.gif);
	background-repeat: repeat-x;
}
select {
	width: 100px;
	height: 22px;
	color: #342CCD;
	font-size: 11px;
	font-weight: bold;
}
	
	
/* Titles  - - - - - - - - - - - - - - - - - - -*/

.main_title {
	background-color: #ffcc00;
	padding: 6px 0 6px 6px;
	margin: 0 0 16px 0;
	font-size: 16px;
	font-weight: bold;
}
.maintitlesm {
	font-size: 14px;
}
.result_title {
	background-color: #ffcc00;
	padding: 6px 0 6px 6px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

.sub_title {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0 8px 0;
	padding: 6px 0 6px 6px;
	background-color: #509BED;
	height: 22px;
	clear: both;
} 
.subtitleleft {
	float: left;
	width: 264px;
}
.subtitleright {
	float: right;
	width: 264px;
}

/* DIVs  - - - - - - - - - - - - - - - - - - - - - - */	

.container {
	color: #342CCD;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 0 0 6px 0;
	clear: both;
} 
.contentleft {
	float: left;
	width: 264px;
}
.contentright {
	float: right;
	width: 264px;
}
.contentcontainer {
	padding: 4px;
	margin: 0 0 6px 0;
}
.contentcontainer h4{
	font-size: 12px;
	margin: 0 !important;
}
.contentfull {
	width: 500px;
	font-size: 13px;
	font-weight: bold;
}

/* Selects */
#destination_airport_id, #start_airport_id, #bungalows_id { /*bigger */
	width: 160px;
	height: 20px;
	color: #342CCD;
	font-size: 11px;
	font-weight: bold;
}
#start_date_month_id, #end_date_month_id { /*big */
	width: 120px;
	height: 20px;
	color: #342CCD;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 6px;
}
#start_date_day_id, #end_date_day_id {  /*medium */
	width: 100px;
	height: 20px;
	color: #342CCD;
	font-size: 11px;
	font-weight: bold;
}
#adults_id, #children_id, #infants_id, #luggage_id { /*small */
	height: 20px;
	color: #342CCD;
	font-size: 11px;
	font-weight: bold;	
}
#quote_button, #order_online {
	margin-top: 0px;
	text-align: center;
}
.button {
	display: block;
	color: #342CCD;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	padding: 4px 2px 2px 2px;
}

/* Various Elements  - - - - - - - - - - - - - - - - - - -*/

.form_horizontal_ruler {
	background-color: #342CCD;
}


/* Success Message  - - - - - - - - - - - - - - - - - - -*/

.form_success_message_sub_title {
	color: #342CCD;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.form_success_message_body {
	color: #342CCD;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

/* MELDUNG */
.head {
	font-size: 13px;
	font-weight: bold;
}
.color {
	font-weight: bold;
	color: #FF6600;
	font-size: 12px;
}
.copy {
	font-weight: normal !important;
}
.label {  /* Farbige Hinweistexte */
	color: #FF6600;
	font-size: 12px;
}
.koffer {  /* Hinweis Gepckstcke */
	font-weight: bold;
	margin-top: 8px;
}
#quote {
	padding: 4px;
}	
#quote ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#quote li {
	font-weight: bold;
	font-size: 12px;
}
#quote .label {
	color: #352CCD;
}
#quote .value {
	font-weight: normal;
}



/* Online Rechner fuer Pauschal-Flugreisen */

#form_wrapper .clear {
	display: none;
}

#form_wrapper .line_wrapper {
	width: 544px;
	background: #E8E8E8 url(bilder/background_calculator_form.gif) repeat-x;
	display: none;
}

#form_wrapper #line_1,
#form_wrapper #line_2,
#form_wrapper #line_3,
#form_wrapper #line_4,
#form_wrapper #line_5,
#form_wrapper #line_6 {
	display: none;
}

#form_wrapper #line_6 {
	background: #E8E8E8;
}

#form_wrapper div {
	float: left;
	width: 270px;
}

#form_wrapper label{
	display: block;
	color: white;
	height: 20px;
	padding: 5px;
	margin-bottom: 0px;
}

#form_wrapper select {
	margin: 15px 0px 15px 5px;
}

/* make relative for absolute label later on */
#form_wrapper #start_date,
#form_wrapper #end_date{
	position: relative;
}

#form_wrapper #start_date_day label, 
#form_wrapper #end_date_day label{
	display: none;
}

#form_wrapper #start_date_month label, 
#form_wrapper #end_date_month label{
	position: absolute;
	top: 0px;
	width: 250px;	/* for IE6 Win */
}

#form_wrapper #start_date, 
#form_wrapper #end_date {
	width: 270px;
}

#form_wrapper #start_date_month,
#form_wrapper #start_date_day,
#form_wrapper #end_date_month, 
#form_wrapper #end_date_day {
	width: 130px;
	display: inline;
	margin-top: 30px;
}

#form_wrapper #occupants_and_luggage {
	width: 544px;
}

#form_wrapper #occupants {
	float: left;
	width: 268px;
}

#form_wrapper #luggage {
	display: inline;
	width: 268px;
}

#form_wrapper #occupants_and_luggage select {
    color: rgb(52, 44, 205);
	float: left;
	margin: 15px 0px 0px 5px;
}

#form_wrapper #occupants_and_luggage .sub_label {
	float: left;
	color: rgb(52, 44, 205);
	margin: 15px 0px 0px 5px;
	padding: 2px;
	clear: right;
	display: inline;
}

#form_wrapper #luggage .note {
	font-weight: bold;
	padding-left: 5px;
	width: 263px;  /* for IE6 Win */
	margin: 5px 0px 0px 0px;
}

#form_wrapper #occupants_and_luggage {
	padding-bottom: 15px;
}

#form_wrapper #specials h4 {
	margin: 40px 0px 0px 0px;
    font-size: 12px;
}

#form_wrapper #specials p {
	color: rgb(255, 102, 0);
    font-size: 12px;
    font-weight: bold;
}

#form_wrapper #specials {
	padding-bottom: 10px;
}

#form_wrapper .main_title {
	width: 539px;
	padding: 6px 0 6px 5px;
	margin: 0 0 15px 0;
}

* html #form_wrapper .main_title {
	margin-bottom: 0px;
}

#form_wrapper #quote_button {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #509BED;
	width: 544px;
} 
#form_wrapper #quote_button input{
	margin: 10px 0 10px 0;
} 

#form_wrapper .error {
	font-weight: bold;
	color: rgb(255, 102, 0);
	text-align: center;
} 

#form_wrapper #quote h2 {
	width: 538px;
	background-color: #ffcc00;
	padding: 6px 0px 6px 6px;
margin: 5px 0px 5px -4px;
	font-size: 16px;
	font-weight: bold;
}

#form_wrapper #quote {
	width: 544px;
}

#form_wrapper #quote .special .label, 
#form_wrapper #quote .special .value 
{
	font-weight: bold;
	color: #FF6600;
	font-size: 12px;
}

#form_wrapper #quote .regular_offer .label 
{
	font-weight: bold;
	color: #FF6600;
	font-size: 12px;
}

#form_wrapper #quote .regular_offer .value 
{
	font-weight: bold;
	font-size: 12px;
}

#form_wrapper #quote #order_button_regular_offer,
#form_wrapper #quote #order_button_special_offer {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #509BED;
	width: 544px;
	text-align: center;
	padding: 0;
	margin: 5px 0px 5px -4px;
}
#form_wrapper #quote #order_button_regular_offer input,
#form_wrapper #quote #order_button_special_offer input {
	margin: 10px 0 10px 0;
}

#form_wrapper #quote #special_offer_header
{
	font-weight: bold;
	color: #FF6600;
	font-size: 12px;
}
#form_wrapper #quote #special_offer .label,
#form_wrapper #quote #special_offer .value
{
	font-weight: bold;
	font-size: 12px;
}

#form_wrapper #error_wrapper
{
	font-weight: bold;
	color: #FF6600;
	font-size: 12px;
	text-align: center;
	width: 532px;
	background: #E8E8E8;
	border: 1px solid #FF6600;
	padding: 5px;
	display: none;
}

* html #form_wrapper #error_wrapper {
	float: none;
}


#form_wrapper #text_area_regular_offer,
#form_wrapper #text_area_car_rental {
	position: absolute;
	left: -10000px;
}

#form_wrapper #adults_id, 
#form_wrapper #children_id, 
#form_wrapper #infants_id, 
#form_wrapper #luggage_id {
	width: 50px;
	clear: left;
}
