/* Anfrage */

#anfrage {
}

#anfrage_form {
	padding-bottom: 20px}
div.row{
	display: inline;}

#anfrage_form input[type='text']{
	width: 260px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
}

#anfrage_form textarea{
	width: 260px;
	height: 100px;
	line-height: 22px;
	font-size: 14px;
}

.textarea-identifier {
	display: none;
}

#anfrage_form #flug-wrapper,
#anfrage_form #mietwagen-wrapper {
	display: inline;
}

.form-section {
	width: 260px;
	padding-right: 20px;

	margin-bottom: 5px;
}

.form-section2 {
	padding-right: 20px;

	margin-bottom: 5px;
}

#anfrage_form input[type='checkbox']{
	display: inline;
	float: left;
}

#anfrage_form .form-item {
	margin-top:2px;
	margin-bottom: 5px;
}

#anfrage_form .form-item-description {
	padding-left: 5px;
}

.right-line {
	border-right: 1px solid #ccc;
}

#anfrage .button {
	position: relative;
	top:10px;
	right: 40px;
	float: right;
}

#anfrage-preview .form-section {
	width: 280px;
	padding-right: 20px;
	/*min-height: 100px;*/
	/*margin-bottom: 20px;*/
}

#anfrage-preview .form-section2 {
	padding-right: 20px;
	/*min-height: 120px;*/
	/*margin-bottom: 20px;*/
}

#anfrage-preview .confirm-box {
	display:block;
	float:none;
	margin-bottom: 30px;
}

#anfrage-preview .back_button,
#anfrage-preview .confirm_button {
	margin: 2px 1px;
}

#anfrage-preview p {
	padding: 0;
	margin: 0;
}


#anfrage_form label {
	margin-left:4px;

	display: inline;
	font-weight: normal;
}
