.ZwevendeBox{
}
.ZwevendeBoxTop{
  background-image : url(pics/zwevendeBoxTop.png);
  width : 538px;
  height : 10px;
}
.ZwevendeBoxMiddle{
  background-image : url(pics/zwevendeBoxMiddle.png);
  width : 538px;
}
.ZwevendeBoxBottom{
  background-image : url(pics/zwevendeBoxBottom.png);
  width : 538px;
  height : 10px;
}
.CalendarCaption {
  background-image : url(pics/calendarCaption.png);
  width : 160px;
  height : 25px;
  font-weight : bold;
  font-size : 12px;
  color : #FFF;
  margin-left : 1px;
  margin-top : 10px;
 
}
.CalendarCaption div {
  padding-top:5px;
  color : white;
}
.CalendarReis {
  position : absolute;
  visibility : hidden;
  display : none;
}
.CalendarContainer {
/*  padding-top:3px;*/
  padding-bottom : 3px;
}
.CalendarTopHolder{
  margin-left : 1px;
  background-image :url(pics/topback2.png);
  width : 160px;
  height : 160px;
}
.Vandaag {
  position : relative;
  top : -20px;
  left : -10px;
  color : #96C0DF;
  cursor:pointer;
  font-size : 12px;
  font-weight : bold;
}
.CalendarTopHolder select {
  background-color : #EEEEEE;
}
#wk.DayHeader {
  color : #F6400E;
}
.DayHeader {
  font-weight : bold;
}
.CalendarTop{
  padding-top : 5px;
}

.CalendarContainer {
  padding-left:0px;
}

.CalendarMonth {
  padding-bottom : 3px;
  padding-top : 3px;
}

.CalendarYear {
}

.Day {
}
.DayNow{
  font-weight:bold;
}
.DaySelected {
  background-color : #96C0DF;
  color : white;
  cursor : pointer;
}
.DayNowSelected{
  font-weight:bold;
  background-color : #96C0DF;
  color : #444;
  cursor : pointer;
}

.CalendarDays{
  padding-top:4px;
  padding-left : 12px;
}
.CalendarDays td {
  font-size : 9px;
  padding-left : 2px;
  padding-right : 2px;
}

.CalendarArrowLeft{
  width : 14px;
  height : 14px;
  cursor : pointer;
}
.CalendarArrowRight {
  width : 14px;
  height : 14px;
  cursor : pointer;
}
