@charset "utf-8";
/* CSS Document */
h1{
	font-family:"Tempus Sans ITC";
	font-size: 30px;
	font-weight: bolder;
	color: #000000;
	border-bottom: 2px;
	border-bottom-color:#C31300;
	border-bottom-style:solid;
	padding-top:0px;
	text-align:left;
	padding-bottom: 0px;
}
h1:first-letter{
	color:#C31300;
}
h2{
	font-family:"Tempus Sans ITC";
	font-size: 20px;
	font-weight: bolder;
	color: #000000;
	border-bottom: 2px;
	border-bottom-color:#C31300;
	border-bottom-style:solid;
	padding-top:5px;
	text-align:left;
}
h2:first-letter{
	color: #C31300;
}
.gewonetekst{
	padding-top:10px;
	padding-bottom:10px;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.subtitel{
	text-decoration:underline;
}
.afbeeldinglinks{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
.afbeeldingrechts{
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}