body {
    margin: 0 0 0 0;
    font: 10px Verdana;
    color: #000000;
	 background-color:#5D5D5D; 
	 background-image: url(../img/bg.jpg);

     scrollbar-face-color:#FF4204;
    scrollbar-arrow-color:#FF990E;
    scrollbar-track-color:#FF990E;
    scrollbar-shadow-color:#680E08;
    scrollbar-highlight-color:#F4CD03;
    scrollbar-3dlight-color:white;
    scrollbar-darkshadow-Color:black;
}

td {
    font-family: Verdana;
    font-size: 10px;
}

.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;
}

.vpstxt {
    font-family: Verdana;
    font-size: 10px;
	 background-color: #19C7EA;
    color: black;
    padding: 4px;
    width: 200px;
    vertical-align: top;
}

.vpspic
{
border: 1px solid #19C7EA;
}

/* ---------Table styles------------- */ 

.bg_totaal {
    background-image: url(../img/bg_totaal.gif);
    background-repeat: repeat-y;
    border-left: 3px solid #FF990E;
    border-right: 3px solid #FF990E;
    width: 806px;
}

.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;	
}

.bigpic{
border: 2px solid #FDB721;	
}

.control
{
background-color: #EF9300;
border: 1px solid black;
}

.playerborder
{
border: 1px solid black;	
}


