.calendar {
   background: #fff;
   /*margin: 150px -100px 0 100px;*/
   margin: 150px 0px 0 100px;
   font-family: verdana, arial, sans-serif, courier, times;
   color: #05294d;
}
#kalHeader {
   text-align: center;
}
#kalHeader h1 {
	font-family: verdana, arial, sans-serif, courier, times;
	font-size: 0.8em;
	color: #99490f;
}
.calendar td {
   border: 1px solid #eee;
}
.calendar-title {
   text-align: center;
   font-size: small;
}
.calendar-day-title {
   text-align: center;
   font-size: x-small;
   background: #ccc;
   font-weight: bold;
}
.calendar-day, .calendar-outmonth-day {
   height: 40px;
   vertical-align: top;
   text-align: center;
   font-size: x-small;
   padding: 0px;
}
.calendar-day-number {
   text-align: right;
   background: #C2D2E0;
}
.calendar-day-number_none {
   background: #f8f8f8;
}
.calendar-content { 
   padding: 13px 2px 10px 1px;
   font-size: x-small;
}
.calendar-content_reserved {
   padding: 13px 2px 10px 1px;
   font-size: x-small;
   background-color: #99490f;
}
.calendar-outmonth-day {
   color: #f8f8f8;
   background: #f8f8f8;
}
.calendar-title a {
   padding: 0 10px 0 10px;
   font-family: verdana, arial, sans-serif, courier, times;
   font-size: 12px;
   color: #99490f;
   text-decoration: none;
}
.calendar-title a:hover, .calendar-title a:active {
   text-decoration: underline;
}
