@charset "UTF-8";
/* CSS Document */

<!--
body {
	font: 100% Georgia;
	line-height: 14px;
	font-size: 12px;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 25px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #191919;
}

.tdlink
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.oneColElsCtr #container {
	width: 789px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColElsCtr #mainContent {
	padding-top: 0px;
	padding-left: 21px;
	padding-right: 24px;
	padding-bottom: 24px;
	background-image:url(../beelden/background_sunrays.png);
}
.oneColElsCtr #header {
	position: relative;
	
}

.toptable
{
	text-align: justify;
	padding-right: 12px;
	padding-left: 3px;
	padding-top: 15px;
	line-height: 13.5px;
}

.opa
{
	background: #ffe360;
	/*filter:alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;*/
	width: 500px;
	height: 272px;
	border-color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
	padding: 8px;
	vertical-align: top;
}

.text_td
{
	padding: 6px;
	background-color: #FFFFFF;
	text-align: justify;
	vertical-align: top;
}

.text_td_left
{
	padding: 6px;
	background-color: #FFFFFF;
	text-align: left;	
	vertical-align: top;
}

.redrect
{
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	padding-left: 42px;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}

.redrectlink
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	line-height: 18px;
}

.redrect_input
{
	line-height: 25px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: none;
	text-shadow: none;
	padding-left: 16px;
	height: 28px;
	width: 220px;
}

#dvPlayer
{
	background-color: #000000;
	font-family: helvetica, verdana, arial;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-color: #333333;
	border-style: solid;
	z-index: 1000;
	visibility: hidden;
}
-->