/* algemene eigenschappen van de pagina */
body, tr, td, table {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* eigenschappen van de achtergrond */
body {
  background-image: url(images/achtergrond.jpg);
  text-align:center;
}

/* Eigenschappen van de tabel */
.hoofdtabel {
  width:775px;
  height:100%;
  border:0;
  margin-left:auto;
  margin-right:auto;
  border-spacing: 0px 0px;
}

/* Logo vak bovenin */
.logotop {
  background-color:#FFFFFF;
}
.logotop td {
  text-align:center;
  vertical-align:top;
  color:#FFFFFF;
}

/* Logo plaatje eigenschappen */
.logoimg {
  width:775px;
  height:172px;
  border-style:none;
}

/* Top menu eigenschappen */
.topmenu {
  vertical-align:bottom;
  background-color:#FF6600;
  color:#FFFFFF;
}
.topmenu td {
  height:17px;
  text-align:right;
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
}
/*laatste update tekst*/
.topmenu div {
  text-align:left;
}
/*start, route email*/
.topmenu a {
	text-align: right;
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 20px;
	margin-bottom: 1px;
	font-weight: bolder;
	font-family: Verdana;
	font-size: 14px;
}
.topmenu a:hover {
	text-align: right;
	text-decoration: blink;
	color: #DC5014;
	margin-right: 20px;
	margin-bottom: 1px;
	font-weight: bolder;
	font-family: Verdana;
	font-size: 14px;
}

/*spacer*/
.spacer {
  vertical-align:bottom;
  background-color:#FFFFFF;
}
.spacer td {
  height:19px;
  text-align:right;
}


.onder {
	text-align: left;
	text-indent: 5mm;
	text-decoration: none;
	vertical-align: top;
  border-style: none none none none;
  width:100%;
}

/* Linkermenu */
.linkermenuitem {
  width:155px;
  height:19px;
  text-align:left;
  border-width: 1px;
  border-style: none solid none none;
  border-color: #FF6600;
  background-color: #58AF58;
}
.linkermenuitem a {
	background-color: #FF6600;
	text-align: left;
	text-indent: 5mm;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #666666;
  white-space:nowrap;
}

/* inhoud */
.tabletdcenter {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
  width:6px;
}
.inhoud {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
  width:614px;
}
.inhoud p, li {
  margin-right: 5px;
}
/* een link binnen inhoud */
.inhoud a {
	background-color: #FF6600;
	text-align: left;
	text-indent: 5mm;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #666666;
}
.inhoud a:active {
	background-color: #FF6600;
	text-align: left;
	text-indent: 5mm;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #666666;
}
.inhoud a:link {
	background-color: #FF6600;
	text-align: left;
	text-indent: 5mm;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #666666;
}
.inhoud a:Hover {
	background-color: #FF6600;
	text-align: left;
	text-indent: 5mm;
	text-decoration: none;
	border: 1px solid #666666;
	color: #58AF58;
}

/* een tabelkop binnen de inhoud */
.tabelrechtskop {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	vertical-align: top;
	font-weight: bold;
}

.kalenderdatumCopy {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #00B100;
}

.kalenderomschrCopy {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #85D985;
}

/*belangrijke tekst die dik gedrukt moet worden.*/
.belangrijk {
	color: #FF0000;
	font-weight: bolder;
}

/* algemene link eigenschappen */
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}

/*voor de kalender*/
.iecompatible {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #85D985;
}

.kalenderdatumstreepCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #00B100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.kalenderomschrstreepCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #85D985;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.forminvul {
	background-color: #58AF58;
	border: 1px solid #000000;
	font-family: "Courier New", Courier, mono;
}
