/* Alle Designs in Zusammenhang mit dem Kalender von e-Consultance */
#kalender {
	background-color:	transparent;
	color:			#FDFDD7 !important;
	font-size:		0.9em;
	width:			160px;
}

.feldw {
   width:22px;
   height:14px;
   text-align: center;
   font-weight:bold;
   color:#202020;
   float: left;
   border:0px solid #eeeeee;
}

.feld {
   width:22px;
   height:14px;
   text-align: center;
   color:#444444;
   float: left;
   border:0px solid #eeeeee;
}
.feldmft {
   width:22px;
   height:14px;
   text-align: center;
   color:#4169E1;
   float: left;
   border:0px solid #eeeeee;
   background-color:#e6e6e6;
}
.feldh {
   width:22px;
   height:14px;
   text-align: center;
   font-weight:bold;
   color:#ffffff;
   background-color:#8A8A8A;
   float: left;
   border:0px solid #eeeeee;
}
.feldsa {
   width:22px;
   height:14px;
   text-align: center;
   color:#aaaaaa;
   float: left;
   border:0px solid #eeeeee;
}
.feldso {
   width:22px;
   height:14px;
   text-align: center;
   color:#4169E1;
   float: left;
   border:0px solid #eeeeee;
}
.feldmo {
   width:2px;
   height:14px;
   text-align: center;
   color:#555555;
   float: left;
   border:0px solid #eeeeee;
}
.feldft {
   width:100px;
	 padding:0px 2px 0px 2px;
		/* 					oben, rechts, unten, links */
	margin:0px 0px 0px 3px;
	/* 					oben, rechts, unten, links */
   height:14px;
   text-align: left;
   color:#000000;
   float: left;
   border:0px solid #eeeeee;
   font-size: 10px;
}
.felddt {
   width:44px;
   padding:0px 2px 0px 2px;
   height:14px;
   text-align: left;
   color:#444444;
   float: left;
   border:0px solid #eeeeee;
   font-size: 10px;
}
.felddtso {
   width:44px;
   padding:0px 2px 0px 2px;
   height:14px;
   text-align: left;
   color:#4169E1;
   float: left;
   border:0px solid #eeeeee;
   font-size: 10px;
}
   
a.callr {
  color:#333333;
	vertical-align: top;
	font-size:14px;
}
   
a.callr:hover {
  color:#333333;
	vertical-align: top;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
}
   
a.showft {
  color:#333333;
	vertical-align: top;
	padding:0px 0px 0px 2px;
}

a.showft:hover {
  color:#333333;
	padding:0px 0px 0px 2px;
	/* 					oben, rechts, unten, links */
}

#kalender a:hover{
  color: #006400;
  background-color: transparent;
}