body {
    margin: 0 0 0 0;
    font: 10px Verdana;
    color: #ffffff;
	 background-color: #9D156F;
	 background-image: url(../img/bg.jpg);
	 background-repeat: repeat-x;
	 background-attachment: scroll;

	 scrollbar-face-color:#2D4FDF;
    scrollbar-arrow-color:#92C6FB;
    scrollbar-track-color:#031075;
    scrollbar-shadow-color:#32343E;
    scrollbar-highlight-color:#92C6FB;
    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: 10px;
	color: #000000;
	padding-right: 5px;
	vertical-align: top;
	background-color: #8ABDF9;
	border: 1px solid #000000;
}

/* ---------Table styles------------- */ 

.bg_totaal {
	background: #2D4FDF;
	border-left: 3px solid #031075;
	border-right: 3px solid #031075;
}

.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: #FECC41;
	text-decoration:none;
}

a:hover {
	color: #FECC41;
	text-decoration:underline;
}


/* ---------Image en Player (standaard) ------------- */ 

.pict
{
border: 1px solid black;	
}

.bigpic{
border: 2px solid #FDB721;	
}

.control
{
background-color: #92C6FB;
border: 1px solid #FFFB00;
}

.playerborder
{
border: 1px solid black;	
}


