/* Cascading Style Sheet www.goudentandem.com & www.web-start.nl*/
.titel {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13pt;
  font-weight: bold;
  line-height: 13pt;
  color: #339900; font-style: normal;
}

.tekst {
  font-family: "Trebuchet MS"; font-size: 9pt;
  color: #006600;
  font-weight: normal;
  font-style: normal;
}

.tekst2 {
  font-family: "Trebuchet MS";
  font-size: 9pt;
  color: #006600;
  font-weight: normal;
  font-style: normal;
}

.invulveld_kop {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #c61212;
}

.invulveld {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #FFFFFF;
}

.adres {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 10px;
  color: #006600;
}

.link_lijn {
  font-family: "Trebuchet MS";
  font-size: 10pt;
  font-weight: normal;
  color: #336600;
  text-decoration: underline;
}

.mail {
  font-family: "Times New Roman", Times, serif;
  font-size: 10pt;
  font-weight: bold;
  color: D7D1B4;
}

.breadcrumb {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  color: #006633;
}

body {
  scrollbar-base-color: #006600;
  scrollbar-arrow-color: #ffffff;
  scrollbar-shadow-color: #006600;
  scrollbar-face-color: #006600;
  scrollbar-highlight-color: #ffffff;
}

.menutitle {
  cursor: pointer;
  margin-bottom: 5px;
  background-color:#;
  color: 185px;
  padding: 2px;
  text-align: right;
  font-weight: bold;
  /*border:1px solid #ffffff;*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

.menutitle2 {
  cursor: pointer;
  margin-bottom: 5px;
  background-color:#;
  color:#000000;
  padding: 2px;
  text-align: left;
  font-weight: bold;
  /*border:1px solid #ffffff; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

.submenu {
  margin-bottom: 0.5em;
  font-family: "Trebuchet MS";
  font-size: 10pt;
  font-weight: normal;
  color: #CC0000;
  text-decoration: underline;
}

/* link_tekst in menu*/
A.link_lijn {
  font-family: "Trebuchet MS";
  font-size: 10pt;
  font-weight: normal;
  color: #CC0000;
  text-decoration: underline;
}

A.link_lijn:hover {
  font-family: "Trebuchet MS";
  font-size: 10pt;
  font-weight: normal;
  color: #528ACD;
  text-decoration: underline;
}

A.link_tekst:hover {
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #DED9C0;
  letter-spacing: 0px;
  line-height: normal;
}

A.link_tekst:active {
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #DED9C0;
  letter-spacing: 0px;
  line-height: normal;
}

A.link_tekst {
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #C8C09E;
  line-height: normal;
  letter-spacing: 0px;
}

/* link_menu in menu*/
A.link_menu:hover {
	font-family: arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #D2B489;
  letter-spacing: 0px;
  line-height: 9px;
  text-align: left;
}

A.link_menu:active {
  font-family: arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #797777;
  letter-spacing: 0px;
  line-height: 9px;
  text-align: left;
}

A.link_menu {
	font-family: arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #003300;
  letter-spacing: 0px;
  line-height: 9px;
  text-align: left;
}

.formulier-knop {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #006600;
	border: 1px solid #006600;
}

.formulier-veld-100 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #006600;
	border: 1px solid #006600;
	background-color: #FFFFFF;
	padding-left: 5px;
	width: 100%;
}

.formulier-veld {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #006600;
	border: 1px solid #006600;
	background-color: #FFFFFF;
	padding-left: 5px;
	width: 100px;
}

table.tabel-formulier td {
	padding-bottom: 5px;
}