BODY
{
	font-family: "Arial";
	font-size: 10pt;
	background-color: #fff;
	text-align: center;
}

A
{
	text-decoration: underline;
	color: #5b5c5d;
}

A.moreurl
{
	text-decoration: none;
}

A:hover
{
	color: #00abdc;
}

.video
{
	/*width: 548px;*/
	height: 170px;
	/*border: 1px solid #1a4199;*/
	background-color: #fff;
	margin: 10px auto;
}

.video div#title
{
	width: 548px;
	height: 20px;
	color: #fff;
	background-color: #00abdc;
	background-image: url('../images/nieuws.gif');
	background-repeat: no-repeat;
	/*text-align: center;*/
	padding-top: 3px;
	font-weight: bold;
}

.video div#player
{
	padding: 10px 5px 5px 5px;
	/* width: 575px; */
	border: 1px solid #00abdc;
}

.video div#player div#content
{
	margin: 10px auto;
	/* width: 425px; */
	text-align: left;
}

.video div#player div#content span
{
	color: #5b5c5d;
}

.video div#footer
{
	/* width: 587px; */
	height: 20px;
	color: #fff;
	background-color: #00abdc;
	text-align: center;
	padding-top: 3px;
	font-weight: bold;
}

.video div#footer a
{
	color: #fff;
	text-decoration: none;
}

.video div#footer a:hover
{
	text-decoration: underline;
}
