/* 
BODY {
  background-image: url(../images/achtergr.gif);
  margin: 0px;
  padding: 12px 0px 12px 12px;
}

BODY, TD, P {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  font-style: normal;
  line-height: 13px;
}
*/

A:link,
A:visited,
A:active,
A:hover {
  color: #0da8ff;
}
A:hover {
  color: #026da9;
}

/* 
B {
  line-height: normal;
}

I {
  font-size: 8pt;
  line-height: normal;
}*/

INPUT.formVeld, SELECT.formVeld, TEXTAREA.formVeld,
TABLE.tableZoeken INPUT, TABLE.tableZoeken SELECT, TABLE.tableZoeken TEXTAREA {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  /*background-color: #e2f5ff;*/
}

DIV#main {
  width: 584px;
}


/* --- 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: #014e7a;
  background-color: #97daff; /* lichtblauw */
}

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

TD.calDayHdr,
TD.calWeekHdr,
TD.calWeek {
  /*color: #00AF4E;*/
  color: #014e7a;
  font-size: 10px;
  font-weight: bold;
  font-style: italic;
}

hr.divider {
  border-color:#ccc;
}




/*-----  Aangepaste legenda met pictogrammen  -----*/
/**/
td.calCh1 {
  background:url(/images/beschikbaarheid/legenda_groen_klein.gif) no-repeat top left;
}
td.calCh2 {
  background:url(/images/beschikbaarheid/legenda_oranje_klein.gif) no-repeat top left;
}
td.calCh3 {
  background:url(/images/beschikbaarheid/legenda_rood_klein.gif) no-repeat top left;
}
td.calCh {
  background-color:#F0F0F0;
}





