#quickbuchung {
	margin-bottom: 15px;
  background-color: #b5d3eb;
}

#popuphelp {
  text-align: center;
  padding: 10px 2px;
  background:  white; /*url(../images/balloon.gif) no-repeat top left;*/ 
  color: #000000;
  font-weight: bold;
  position: absolute;
}


/*#popupcont form {
  margin: 1em auto;
  width: 80%;
  margin-bottom: 2em;
}
*/
 
 
#quick_form {
  padding: 15px 15px 0px;
}

.quick_left {
  float:left;
  width: 50%;
} 
 
.quick_right {
  float:right;
  width: 45%;
}

div.quick_date_personen select{
  display: block;
  margin-bottom: 12px;
  background:#FFF;
  border: 0 none;
  padding: 5px;
  width:50px; 
	font-weight: bold; 
	color:#09669A;
}


div.quick_date_personen .quick_right {
  width: 35%
}

.quick_left label, .quick_right label {
  display: block;
  margin-bottom: 2px;
  color: #09669A;
	font-weight: bold;
	text-transform: uppercase;
}


.quick_right input, .quick_left input {
  background:#FFF;
  border: 0 none;
  padding: 5px;
  margin-bottom: 5px;
  width:110px;
	font-weight: bold;
	color:#09669A;
}

.quick_right input {
  cursor: pointer;
}

.quick_senden a {
  float:right;
  
}

#sb_submit {
	background: #08669a;
	border: 0px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 5px;
}

#sb_submit:hover {
	background: #488eb4;
}

.detaillink a {
	display: block;
	padding-bottom: 15px;
}

#quickbuchung .qb_header h2{
	background: url(quickbuchung_FILES/icn_search.jpg) 10px 8px no-repeat;
	padding: 8px 15px 0px 55px;
	float: left;	
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
}

.qb_header a {
	display: block;
	float: right;
	padding: 0;
	background: #ffffff url(../img/pauschalen-button-sprite.gif) scroll no-repeat left top;
	width: 191px;
	height: 50px;
	text-indent: -100%;
	overflow: hidden;
	text-decoration: none;
}

.qb_header a:hover {
	background-position: left bottom;
	text-decoration: none;
}

.qb_teaser #quickbuchung .qb_header h2 {
	padding: 16px 15px 10px 55px;
	margin:0;
}


.qb_teaser .quick_left input {
	width: 80px;
}

.qb_teaser div.quick_date_personen select{
	margin-bottom: 5px;
	padding: 4px;
}

.qb_teaser .detaillink {
	float: right;
}

.qb_teaser .detaillink a {
	padding-top: 20px;
	padding-bottom: 0;
}

.qb_teaser .quick_senden {
	float: left;
}