/**
 * RZ- und Kundenspezifisch - 1. Teil
 */
body { background: #fff; }
iframe { border: 0 }

/* JQuery UI datepicker */
.ui-datepicker .ui-datepicker-week-end a
{
  background-color: #ffe;
}
.ui-datepicker .special a
{
  background-color: #ede;
}
.ui-datepicker .holiday a
{
  color: red;
  background-color: #ffe;
}



