td {font-size: 12px}
th {font-size: 12px}


.tabel_inhoud
 {
 font-size:10pt;
 color: 000080;
 background: ffffff;
 padding-left: 0px;
 padding-right: 0px;
 valign: top;
 }

.inhoud
 {
 font-size:=10pt;
 color: 000080;
 background: ffffff;
 padding-left: 50px;
 padding-right: 50px;
 valign: top;
 }
.inhoud_mob
 {
 font-size:=10pt;
 color: 000080;
 background: ffffff;
 padding-left: 0px;
 padding-right: 10px;
 valign: top;
 }


.inhoud_scroll
 {
 font-size:10pt;
 color: 000080;
 background: ffffff;
 padding-left: 50px;
 padding-right: 0px;
 valign: top;
 width: 814px;
 height: 630px;
 z-index:-1;
 overflow: auto;
 }

.bottom
 {
 font-size:6pt;
 color: ffff00;
 background: 000080;
 }



body {background: #FFFFFF}
body {color: #000080}
body {font-family:Arial}
body {font-size:12pt}

A:link {color: #0000FF}
A:visited {color: #0000FF}
A:active {color: #0000FF}


/* Laptop/desktop ----------- */
@media only screen
and (min-device-width : 1024px)
{
.Mobiel {display: none;}
.kop
 {
 font-size:32pt;
 color: FFFF00;
 background: 000080;
 margin-left: 0;
 }
.standaard
 {
 font-size:12pt;
 color: 000080;
 background: ffffff;
 margin-left: 20px;
 }
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
{
.Mobiel {display: none;}
.kop
 {
 font-size:32pt;
 color: FFFF00;
 background: 000080;
 margin-left: 0;
 }
.standaard
 {
 font-size:12pt;
 color: 000080;
 background: ffffff;
 margin-left: 20px;
 }
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
{

.Mobiel {display: none;}
.kop
 {
 font-size:32pt;
 color: FFFF00;
 background: 000080;
 margin-left: 0;
 }
.standaard
 {
 font-size:12pt;
 color: 000080;
 background: ffffff;
 margin-left: 20px;
 }
}

@media handheld, only screen and (max-width: 767px) 
{
.PC {display: none;}
.kop {
	font-size: 18px;
	font-weight: bold;
	color: FFFF00;
	}

.standaard
 {
 font-size:12pt;
 color: 000080;
 background: ffffff;
 margin-left: 0px;
 }
}