body {
	margin: 0 0 0 0;
	font: 10px Verdana;
	color: #000000;
	background-color: #dedfee;
	scrollbar-face-color:#676A7A;
	scrollbar-arrow-color:#FDB721;
	scrollbar-track-color:#BCC6D5;
	scrollbar-shadow-color:#32343E;
	scrollbar-highlight-color:#BCC6D5;
	scrollbar-3dlight-color:white;
	scrollbar-darkshadow-Color:black;
	background-image:url(img/bg.jpg);
	background-repeat: repeat-x;
}


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: 10px;
	color: black;
	padding-right: 5px;
	vertical-align: top;
}

/* ---------Table styles------------- */ 

.bg_totaal {
	background: #e9e9e9;
	border-left: 3px solid #4d5498;
	border-right: 3px solid #4d5498;
}
.bg_txt {
	background-image:url(img/bg_txt.png);
	padding-top:0px;
	padding-left:14px;
	color:#ffffff;

}
.bg_cases {
	background-image:url(img/bg_cases.jpg);
	background-repeat: repeat-x;
	background-color: #e5e4e9;
}
.movie {
	background-image:url(img/bg_movie.png);
	padding-left:8px;
	}

.bg_table{
	background: #FDB721;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 2px;
}

.case {
	background: #32343E;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ----- Link styles ---------*/

a,a:link,a:visited {
	color: black;
	text-decoration:none;
}

a:hover {
	color: black;
	text-decoration:underline;
}


/* ---------Image en Player (standaard) ------------- */ 

.pict
{
border: 1px solid #4d5498;	
}

.bigpic{
border: 2px solid #FDB721;	
}

.control
{
background-color: #E17E00;
}

.playerborder
{
border: 1px solid #A00000;
}


