/* Selektoren für den Kalendere */
/*
rsidebar_content.width = 254px
calendar.width = 254px
SideBar_Content.width = 254px
holidayname.width = 100px;
&calendar.width-(&holidayname.width+6) = 148px;
*/
.weekdayname {
   width:35px;
   height:14px;
   line-height:14px;
   text-align: center;
   font-weight:bold;

   float: left;
   border: 0;
}
.everydayfield {
   width:35px;
   height:14px;
   text-align: center;
   float: left;
   border: 0;
}
.regionalholiday {
   width:35px;
   height:14px;
   text-align: center;
   float: left;
   border: 0;
   color: ;
   background-color: ;
}
.holidaylist {
	float:left;
  border: 1px solid;
	border-color: #DDDDDD #555555 #555555 #DDDDDD;
	width:254px;
	margin-bottom: 10px;
}

.todayDay {
  width:33px;
  border: 1px solid;
	border-color: #DDDDDD #555555 #555555 #DDDDDD;
  height:12px;
  text-align: center;
  font-weight:bold;
  color: ;
  background-color: ;
  float: left;
}
.saturdayDay {
   width:35px;
   height:14px;
   text-align: center;
   color:#AAA;
   float: left;
   border: 0;
}
.sundayDay {
   width:35px;
   height:14px;
   text-align: center;
   color:#800510;
   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: ;
  background-color: ;
}
.holidayvalue {
  width:148px;
  padding:0px 2px 0px 0px;
  height:14px;
  text-align: right;
  overflow:hidden;
  float: left;
  border: 0;
  font-size: 11px;
  color: ;
  background-color: ;
}
.holidayvalueso {
  width:148px;
  padding:0px 2px 0px 0px;
  height:14px;
  text-align: right;
  overflow:hidden;
  float: left;
  border: 0;
  font-size: 11px;
  color: ;
  background-color: ;
}
   
a.change_month {
	vertical-align: top;
	font-size:24px;
  color: #E0E8FF;
    margin: 0 0 5px 0;
}
   
a.change_month:hover {
   color: #BFCCF7;
	vertical-align: top;
	text-decoration:none;
}
   
a.show_holidays {
	color: #5e70aa;
  width:246px;
  display:block;
  float: left;
  vertical-align: top;
  padding:0px 0px 0px 2px;
}

a.show_holidays:hover {
    color: #BFCCF7;
    text-decoration:underline;
}

