<style>
h5		{version:		2.2;}

@font-face
		{
		font-family:	headingfont;
		src:			url(/font/appleberry.ttf);
		}
@font-face
		{
		font-family:	robotolight;
		src:			url(/font/Roboto-Light.ttf);
		}
@font-face {font-family:	heebolight; src:	url(/font/Heebo-Light.ttf);}

a		{
		}
body		{
		font-family:		heebolight, calibri, arial, sans-serif;
		font-size:		11pt;
		font-weight:		normal;
		color:			black;
		text-decoration:	none;
		}
td		{
		font-family:		heebolight, calibri, arial, sans-serif;
		font-size:		10pt;
		font-weight:		normal;
		color:			navy;
		text-decoration:	none;
		}
.stdtext	{
		font-family:		heebolight, calibri, arial, sans-serif;
		font-size:		8pt;
		font-weight:		normal;
		color:			navy;
		text-decoration:	none;
		}
.pvlogo {
	    position:			fixed; 
	    top:				8px;
		right:				8px;
	    padding:			0px;
	    display:			inline-block;
	    z-index:			3;
}

.kop1	{
		font-family:		headingfont, sans-serif;
		font-size:			20pt;
		font-weight:		normal;
		color:				navy;
		text-decoration:	none;
		padding:			42px 0px 20px 0px;
		}
.kop2		{
		font-family:		heebolight, calibri, arial, sans-serif;
		font-size:		10pt;
		font-weight:		bold;
		color:			navy;
		text-decoration:	none;
		padding:			0px 0px 2px 0px;
		}
.menu		{
		font-family:		heebolight, calibri, arial, sans-serif;
		font-size:		8pt;
		font-weight:		normal;
		color:			black;
		text-decoration:	none;
		padding-bottom:		5px;
		}
.menu:hover	{
		font-weight:		normal;
		color:			GoldenRod;
		text-decoration:	none;
		}
.middenblok	{
		font-family:		heebolight, calibri, arial, sans-serif;
		font-size:		8pt;
		font-weight:		normal;
		color:			navy;
		text-decoration:	none;
		padding:			0px 10px 10px 10px;
		}
.midden		{
		font-family:		heebolight, calibri, arial, sans-serif;
		font-size:		8pt;
		font-weight:		normal;
		color:			maroon;
		text-decoration:	none;
		}
.midden:hover	{
		font-weight:		normal;
		color:			orange;
		text-decoration:	none;
		}
.kleintje	{
		font-family:		heebolight, calibri, arial, sans-serif;
		font-size:			8pt;
		font-weight:		normal;
		color:				#888888;
		text-decoration:	none;
		}
.copyright	{
		font-family:		heebolight, calibri, arial, sans-serif;
		font-size:			9pt;
		font-weight:		normal;
		color:				darkkhaki;
		text-align:			left;
		width:				500px;
		max-width:			92%;
		background-color:	#444444;
		border:				1px solid darkkhaki;
		padding:			10px;
		}
.inleiding	{
		font-family:		heebolight, calibri, arial, sans-serif;
		font-size:			10pt;
		font-weight:		normal;
		color:				black;
		text-align:			left;
		width:				800px;
		max-width:			93%;
		background-color:	whitesmoke;
		border:				1px solid darkgray;
		box-shadow:			0 0 15px 1px darkgray;
		padding:			10px;
		}
.inleiding a
		{
		font-size:			9pt;
		color:				black;
		text-decoration:	none;
		xxbox-shadow:			0 0 8px 2px black;
		}
.tussentekst	{
		font-family:		heebolight, calibri, arial, sans-serif;
		font-size:			10pt;
		font-weight:		normal;
		color:				dimgray;
		text-align:			left;
		width:				800px;
		max-width:			93%;
		background-color:	whitesmoke;
		border:				1px solid darkgray;
		box-shadow:			0 0 15px 1px darkgray;
		padding:			10px 10px 10px 10px;
		}
img.roundborder 
		{
		max-width:			98%;
		max-height:			900px;
		border:				1px solid lightgray;
		padding:			2px;
		background-color:	black;
		box-shadow:			0 0 15px 2px darkgray;
		-webkit-border-radius:	0px;
		-moz-border-radius:	0px;
		-ms-border-radius:	0px;
		-o-border-radius:	0px;
		border-radius:		0px;
		}
.xxondertiteltekst	{
		font-family:		heebolight, calibri, arial, sans-serif;
		font-size:			10pt;
		font-weight:		normal;
		color:				#006666;
		text-shadow: 		0px 1px 8px steelblue;
		text-align:			center;
		width:				800px;
		max-width:			95%;
		xxbackground-color:	#333333;
		}
.ondertiteltekst	{
		font-family:		heebolight, calibri, arial, sans-serif;
		font-size:			10pt;
		font-weight:		normal;
		color:				teal;
		xxtext-shadow: 		0px 1px 8px #009999;
		text-align:			center;
		width:				800px;
		max-width:			95%;
		xxbackground-color:	#333333;
		}

@media screen and (min-width: 800px) {
    .kop1 {
        font-size:			28pt;
		}
    .inleiding {
        font-size:			13pt;
		}
    .tussentekst {
        font-size:			11pt;
		}
    .ondertiteltekst {
        font-size:			11pt;
		color:				#007070;
		}
	}
@media screen and (min-width: 1100px) {
    .kop1 {
        font-size:			34pt;
		}
    .tussentekst {
        font-size:			12pt;
		}
    .ondertiteltekst {
        font-size:			12pt;
		color:				teal;
		}
	}
</style>
