﻿@charset "UTF-8";
/* CSS Document */
#datepickeronpage .aktivcal {
  color:#fff;
  background-color:#6d9936;
}
.currentDayHeader {
  background:#ccc;
  color:#333;
}
.dayNum {
  color:#333;
}
.month-small {
  color:#333;
}
.even {
  color:#333;
}
.even a {
  color:#333;
}

input {
  color:#333;
}
.no {
  display:none;
}
.ui-datepicker-inline {
  width:200px !important;
}


/* Teaser Cal */
.cal {
  width:420px;
  margin-bottom:5px;
  background: #1e1e1e;
  background: -moz-linear-gradient(top, #1e1e1e, #020203);
  background: -webkit-gradient(linear, left top, left bottom, from(#1e1e1e), to(#020203));
}
.calDate {
  width:50px;
  height:71px;
  overflow:hidden;
  float:left;
  background: #303030;
  background: -moz-linear-gradient(top, #303030, #484849);
  background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#484849));
}
.calDateDay {
  font:20px/24px Arial, Verdana, Sans-Serif;
  margin-top:24px;
}
.calImg {
  width:95px;
  float:left;
}
.calTxt {
  width:275px;
  float:left;
}
.calH1, .calH1 a {
  text-decoration:none;
  font-weight:bold;
}
.calH1 a:hover {
  color:#e0232b;
}
.calImgDetail {
  width:200px;
  float:right;
  text-align:right;
}
.calDetailAnfrage {
  margin-bottom:20px;
}
.calDetailAnfrage a, .calDetailBack a {
  color:#fff;
  background-color:#666;
  padding:2px 10px;
  text-decoration:none;
}
.calDetailAnfrage a:hover, .calDetailBack a:hover {
  background-color:#9dc107;
}
#calBrowse a {
  width:20px;
  height:20px;
  display:block;
  float:left;
  background-color:#323232;
  margin-right:2px;
  text-align:center;
  text-decoration:none;
}
#calBrowse a:hover {
  background-color:#e0232b;
}
#calBrowse .browse_active {
  width:20px;
  height:20px;
  display:block;
  float:left;
  background-color:#666;
  margin-right:2px;
  text-align:center;
  text-decoration:none;
}
.calTabBold {
  font-weight:bold;
}
#calTab td {
  padding:2px;
  border-top:1px solid #fff;
}
.calDetailFuehrerImg {
  width:90px;
  float:left;
}
.calDetailFuehrerTxt {
  width:300px;
  float:left;
}
.calSearch {
  background-color:#666;
  padding:10px 0;
}
.calSearchTxt {
  width:80px;
  float:left;
  padding-bottom:5px;
}
.calSearchField {
  width:112px;
  float:left;
  padding-bottom:5px;
}
.calSearchSelect {
  padding-bottom:5px;
}
.calSearchSelect select {
  width:200px;
}
.calIcon input {
  width:116px;
  background:#fff url(../images/cal.gif) no-repeat right center;
}
.calVt input {
  width:116px;
}
.calSearchSubmit {
  text-align:right;
}
.calSearchSubmit input {
  background-color:#9dc107;
  color:#fff;
  border:0;
  width:118px;
}
#datepickeronpage {
  background-color:#666;
  padding:5px 10px;
  margin-bottom:10px;
}
.weitereleute {
  padding:20px 0;
}
#hinzu1, #hinzu2, #hinzu3, #hinzu4, #hinzu5, #hinzu6, #hinzu7, #hinzu8, #hinzu9, #hinzu10, #hinzu11, #hinzu12, #hinzu13, #hinzu14, #hinzu15,
#weniger1, #weniger2, #weniger3, #weniger4, #weniger5, #weniger6, #weniger7, #weniger8, #weniger9, #weniger10, #weniger11, #weniger12, #weniger13, #weniger14, #weniger15 {
  cursor:pointer;
  background-color:#666;
  display:inline;
  padding:0 2px;
}
#hinzu1:hover, #hinzu2:hover, #hinzu3:hover, #hinzu4:hover, #hinzu5:hover, #hinzu6:hover, #hinzu7:hover, #hinzu8:hover, #hinzu9:hover, #hinzu10:hover, #hinzu11:hover, #hinzu12:hover, #hinzu13:hover, #hinzu14:hover, #hinzu15:hover,
#weniger1:hover, #weniger2:hover, #weniger3:hover, #weniger4:hover, #weniger5:hover, #weniger6:hover, #weniger7:hover, #weniger8:hover, #weniger9:hover, #weniger10:hover, #weniger11:hover, #weniger12:hover, #weniger13:hover, #weniger14:hover, #weniger15 {
  color:#97c00e;
}
.headerweitereleute {
  font-weight:bold;
  font-size:16px;
}
.calTop {
  width:220px;
}
.calTopDate {
  width:80px;
  float:left;
}
.calTopName{
  width:140px;
  float:left;
}
#mailerror {
  background-color:red;
  font-weight:bold;
  padding:2px;
  margin-top:20px;
}