/* Alle Designs in Zusammenhang mit dem Kalender von e-Consultance */

/* Woche mo bis so */
.feldw {
   width:22px;
   height:14px;
   text-align: center;
   font-weight:bold;
   color:#222222;
   float: left;
   border:0px solid #eeeeee;
   }

/* Tage von 1 bis 31 */
.feld {
   width:22px;
   height:14px;
   text-align: center;
   color:#444444;
   float: left;
   border:0px solid #eeeeee;
   }

/* Feiertag Feld */
.feldmft {
   width:22px;
   height:14px;
   text-align: center;
   color:#f2520d;
   float: left;
   border:0px solid #eeeeee;
   background-color:#e6e6e6;
   }
/* Heutiges Datum */
.feldh {
   width:22px;
   height:14px;
   text-align: center;
   font-weight:bold;
   color:#ffffff;
   background-color:#ff7d0a;
   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:#f2520d;
   float: left;
   border:0px solid #eeeeee;
   }

.feldmo {
   width:2px;
   height:14px;
   text-align: center;
   color:#555555;
   float: left;
   border:0px solid #eeeeee;
   }
.feldft {
   width:107px;
	padding:0px 0px 0px 2px;
   height:14px;
   text-align: left;
   color:#444444;
   float: left;
   border:0px solid #eeeeee;
   font-size: 9px;
   }
.felddt {
   width:44px;
   padding:0px 2px 0px 0px;
   height:14px;
   text-align: left;
   color:#444444;
   float: left;
   border:0px solid #eeeeee;
   font-size: 9px;
   }
.felddtso {
   width:44px;
   padding:0px 2px 0px 0px;
   height:14px;
   text-align: left;
   color:#F1510c;
   float: left;
   border:0px solid #eeeeee;
   font-size: 9px;
   }
   
a.callr {
   color:#333333;
	vertical-align: top;
	font-size:11px;
   }
   
a.callr:hover {
   color:#333333;
	vertical-align: top;
	font-size:14px;
	text-decoration:none;
   }
   
a.showft {
   color:#333333;
	vertical-align: top;
	padding:0px 0px 0px 2px;
	}

a.showft:hover {
   color:#ff0000;
	vertical-align: top;
	text-transform:uppercase;
	text-decoration:none;
	
	padding:0px 0px 0px 2px;
   }
