/* CSS Document */

.titel{
	background-color: #000000;
	color: #FF9900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 9pt;
	text-indent: 10px;
	text-transform: uppercase;
}
a.titel:link, a.titel:visited {
	color: #FF9900;
	text-decoration: none;
}
a.titel:hover {
	color: #FF9900;
	text-decoration: underline;
}
.subtitel{
	background-color: #CCCCCC;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 9pt;
	text-indent: 2px;
	font-variant: small-caps;
}
.inhoud{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 8pt;
	text-indent: 2px;
	border: 1px solid #000000;
	vertical-align: top;
}
.inhoud a, .inhoud a:visited {
	color: #000000;
	text-decoration: none;
}
.inhoud a:hover {
	text-decoration: underline;
}
.patch {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 8pt;
	text-indent: 2px;
	border: 1px solid #000000;
	vertical-align: top;
	text-align: center;
}
.booktitel {
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	font-weight: bold;
}
.unitname {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 9pt;
	text-indent: 2px;
	vertical-align: top;
}
