* {
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	left:0px;
	top:0px;
	margin-left:0px;
	margin-top:0px;
}
#newsticker {
	position: relative;
	height:360px;
	width:365px;
	left:20px;
	top:0px;
	margin-left:0px;
	margin-top:0px;
}
#newsticker ul {
	border: 0px;
	list-style: none;
	min-height: 1.6em;
	padding: 10px 15px;
	padding-right: 30px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
.hlKop {
	position: absolute;
	font-size: 14px;
	font-family:Arial,Trebuchet MS,Verdana,Tahoma;
	font-weight:bold;
	line-height:1.6em;
	color: white;
	left:25px;
	top:15px;
}

.hlTekst {
	position: absolute;
	font-size: 12px;
	font-family:Verdana,Arial,Trebuchet MS,Tahoma,Arial;
	line-height:1.5em;
	color: white;
	left:25px;
	top:75px;
}

.hlDatum {
	position: absolute;
	font-size: 12px;
	font-family:Verdana,Arial,Trebuchet MS,Tahoma,Arial;
	font-weight: bold;
	line-height:1.5em;
	color: white;
	left:25px;
	top:55px;
}

.hlLeesVerder {	position: absolute;
	font-size: 12px;
	font-family:Verdana,Arial,Trebuchet MS,Tahoma,Arial;
	color: white;
	left:25px;
	top:330px;
}