/* ÜBER UNS */
/* ************** */

/* Boxen */

/* Box Subportal */

#subportal #history {
  margin-left: 30px;
}
#box_subportal {
  background-color: #333333;
  color: #fff;
}

/* Boxen Portal */

#box_ueber-uns {
  color: #fff;
  font-size: 80%;
  height: 100%;
  margin-left: 30px;
}
#box_ueber-uns_headline {
  font-size: 160%;
  background-color: #fff;
  color: #000;
  font-weight: normal;
  height: 30px;
}
#box_ueber-uns_headline strong {
  font-weight: normal;
}
#box_ueber-uns_inhalt {
  background-image: url(/images/ueber-uns_titel_hintergrund.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  overflow: hidden;
  height: 330px;
  width: 100%;
}
#box_ueber-uns_text {
  width: 285px;
  color: #fff;
  padding: 15px;
  padding-bottom: 5px;
  font-weight: bold;
  line-height: 140%;
  float: right;
}
#box_ueber-uns_text p {
  margin: 0 0 1em 0;
}

#box_ueber-uns_button {
  float: right;
  margin: 270px 20px 0 0;
  overflow: hidden;
}
#box_ueber-uns_button_sp1 {
  float: left;
}
#box_ueber-uns_button_sp2 {
  float: left;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  height: 30px;
  padding: 10px 10px 0 10px;
  background-color: #e75012;
  overflow: hidden;
}
#box_ueber-uns_button_sp2 a {
  color: #fff;
  text-decoration: none;
}
#box_ueber-uns_button_sp2 a:hover {
  text-decoration: underline;
}
#box_ueber-uns_button_sp3 {
  float: left;
}



/* Terminkalender */
#termin_liste {
  height: 100%;
  overflow: hidden;
  margin-top: -8px;
}
.termin {
  border-top: 1px dotted #000;
  margin: -1px 0 0 0;
  padding-bottom: 18px;
  padding-top: 15px;
  overflow: hidden;
  clear: both;
  float: none;
  line-height: 150%;
}
.termin_datum {
  color: #e75012;
}
.termin_kurzinfo {
}
.termin_kurzinfo p {
  margin: 0;
}
.termin_langinfo {
  display: none;
}
.termin_kurzinfo a, .termin_langinfo a {
  border-bottom: 1px dashed #000;
  color: #000;
  text-decoration: none;
}
.termin_kurzinfo a:hover, .termin_langinfo a:hover {
  border: 0;
  border-bottom: 1px solid #000;
}
.termin_detailslink {
}
.termin_detailslink a {
  background-repeat: no-repeat;
  background-position: 0 3px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  padding: 0 0 0 17px;
  display: block;
}
.termin_detailslink a.plus {
  background-image: url(/images/icon_plus.gif);
}
.termin_detailslink a.minus {
  background-image: url(/images/icon_minus.gif);
}
.termin_detailslink a:hover {
  text-decoration: underline;
}
/* Kalenderblatt */
#kalender {
}
.kalender_dropdown {
  margin-bottom: 15px;
}
.kalender_dropdown select {
  width: 205px;
}
.tag, .tag_aktiv {
  font-weight: bold;
  font-size: 13px;
  color: #000;
  background-color: #f2f2f2;
  width: 25px;
  height: 21px;
  float: left;
  margin-right: 5px;
  text-align: center;
  padding-top: 4px;
}
.tag_aktiv {
  background-color: #e75012;
}
.tag_aktiv a {
  color: #fff;
  text-decoration: none;
}
.tag_aktiv a:hover {
  /*text-decoration: underline;*/
  font-style: italic;
}
.kalender_wochentage {
  overflow: hidden;
  height: 100%;
  margin-bottom: 5px;
  background-image: url(/images/terminkalender_wochentage.gif);
  background-repeat: no-repeat;
}
.kalender_wochentage .tag {
  background-color: #000;
  color: #fff;
}
.kalender_tage {
  margin-bottom: 5px;
  overflow: hidden;
  height: 100%;
  clear: both;
  float: none;
}