
/* Styles voor main pagina's */
/* Body als eerste ivm. evt. wijziging fontgrootte,
   welke doorwerkt in de overige tags */

BODY
{
	background-color: #f0f0f1;
	background-image: url(images/backmain.JPG);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: 'Comic Sans MS' , Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 80%;
	color: #0000a0;
	margin-left: 24px;
}

A:link, A:active, A:visited
{
  color: blue;
}
A:hover
{
  color: green;
}
A.match:link, A.match:visited, A.match:active 
{
  color: silver; font-family: Tahoma; background-color: white; text-decoration: none;
}
FIELDSET
{
	_display: inline;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
H1
{
	font-size: 230%;	/* rel. tov. body */
	margin-top: 0px;
	margin-bottom: 10px;
}
H2
{
	font-size: 200%;	/* rel. tov. body */
	margin-top: 0px;
	margin-bottom: 10px;
}
H3
{
	font-size: 140%;	/* rel. tov. body */
	margin-top: 0px;
	margin-bottom: 8px;
}
H4
{
	font-size: 125%;	/* rel. tov. body */
	color: red;
	margin-top: 0px;
	margin-bottom: 0px;
}
INPUT, OPTION, SELECT, TEXTAREA
{
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 100%;	/* rel. tov. body */
}
LEGEND
{
	color: #0000a0;
	font-size: 130%; /* rel. tov. body */
	font-style: italic;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 5px;
}
TABLE
{
	font-size: 100%;	/* rel. tov. body */
}
TD, TH
{
	padding-left: 3px;
	padding-right: 3px;
}
TH
{
	font-size: 110%;	/* rel. tov. body */
}
.accorContent 
{
	border: solid 1px #0000a0;
	border-right: none;
	border-top: none;
	padding: 4px 20px 4px 4px;
}
.accorHeader 
{
	/*background-color: #0000a0;*/
	background-image: url(images/bgAccorHdr.jpg);
	background-repeat:no-repeat;
	color: #f0f0f1;
	cursor: pointer;
	font-size: 120%;
	margin-top: 10px;
	padding: 2px 4px 4px 4px;
}
.cbb /* cell border: bottom */
{
	 border-bottom: solid 1px Silver;
}
.cbbr /* cell border: bottom & right */
{
	 border-bottom: solid 1px Silver;
	 border-right:  solid 1px Silver;
}
.cbbrt /* cell border: bottom, right & top */
{
	 border-bottom: solid 1px Silver;
	 border-right:  solid 1px Silver;
	 border-top:  solid 1px Silver;
}
.cbr /* cell border: right */
{
	 border-right: solid 1px Silver;
}
.centertext 
{
	text-align:center;
}
.fieldsetmargins 
{
	margin-left:8px;
	margin-right:8px;
}
.match
{
  background-color: white; 
  width:121px;
}
.nzchtbr
{
	color: Transparent; /*navy;*/
	font-size: .1em;
	line-height: 0px;
	position: absolute;
	left: 0px;
	width: 1px;
	top: 0px;
	height: 1px;
	margin-top: -5px;
}
.redLink A:link, .redLink A:active, .redLink A:visited
{
  color: red;
}
.redLink A:hover
{
  color: green;
}
.enq
{
  border: 1px solid silver;
  border-collapse:collapse;
}
.enq td
{
  border: 1px solid silver;
  vertical-align:top;
}
.enq td td
{
  border: none;
}
.nobr 
{
  white-space:nowrap;
}

