body {
	margin: 0 0 0 0;
	font: 10px Verdana;
	color: #ffffff;
	background-color: #48474F;
	scrollbar-face-color:#48474F;
	scrollbar-arrow-color:#FFCC00;
	scrollbar-track-color:#333333;
	scrollbar-shadow-color:#333333;
	scrollbar-highlight-color:#EEEEEE;
	scrollbar-3dlight-color:white;
	scrollbar-darkshadow-Color:black;
}

td {
	font-family: Verdana;
	font-size: 11px;
}

.titel {
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #FDB721;
}


.txt {
	font-family: Verdana;
	font-size: 11px;
	color: black;
	padding: 5px;
	vertical-align: top;
}
/* ---------Table styles------------- */ 

.bg_totaal {
	background: #333333;
	border-left: 2px solid #FFCC00;
	border-right: 2px solid #FFCC00;
}

.bg_table{
	background: #FDB721;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 2px;
}

.case {
	background-image:url(img/bg_case.jpg);
}

.nametxt {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #3399FF;
}
.filmtxt {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #3399FF;
}
/* ----- Link styles ---------*/

a,a:link,a:visited {
	color: white;
	text-decoration:none;
}

a:hover {
	color: black;
	text-decoration:underline;
}


/* ---------Image en Player (standaard) ------------- */ 

.pict
{
border: 1px solid #FFCC00;
}

.bigpic{
border: 2px solid #FDB721;
}

.control
{
background-color: #FFCC00;
border: 1px solid #FFCC00;
}

.playerborder
{
border: 1px solid black;
}

