.booking-form-full, .booking-form-request {
	margin-bottom: 30px;
}

.select-wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D4D8D9;
    float: left;
    height: 39px;
    margin: 0 20px 17px 0;
    overflow: hidden;
    width: 30%;
}

.booking-form-full select {
  background: url(../image-files/selectarrow.png) #fff no-repeat 88% 50%;
  font-size: 14px;
  border: none;
  width: 109%;
  padding: 10px 7px;
  color: #aaa;
}

.booking-form-full .text-input {
  background: #fff !important;
  font-size: 13px !important;
  border: none !important;
  width: 230px !important;
  padding: 5px !important;
  color: #aaa !important;
  margin: 0 0 15px 0;
}

.booking-form-full select:hover, .booking-form-full select:focus, .booking-form-full .text-input:hover, .booking-form-full .text-input:focus {
  color: #424242 !important;
}

.input-half, .page-content .input-half {
  width: 42.5%;
  float: left !important;
  margin: 0 15px 15px 0 !important;
  font-size: 13px !important;
}

.page-content .input-half {
  width: 102px !important;
}

.input-half-last, .page-content .input-half-last {
  margin: 0 !important;
  float: right !important;
}

.datepicker, .page-content .datepicker {
  background: url(../image-files/date.png) #fff no-repeat 96% 50% !important;
  border: 1px solid #D4D8D9  !important;
  padding: 10px 7px  !important;
  color: #aaa  !important;
}

.datepicker:hover, .datepicker:focus {
  color: #424242 !important;
}

.bookbutton {
  border: none;
  color: #fff;
  padding: 5px 10px 5px 10px;
  font-size: 13px;
  font-weight: bold;
  -webkit-border-radius: 30px; 
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.bookbutton:hover {
  cursor: pointer;
}

.booking-form-full input[type="text"], .booking-form-full input[type="password"] {
    margin-right: 17px;
    width: 262px;
}

.booking-form-request input[type="text"], .booking-form-request input[type="password"] {
	width: 80%;
}


.booking-form-request textarea {
    width: 90%;
}

.verf-kalender {
    background-color: #FFFFFF;
    border: 2px solid #BCBCBC;
}

table.verf-kalender td {
    text-align: center;
}

.verf-kalender .belegt {
    background-color: #C83F39;
    font-weight: bold;
	color: #FFE2E1;
}

.verf-kalender .anreise {
    font-weight: bold;
	background: url("../image-files/anreise.png") no-repeat scroll 50% 50% transparent;	
/*	background-image: -moz-linear-gradient(right bottom , #C83F39 50%, transparent 50%);
	background-image: -webkit-gradient(linear,right top, left bottom,color-stop(0, #C83F39),color-stop(1, transparent));
	background: -webkit-linear-gradient(right top, #C83F39 50%, transparent 50%);
	background: -o-linear-gradient(right top, #C83F39 50%, transparent 50%);
	background: -ms-linear-gradient(right top, #C83F39 50%, transparent 50%);
	background: linear-gradient(right top, #C83F39 50%, transparent 50%); 
	
	background-image: linear-gradient(left top, rgb(255,255,255) 50%, rgb(200,64,57) 0%);
	background-image: -o-linear-gradient(left top, rgb(255,255,255) 50%, rgb(200,64,57) 0%);
	background-image: -moz-linear-gradient(left top, rgb(255,255,255) 50%, rgb(200,64,57) 0%);
	background-image: -webkit-linear-gradient(left top, rgb(255,255,255) 50%, rgb(200,64,57) 0%);
	background-image: -ms-linear-gradient(left top, rgb(255,255,255) 50%, rgb(200,64,57) 0%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		right bottom,
		color-stop(0.5, rgb(255,255,255)),
		color-stop(0, rgb(200,64,57))
	);
*/
}

.verf-kalender .abreise {
	font-weight: bold;	
	background: url("../image-files/abreise.png") no-repeat scroll 50% 50% transparent;
/*	background-image: -moz-linear-gradient(left top , #C83F39 50%, transparent 50%);
	background-image: -webkit-gradient(linear,right top, left bottom,color-stop(0, #C83F39),color-stop(1, transparent));
	background: -webkit-linear-gradient(right top, #C83F39 50%, transparent 50%);
	background: -o-linear-gradient(right top, #C83F39 50%, transparent 50%);
	background: -ms-linear-gradient(right top, #C83F39 50%, transparent 50%);
	background: linear-gradient(right top, #C83F39 50%, transparent 50%); 
*/
}

.verf-kalender h1, .verf-kalender h2, .verf-kalender h3, .verf-kalender h4, .verf-kalender h5, .verf-kalender h6 {
    margin: 0 0 5px;
}

label.error {
	background-attachment: scroll;
    background-clip: border-box;
    background-image: url("../image-files/msg_fail.png");
    background-origin: padding-box;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    color: #C83F39;
    padding-left: 22px;
}

.notice a {
    color: #3980C8;
	text-decoration: underline;
}