/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** CSS-Datei | Calendar
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

div.calendar {
  position: relative;
  width: auto;
  margin: 0;
  padding: 0;
}

div.calendar-top-container {
  clear: both;
  margin: 0;
  padding: 0;
}

div.calendar-container {
  clear: both;
  margin: 0;
  padding: 0;
}

div.calendar-navigation {
  float: left;
  margin: 0;
  padding: 0;
}

div.calendar-view {
  float: left;
  margin: 0 3px 0 3px;
  padding: 0;
}

div.calendar-background {
  clear: both;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
  background-color: #32598B;
  width: 217px;
  margin: 0;
  padding: 2px 0 2px 5px;
}

table.calendar-view {
  width: auto;
  margin: 0;
  padding: 0;
}

th.calendar-view {
  background: none;
  width: auto;
  font-weight: normal;
  font-size: 0.8em;
  margin: 0;
  padding: 0 2px 0 2px;
  color: #000000;
  text-align: center;
  border-bottom: 1px solid #000000;
}

td.calendar-view {
  background: none;
  width: auto;
  font-size: 0.8em;
  margin: 0;
  padding: 0 2px 0 2px;
  text-align: center;
}

a.calendar-navigation {
  display: block;
  width: 9px;
  height: 25px;
  background-color: #D3232C;
  font-size: 0.1em;
  line-height: 0.1em;
  background-position: center;
  background-repeat: no-repeat;
}

a#calendar-left-navigation {
  background-image: url(../graphic/but_nav_left.gif);
}

a#calendar-right-navigation {
  background-image: url(../graphic/but_nav_right.gif);
}

a.calendar-workingday,
a.calendar-weekend-sat,
a.calendar-weekend-sun,
a.calendar-celebrationday,
a.calendar-now-day,
a.calendar-workingday:hover,
a.calendar-weekend-sat:hover,
a.calendar-weekend-sun:hover,
a.calendar-celebrationday:hover,
a.calendar-now-day:hover {
  display: block;
  text-decoration: none;
  color: #000000;
  width: 14px;
  text-align: center;
}

a.calendar-workingday,
a.calendar-workingday:hover {
  font-weight: normal;
}

a.calendar-weekend-sat,
a.calendar-weekend-sat:hover {
  background-color: #E1ECF9;
}

a.calendar-weekend-sun,
a.calendar-weekend-sun:hover {
  background-color: #C3D8F2;
  font-weight: bold;
}

a.calendar-celebrationday,
a.calendar-celebrationday:hover {
  background-color: #00A651;
  color: #ffffff;
  font-weight: bold;
}

a.calendar-now-day,
a.calendar-now-day:hover {
  font-weight: bold;
  color: #D3232C;
}
