body { 
	color: black; font-size: 30px; font-family: mono;  	
	background: black url('/demo327/images/infokanaal.jpg') no-repeat;
	height: 384px;
	overflow: hidden;
}
div { position: absolute; }

.kop { 
	top: 20px; left: 15px;  width: 530px; height: 45px;
	/*font-family :  "Myriad Pro Light", "Courier New"; font-size: 60px;font-weight: bold;*/
	font-family :  "Serpentine Std Medium", "Courier New"; font-size: 26px; font-weight: bold;
	color: #0A9EE4;
	overflow: hidden;white-space: nowrap;
}
.bericht { 
	top: 85px; left: 15px; width: 425px;height: 240px; 
	font-family : "Monospac821 BT", "Bitstream Vera Sans Mono", "Luxi Mono", monospace; font-weight: bold; font-size: 16px;
	color: black;
	line-height: 24px;
	overflow: hidden;

}

.datum { 
	top: 360px; left: 25px; width: 230px;
	font-family: "Serpentine Std Medium", "Zurich CN BT","Zurich BdEx BT", "Bitstream Vera Sans Mono","sans serif"; font-size: 12px; font-weight: normal;
	text-align: left; white-space: nowrap;overflow: hidden;
	color: black;
}
.positie {
	top: 360px; left: 330px; width: 100px; text-align: right; 
	font-family: "Serpentine Std Medium", "Zurich CN BT","Zurich BdEx BT", "Bitstream Vera Sans Mono","Zurich CN BT","sans serif"; font-size: 12px;font-weight: normal; 
	color: black;
	overflow: hidden;white-space: nowrap;
}

img {
	display: block;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	border : 1px solid black;
}




