/* Kalender */

body {
}

* {
  border: none;
  margin: 0;
  padding: 0;
}

a {
  /*color: #105E45;*/
  color: #000;
  text-decoration: none;
}

.clear {
  clear: both;
}

#calendar {
  background-color: #FFFCDB;
  padding-top: 48px;
}

#calendar object {
	margin-left: 20px;
}

#calendar h2 {
  margin: 0 0 0 40px;
  width: 155px;
}

#calendar .tx-cal-controller {
  padding-left: 40px;
  margin-bottom: 90px;
}

#calendar .tx-cal-controller * {
  font-size: 14px;
}

#calendar #calendar-event-backlink {
  color: #105E45;
}

/* ----- Monthview ----- */

#calendar .tx-cal-controller table.month-small {
  background: url(http://www.schlossfuschlresort.de/hotels/fileadmin/images/calendar_border.gif) right;
  border-bottom: 2px solid #B2B3B5;
  border-collapse: collapse;
  overflow: hidden;
  width: 170px;
}

#calendar .tx-cal-controller table.month-small thead {
  background-color: #FFFCDB;
}

#calendar .tx-cal-controller table.month-small thead tr th {
  line-height: 19px;
  padding-bottom: 1px;
}

#calendar .tx-cal-controller table.month-small thead tr th h2 {
  padding-bottom: 1px;
  text-align: left;
}

#calendar .tx-cal-controller table.month-small thead .month_title {
  background-color: #CCCDCE;
  float: left;
  height: 22px;
  margin-top: 8px;
  text-align: center;
  width: 120px;
}

#calendar .tx-cal-controller table.month-small thead .month_title select {
  background-color: #CCCDCE;
  font-family: Times New Roman, serif;
  padding-left: 2px;
  width: 120px;
}

#calendar .tx-cal-controller table.month-small thead .month_navigation {
  background-color: #B2B3B5;
  float: left;
  height: 20px;
  margin-top: 8px;
  padding-top: 2px;
  width: 25px;
}

#calendar .tx-cal-controller table.month-small thead .month_navigation a {
}

#calendar .tx-cal-controller table.month-small tbody th {
  background: url(images/calendar_border_top.gif) repeat-x;
}

#calendar .tx-cal-controller table.month-small tbody tr {
  padding-left: 2px;
}

#calendar .tx-cal-controller table.month-small tr th {
  font-weight: normal;
}

#calendar .tx-cal-controller table.month-small tr th.weeknum {
  background-color: #CCCDCE;
  background-image: none;
  height: 16px;
  padding: 1px;
  text-align: center;
  width: 23px;
}

#calendar .tx-cal-controller table.month-small tr th.weeknum a {
  background-color: #B2B3B5;
  display: block;
  height: 14px;
  margin: 0 auto;
  padding-bottom: 1px;
  width: 19px;
}

#calendar .tx-cal-controller table.month-small tr td {
  border: none;
  height: 16px;
  padding: 1px 2px;
  text-align: center;
  width: 18px;
}

#calendar .tx-cal-controller table.month-small tr td a {
  background-color: #CCCDCE;
  display: block;
  height: 14px;
  padding-bottom: 1px;
}

/* ----- Kategorieauswahl ----- */

#calendar .tx-cal-controller #legend {
  position: absolute;
  top: 870px;
  width: 170px;
}

#calendar .tx-cal-controller #legend select {
  background-color: #CCCDCE;
  border: none;
  font-family: Times New Roman, serif;
  margin-top: 1px;
  padding-lefT: 2px;
  width: 160px;
}

#calendar .tx-cal-controller #legend select option {
  border: none;
}

/* ----- ausgeblendete Inhalte ----- */

#calendar .eventlist,
/* #calendar .tx-cal-controller #legend, */
.bodytext,
h1 {
  display: none;
}




