.OTR_ueberschrift {
	font-family: 'Spectral';
	font-size:2rem;
	color:#fff;
}

.OTR_textButtonDatum {
	color: #880A23;
}

.BpWebApp_Button, button, .ui-widget button {
	color: #880A23;
	border-radius: 4px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	color: #880A23;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight,
.OTR_restaurantName,
.OTR_restaurantNameBeschreibung,
span.BpWebApp_Text.OTR_textstyle.OTR_beschriftungTextRestauranErgebnis,
label.BpWebApp_Field_Label
 {
	background-color: none;
	color: #fff;	
}

span.ui-combobox input.BpWebApp_Field.BpWebApp_Field_String.BpWebApp_Field_Dropdownmenu.OTR_anzahlPersonenDropDown.ui-state-default.ui-combobox-input.ui-autocomplete-input.ui-widget.ui-widget-content.ui-corner-left.BpWebApp_Field_Dropdownbox.BpWebApp_Active
{
	color: #880A23 !important;	
}

span.ui-combobox
 {
	border-radius: 4px;
}

input.BpWebApp_Field {
	border: 0px solid #000;
}

span.ui-combobox,
input.BpWebApp_Field
 {
	background-color: #D8D8D6 !important;
}

label.BpWebApp_Field_Label
 {
	margin-bottom:10px;
}

.BpWebApp_Button.OTR_textButton:hover {
  color: #000;
}

label.BpWebApp_Field_Label.OTR_gastAnfrageAnzahlPersonenBeschriftung.BpWebApp_Label_Mandatory,
label.BpWebApp_Field_Label.OTR_vonUhrzeitDropDownBeschriftung
 {
	margin-top:20px;
}

ul.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content li:hover a {
	color:#fff;
}

.OTR_restaurantName:hover {
	color: #fff;	
}

.ui-datepicker .ui-datepicker-month {
	color: #880A23;	
}

.ui-widget-content, .BpWebApp_Button, button {
	background: #D8D8D6;
}

a.ui-state-default.ui-state-highlight.ui-state-active:hover, .ui-state-highlight, .ui-widget-content .ui-state-highlight,
tbody tr td.ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today a.ui-state-default.ui-state-highlight.ui-state-active
  {
	background-color: #880A23 !important;	
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background-color: #880A23 !important;
	color: #fff !important;
}

.OTR_textButtonDatum {
	color: #880A23 !important;
}

.ui-datepicker .ui-datepicker-prev:hover {
	background-color: #D8D8D6 !important;
	color: #fff !important;
	background-image: url(../img/Pfeil_Links_24.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 1px;
  right: 1px;
}

.ui-datepicker .ui-datepicker-next:hover {
	background-color: #D8D8D6 !important;
	color: #fff !important;
	background-image: url(../img/Pfeil_Rechts_24.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 1px;
  right: 1px;
}


