body {
    margin: 0 0 0 0;
    font: 10px Verdana;
    color: #000000;
     background-color: #6F92FA;
	  background-image: url(../img/bg.jpg);
     background-repeat: repeat-x;
     background-position: top;

     scrollbar-face-color:#F88FE5;
    scrollbar-arrow-color:#FDB721;
    scrollbar-track-color:#6F92FA;
    scrollbar-shadow-color:#32343E;
    scrollbar-highlight-color:#BCC6D5;
    scrollbar-3dlight-color:white;
    scrollbar-darkshadow-Color:black;
}

td {
	font-family: Verdana;
	font-size: 11px;
}

.titel {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: black; 
}

.txt {
	font-family: Verdana;
	font-size: 10px;
	color: black;
	padding-right: 5px;
	vertical-align: top;
}

/* ---------Table styles------------- */ 

.bg_totaal {
    background-color: #F88FE5;
    border-left: 2px solid #0E4B73;
    border-right: 2px solid #0E4B73;
}

.bg_table{
	background: #FDB721;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 2px;
}

.case {
background-image: url(../img/case_bg.jpg);
}

/* ----- 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: #F88FE5;
border: 1px solid #0F4C74;
}

.playerborder
{
border: 1px solid black;	
}


