.calendar {
  display: none;
  position: relative;
  z-index: 101;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 3px #000000;
  color: #000000;
  font-size: 11px;
  font-family: Helvetica, Arial, sans-serif;
  cursor: default;
}

.calendar table {
  width: 240px;
  border-spacing: 1px;
}

.calendar table td {
  width: 26px;
  padding: 2px;
  background: #d9d9d9;
  text-align: center;
}

.calendar table td div {
  width: 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  background: #fa0000;
  color: #ffffff;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: #000000;
  color: #ffffff;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: #000000;
  color: #ffffff;
}

.calendar table .wn {
  background: #fa0000;
  color: #ffffff;
}

.calendar tbody .rowhilite td {
  background: #000000;
  color: #ffffff;
}

.calendar tbody .rowhilite td.wn {
  background: #000000;
  color: #ffffff;
}

.calendar tbody td.selected { /* Cell showing selected date */
  background: #000000;
  color: #ffffff;
  font-weight: bold;
}

.calendar tbody .disabled {
	color: #ffffff;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  font-weight: bold;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
}

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

.calendar .combo {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 80px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 3px #000000;
  cursor: default;
}

.calendar .combo .label {
  padding: 5px;
  background: #d9d9d9;
  margin: 1px;
  line-height: 11px;
}

.calendar .combo .active {
  background: #000000;
  color: #ffffff;
}

.calendar .combo .hilite {
  background: #000000;
  color: #ffffff;
}

.calendar td.time {
  background: #ffffff;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 5px;
  background: #d9d9d9;
  margin: 1px;
  line-height: 11px;
}

.calendar td.time span.active {
  background: #000000;
  color: #ffffff;
}

.calendar td.time span.hilite {
  background: #000000;
  color: #ffffff;
}

.onlytelefon {
	color: #ff0000 !important;
	font-weight: bold !important;
}
