/* Selektoren für den Kalendere */
.weekdayname {
   width:0px;
   height:14px;
   line-height:14px;
   text-align: center;
   font-weight:bold;

   float: left;
   border: 0;
}
.everydayfield {
   width:0px;
   height:14px;
   text-align: center;
   float: left;
   border: 0;
}
.regionalholiday {
   width:0px;
   height:14px;
   text-align: center;
   float: left;
   border: 0;
   color:#FF0000;
   background-color:#e3e3e3;
}
.holidaylist {
	float:left;
  border: 1px solid;
  border-color: #666666 #eeeeee #eeeeee #666666;
	width:-34px;
}

.todayDay {
   width:0px;
   border: 1px solid;
   border-color: #666666 #eeeeee #eeeeee #666666;
   height:14px;
   text-align: center;
   font-weight:bold;
   color:#0C147D;
   background-color:#FFFFFF;
   float: left;
}
.saturdayDay {
   width:0px;
   height:14px;
   text-align: center;
   color:#AAA;
   float: left;
   border: 0;
}
.sundayDay {
   width:0px;
   height:14px;
   text-align: center;
   color:#f2520d;
   float: left;
   border: 0;
}
.padding_container {
   width:2px;
   height:14px;
   text-align: center;
   float: left;
   border: 0;
}
.holidayname {
   width:100px;
   padding:0px 0px 0px 2px;
   height:14px;
   text-align: left;
   float: left;
   border: 0;
   font-size: 11px;
   color:#F14E07;
   background-color:#e3e3e3;

}
.holidayvalue {
   width:-106px;
   padding:0px 2px 0px 0px;
   height:14px;
   text-align: right;
    overflow:hidden;
   float: left;
   border: 0;
   font-size: 11px;
   color:#F14E07;
   background-color:#e3e3e3;
}
.holidayvalueso {
   width:-106px;
   padding:0px 2px 0px 0px;
   height:14px;
   text-align: right;
    overflow:hidden;
   float: left;
   border: 0;
   font-size: 11px;
   color:#FF0000;
   background-color:#e3e3e3;
}
   
a.change_month {
	vertical-align: top;
	font-size:24px;
    color:#1A29A5;
    margin: 0 0 5px 0;
}
   
a.change_month:hover {
   color: #326AE3;
	vertical-align: top;
	text-decoration:none;
}
   
a.show_holidays {
    width:px;
    display:block;
    float: left;
    vertical-align: top;
    padding:0px 0px 0px 2px;
}

a.show_holidays:hover {
    color: #326AE3;
    text-decoration:underline;
}

