p {
	font-family: "Bradley Hand ITC", "Times New Roman";
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 0 0;
	color: #000000;
}

.bold {
	font-family: "Bradley Hand ITC", "Times New Roman";
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0;
	color: #993300;
}

.td_norepeat {
	background-repeat: no-repeat;
}

ul {
	font-family: "Bradley Hand ITC", "Times New Roman";
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1.5em 15px;
	color: #000000;
}

ol {
	font-family: "Bradley Hand ITC", "Times New Roman";
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1.5em 25px;
	color: #000000;
}

li {
	font-family: "Bradley Hand ITC", "Times New Roman";
	line-height: 1.5em;
	margin: 0;
	color: #000000;
}

/* p:first-letter {
	font-family: Bradley Hand ITC, Georgia, Times New Roman, Times, serif;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.5em;
	margin-left: 0px;
	color: 993300;
} */

img.links { /*foto links floaten */
	float: left;
	margin: 0px 7px 0px 0px;
	border:none;
}

img.rechts { /*foto rechts floaten */
	float: right;
	margin: 6px 0px 0px 0px;
	border:none;
}

h1 {
	font-family: "Bradley Hand ITC", "Times New Roman";
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 1.5em 0 0 0;
	color: #993300;
}
h2 {
	font-family: "Bradley Hand ITC", "Times New Roman";
	font-size: 1em;
	line-height: 1.5em;
	font-weight: strong;
	margin: 1.5em 0 0 0;
}
h3 {
	font-family: "Bradley Hand ITC", "Times New Roman";
	font-size: 1em;
	line-height: 1.5em;
	font-weight: strong;
	margin: 1.5em 0 0 0;
}
br	{
	line-height: 1.5em;
}

a:link {	
	font-family: "Bradley Hand ITC", "Times New Roman";
	font-size: 1em;
	line-height: 1.5em;
	text-decoration: underline;
	color: #993300;
}

a:visited {	
	font-family: "Bradley Hand ITC", "Times New Roman";
	font-size: 1em;
	line-height: 1.5em;
	color: #993300;
	text-decoration: underline;
}

a:hover {	
	font-family: "Bradley Hand ITC", "Times New Roman";
	font-size: 1em;
	line-height: 1.5em;
	color: #993300;
	text-decoration: underline;
}
a:active {	
	font-family: "Bradley Hand ITC", "Times New Roman";
	font-size: 1em;
	line-height: 1.5em;
	color: #993300;
	text-decoration: underline;
}
/* FORMULIEREN DEEL */
.button {
	font-family: "Bradley Hand ITC", "Times New Roman";
	font-size: 1em;
	font-weight: 600;
	line-height: 1.5em;
	color: #993300;
	background-color: #FFFDE4;
	border: 1px solid #993300;
	margin: 1px;
	padding: 1px;
	left: 1px;
	right: 1px;
}
input, textarea, select, option {
	font-family: "Bradley Hand ITC", "Times New Roman";
	font-size: 1em;
	line-height: 1.5em;
	color: #000000;
	background-color: #FFFDE4;
	margin: 2px;
	padding: 1px;
	border: 1px solid #993300;	
}
form {
	padding: 0px;
	margin: 0 0 1.5em 35px;
}
.kopje { /* Tekst boven de velden */
	font-family: "Bradley Hand ITC", "Times New Roman";
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0;
	color: #993300;
}

hr { 
	height: 1px; 
	border: solid #993300 0px; 
	border-top-width: 1px;
}

/* code horend bij thumbnailviewer */
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
border: 1px solid #993300;
padding-bottom: 0;
background: #FFFDE4;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#caption {
font-family: "Bradley Hand ITC", "Times New Roman";
font: bold 1em;
line-height: 1.0em;
color: #993300;
padding: 3px 0;
text-align: left;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-family: "Bradley Hand ITC", "Times New Roman";
font: bold 1.1em;
letter-spacing: 1px;
line-height: 1.2em;
color: #993300;
padding: 3px 0;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #FFFDE4;
border: 1px solid #993300;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #993300;
background-color: #FFFDE4;
padding: 5px;
z-index: 5;
}