/* Change the default font size of the datepicker */
div.ui-datepicker {
  font-size: 12px;
}
body {
  background-color: #c5c5c5;
  background-image: url(../images/pattern.jpg);
  background-repeat: repeat-x;
  font-family: "Verdana";
  font-size: 13pt;
}
body input::-webkit-input-placeholder {
  color: grey;
}
body input:-moz-placeholder {
  color: grey;
}
#container {
  height: auto;
  background-color: white;
  vertical-align: bottom;
  display: table-cell;
}
#center {
  text-align: left;
  float: left;
  width: 540px;
  height: auto;
  min-height: 380px;
}
#center h3 {
  color: #ff6a04;
  margin: 0 0 0 0px;
}
#center h4 {
  color: #ff6a04;
  margin: 0 0 0 0px;
}
#left {
  text-align: left;
  position: relative;
  float: left;
  width: 230px;
  height: auto;
  margin-top: -15px;
}
#right {
  text-align: left;
  position: relative;
  float: left;
  width: 170px;
  height: auto;
}
#header {
  text-align: left;
  background-color: white;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 940px;
  height: 423px;
}
#footer {
  text-align: left;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #ff6a04;
  height: 80px;
  width: 940px;
  vertical-align: middle;
  clear: both;
  /* display:table-cell; */
}
#footer ul {
  margin-top: 20px;
}
#footer img {
  margin-top: 14px;
}
#page {
  width: 940px;
  margin: auto;
  text-align: center;
  margin-top: 10px;
}
#header table {
  color: white;
  text-align: center;
  margin-left: 5px;
  margin-right: 14px;
  vertical-align: middle;
  width: 931px;
}
#header table tr {
  line-height: 40px;
}
#header table td {
  padding: 0;
  border-right: 1px solid white;
  /* fallback */
  background-color: #ff6a04;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8b220), to(#ff6a04));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #f8b220, #ff6a04);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #f8b220, #ff6a04);
  /* IE 10 */
  background: -ms-linear-gradient(top, #f8b220, #ff6a04);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #f8b220, #ff6a04);
}
#header table td:hover {
  background: #f8b220;
}
#header table td a {
  padding-left: 25px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: white;
}
#header_image {
  margin-left: 5px;
  margin-top: 5px;
}
#footer_nav {
  color: white;
  margin: 0;
  padding: 10px;
}
#footer_nav li {
  list-style: none;
  display: inline;
}
#footer_nav li a {
  text-decoration: none;
  color: white;
}
.item_right {
  float: right;
}
.item_left {
  float: left;
}
.item_spacer {
  margin-right: 10px;
  margin-left: 10px;
}
.text_body {
  font-size: 12px;
}
.image_text img {
  float: left;
  border-radius: 5px;
}
.image_text p {
  margin-left: 175px;
}
.text_image img {
  float: right;
}
.text_table {
  padding: 5px 5px 5px 5px;
  width: 100%;
  line-height: 20px;
}
.text_table td {
  font-size: 11px;
}
#left ul {
  line-height: 15px;
  font-size: 12px;
}
#left ul li {
  list-style-position: inside;
}
#left ul li a {
  text-decoration: none;
}
#left ul li hr {
  margin-right: 20px;
  width: 90%;
  border: none;
  border-top: dotted 1px #f8b220;
  color: #ffffff;
  background-color: #ffffff;
}
.selectedLeftMenu {
  font-weight: bold;
  list-style-image: url(../images/list_item.png);
  color: #ff6a04;
}
.selectedLeftMenu a {
  color: #ff6a04;
}
.unselectedLeftMenu {
  list-style: none;
  color: #aaaaaa;
}
.unselectedLeftMenu a {
  color: #aaaaaa;
}
.default_list_style {
  list-style-image: url(../images/list_item.png);
  line-height: 24px;
}
.rounded_corners {
  border-radius: 5px;
}
.selectedTopMenu {
  background: #f8b220;
}
.right_info_image {
  margin-left: 10px;
  vertical-align: bottom;
}
.left_aktuelles_image {
  border: 1px solid #aaaaaa;
  padding: 3px 3px 3px 3px;
  width: 160px;
  margin-left: 35px;
  margin-top: 6px;
  box-shadow: 2px 2px 2px 2px #aaaaaa;
}
.login {
  /* fallback */
  background-color: #ff6a04;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8b220), to(#ff6a04));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #f8b220, #ff6a04);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #f8b220, #ff6a04);
  /* IE 10 */
  background: -ms-linear-gradient(top, #f8b220, #ff6a04);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #f8b220, #ff6a04);
  border-radius: 15px;
  height: 84px;
}
.login div {
  /* Firefox only */
}
.login div #support_links {
  float: left;
}
.login div #support_links ul {
  padding: 0;
  margin: 0;
  margin-top: 2px;
  margin-left: 27px;
}
.login div #support_links ul li {
  list-style: none;
  display: inline;
  color: #ff6a04;
  font-size: 13px;
  font-weight: bold;
}
.login div #support_links ul li a {
  color: #ff6a04;
  text-decoration: none;
}
.login div #login_link {
  margin-top: 6px;
  margin-left: 426px;
  width: 90px;
  height: 22px;
  /* border-top: 1px solid white; */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ff6a04;
  font-size: 13px;
  font-weight: bold;
}
.login div #login_link a {
  margin-left: 20px;
  color: #ffffff;
}
.login div #login_link,
.login div x:-moz-any-link {
  margin-top: 6px;
}
.login div table {
  margin-left: auto;
  margin-right: auto;
}
.login div table td {
  padding-top: 15px;
  padding-right: 5px;
  padding-left: 5px;
}
.login div table td input {
  width: 230px;
}
.register_table {
  border-spacing: 10px;
  width: 100%;
}
.register_table tr {
  margin: 5px 5px 5px 5px;
  line-height: 30px;
}
.register_table tr td {
  padding: 5px;
}
.register_table tr td input {
  padding: 0px;
  width: 100%;
  height: 25px;
}
.register_table tr td select {
  width: 100%;
  height: 25px;
  top: 0px;
  margin-top: 0px;
}
.error {
  color: red;
}
.generalError {
  width: 465px;
}
.separator {
  width: 100%;
  border: none;
  border-top: dotted 1px #f8b220;
  color: #ffffff;
  background-color: #ffffff;
  margin: 0 0 0 0;
}
.default_button {
  background-color: #ff6a04;
  width: 100px;
  height: 20px;
  text-align: center;
}
.default_button a {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  vertical-align: top;
}
.round_button_bottom {
  background-color: #ff6a04;
  width: 100px;
  height: 20px;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
}
.round_button_bottom a {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  vertical-align: top;
}
.round_button_top {
  background-color: #ff6a04;
  width: 100px;
  height: 20px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -moz-border-top-right-radius: 10px;
}
.round_button_top a {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  vertical-align: top;
}
.round_button {
  background-color: #ff6a04;
  width: 100px;
  height: 20px;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
}
.round_button a {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  vertical-align: top;
}
.table_style {
  font-size: 12px;
  width: 100%;
  border-collapse: collapse;
}
.table_style tr:hover td {
  background-color: #ff6a04;
  color: white;
}
.table_style tr th {
  color: white;
  border: 1px solid #ff6a04;
  background-color: #ff6a04;
  border-bottom: 1px solid #ABABCC;
}
.table_style tr td {
  border: 1px solid #ABABCC;
  background-color: #F2F2F2;
}
.list_style {
  font-weight: bold;
  list-style-image: url(../images/list_item.png);
}
.list_style_simple {
  list-style-image: url(../images/list_item.png);
}
.timespan_green {
  background-color: green;
}
.timespan_red {
  background-color: red;
}
.clickableTable td {
  display: table-cell;
  padding: 0px;
}
.clickableTable td a {
  text-decoration: none;
  display: block;
  color: black;
  padding: 0px;
  height: 100%;
}
#parentTable td {
  display: table-cell;
  padding: 0px;
}
#parentTable td a {
  text-decoration: none;
  display: block;
  color: black;
  padding: 0px;
  height: 100%;
}
#inactiveChildrenTable td {
  display: table-cell;
  padding: 0px;
}
#inactiveChildrenTable td a {
  text-decoration: none;
  display: block;
  color: black;
  padding: 0px;
  height: 100%;
}
#activeChildrenTable td {
  display: table-cell;
  padding: 0px;
}
#activeChildrenTable td a {
  text-decoration: none;
  display: block;
  color: black;
  padding: 0px;
  height: 100%;
}
#userChildrenTable td {
  display: table-cell;
  padding: 0px;
}
#userChildrenTable td a {
  text-decoration: none;
  display: block;
  color: black;
  padding: 0px;
  height: 100%;
}
#adminBookingsToday td {
  display: table-cell;
  padding: 0px;
}
#adminBookingsToday td a {
  text-decoration: none;
  display: block;
  color: black;
  padding: 0px;
  height: 100%;
}
#adminStornosFuture td {
  display: table-cell;
  padding: 0px;
}
#adminStornosFuture td a {
  text-decoration: none;
  display: block;
  color: black;
  padding: 0px;
  height: 100%;
}
#adminBookingsFuture td {
  display: table-cell;
  padding: 0px;
}
#adminBookingsFuture td a {
  text-decoration: none;
  display: block;
  color: black;
  padding: 0px;
  height: 100%;
}
#adminBookingsPrevious td {
  display: table-cell;
  padding: 0px;
}
#adminBookingsPrevious td a {
  text-decoration: none;
  display: block;
  color: black;
  padding: 0px;
  height: 100%;
}
#adminBookingsCancelled td {
  display: table-cell;
  padding: 0px;
}
#adminBookingsCancelled td a {
  text-decoration: none;
  display: block;
  color: black;
  padding: 0px;
  height: 100%;
}
#bookingBillTable td {
  display: table-cell;
  padding: 0px;
}
#bookingBillTable td a {
  text-decoration: none;
  display: block;
  color: black;
  padding: 0px;
  height: 100%;
}
#bookingStornoBillTable td {
  display: table-cell;
  padding: 0px;
}
#bookingStornoBillTable td a {
  text-decoration: none;
  display: block;
  color: black;
  padding: 0px;
  height: 100%;
}
#defaultClickableList td {
  display: table-cell;
  padding: 0px;
}
#defaultClickableList td a {
  text-decoration: none;
  display: block;
  color: black;
  padding: 0px;
  height: 100%;
}
#deletedChildrenTable td {
  display: table-cell;
  padding: 0px;
}
#deletedChildrenTable td a {
  text-decoration: none;
  display: block;
  color: black;
  padding: 0px;
  height: 100%;
}
#newsTable td {
  display: table-cell;
  padding: 0px;
}
#newsTable td a {
  text-decoration: none;
  display: block;
  color: black;
  padding: 0px;
  height: 100%;
}
.date_banner {
  width: 50px;
  height: 35px;
  background-color: #ff6a04;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  color: white;
  font-size: 26px;
  font-family: arial;
  font-weight: bold;
  box-shadow: 1px 1px 1px 1px #D8D8D8;
}
.date_banner_bottom {
  width: 50px;
  height: 17px;
  background-color: #FE9A2E;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  font-weight: bold;
  color: white;
  box-shadow: 1px 1px 1px 1px #D8D8D8;
}
span.ui-dialog-title {
  color: #ff6a04 !important;
  font-family: miso, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 7px;
  margin-top: 8px;
}
span.ui-icon-closethick {
  display: none !important;
}
.ui-widget-header {
  border: none !important;
  background: transparent !important;
}
span.ui-dialog-title {
  font-family: "Verdana";
  font-weight: bold;
  font-size: 18px;
  color: #ff6a04;
  margin: 0 0 0 0;
  border-bottom: 1px dotted #f8b220;
  width: 100%;
}
a.ui-dialog-titlebar-close {
  display: none !important;
}
.ui-widget-content {
  background: #FFFFFF !important;
  border: none !important;
}
.ui-widget-content p {
  font-size: 12px;
}
.ui-corner-all {
  border-radius: 10px !important;
}
.menu_background {
  /* fallback */
  background-color: #ff6a04;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8b220), to(#ff6a04));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #f8b220, #ff6a04);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #f8b220, #ff6a04);
  /* IE 10 */
  background: -ms-linear-gradient(top, #f8b220, #ff6a04);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #f8b220, #ff6a04);
}
.staff {
  float: left;
  width: 260px;
  height: 270px;
  margin: 15px 0;
}
.staff img {
  display: block;
}
.staff .name {
  width: 180px;
  text-align: center;
}

