
.kop
 {
 font-size:24pt;
 color: 000088;
 background-color: ffffff;
 margin-left: 0;
 valign: top;
 }

.standaard
 {
 font-size:12pt;
 color: 000080;
 background: ffffff;
 margin-left: 20px;
 }

.inhoud
 {
 font-size:10pt;
 color: 000080;
 background: ffffff;
 padding-left: 50px;
 padding-right: 50px;
 valign: top;
 }

.inhoud_scroll
 {
 font-size:10pt;
 color: 000080;
 background: ffffff;
 padding-left: 50px;
 padding-right: 0px;
 valign: top;
 width: 800px;
 height: 630px;
 z-index:-1;
 overflow: auto;
 }

.inspring
	{
	margin-left:20px;
	}

.bottom
 {
 font-size:6pt;
 color: ffff00;
 background: ffffff;
 }


body {background: #FFFFFF;
	color: #000080;
	font-family:Arial;
	font-size:12pt;
}



A:link {text-decoration:none;}
A:visited {text-decoration:none;}
A:active {text-decoration:none;}

.a_link
{
	color: #000088;
	font-family:Verdana;
	font-size:10pt;
	line-height:25pt;
}


/* Laptop/desktop ----------- */
@media only screen
and (min-device-width : 1024px)
{
.Mobiel {display: none;}

}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
{
.Mobiel {display: none;}
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
{

.Mobiel {display: none;}
}

@media handheld, only screen and (max-width: 767px) 
{
.PC {display: none;}
.kop {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	color: #000000;
	}
.standaard {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2;
	color: #ffffff;
	}
}