/* */
BODY {
	background: transparent;
  margin: 0px;
  padding: 0px;
}

p, td, li, a, div, span {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

a {
	color: #FF8000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
  display: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF8000;
  margin-top: 0px;
}


/* --- bezetting.lp --> */
.clsJaarTitel,.clsWeeknummerTitel {
  font-weight: bold;
  text-align: right;
}

.clsBedrijfsnaam {
  font-weight: bold;
  line-height: normal;
  padding: 0px 10px 2px 10px;
}
.clsObjectnaam {
  line-height: normal;
  padding: 0px 10px 2px 10px;
}

.clsWeeknummer {
  font-weight: bold;
  text-align: center;
  padding: 0px 2px 0px 2px;
  width: 20px;
}

.clsGeeninfo {
  text-align: center;
  padding-top: 5px;
}
/* <-- bezetting.lp --- */


/* -- Calendars --> */
TABLE.calRand {
}

TD.calTitle,
TD.calTitlePrev,
TD.calTitleNext,
TD.calTitleMonthYear {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #53A995; 
}

TD.calTitleMonthYear {
  padding: 1px;
  padding-left: 4px;
}

TD.calDayHdr,
TD.calWeekHdr,
TD.calWeek {
  color: #53A995;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
}


