body {
  margin: 0 0 0 0;
  background-color: black;
  font: 9px Verdana;
  color: white;

scrollbar-face-color:#427627;
scrollbar-arrow-color:white; 
scrollbar-track-color:black;
scrollbar-shadow-color:#000000;
scrollbar-highlight-color:white;
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';

margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
}


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-color: #000000;
}
.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 black;	
}


.picts {
	border: 1px solid #ABEE29;
}

.bigpic{
border: 2px solid #FDB721;	
}

.control
{
background-color: #BCC6D5;
border: 1px solid black;
}

.playerborder
{
border: 1px solid black;	
}


