body {
	margin: 0 0 0 0;
	font: 10px Verdana;
	color: #000000;
	background-color: #c2cfd6;
	scrollbar-face-color:#d8ff00;
	scrollbar-arrow-color:#fe1cb6;
	scrollbar-track-color:#6f7a80;
	scrollbar-shadow-color:#7bf300;
	scrollbar-highlight-color:#7bf300;
	scrollbar-3dlight-color:#fe1cb6;
	scrollbar-darkshadow-Color:#fe1cb6;
	background-image: url(img/bg_top.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

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------------- */ 
h1 {
	padding-left:15px;
	margin: 0;
	width: 320px;
	font-family: Arial;
	font-size:20px;
	font-weight:bold;
	color: #000000;
}
h2 {
	padding-right:15px;
	margin: 0;
	width: 229px;
	font-family: Arial;
	font-size:20px;
	font-weight:bold;
	color: #000000;
}

.bg_totaal {
	background: #BCC6D5;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.bg_table{
background-image: url(img/bg_totaal.gif);
background-repeat: repeat-y;
background-position: center;
}
.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: #BCC6D5;
border: 1px solid black;
}

.playerborder
{
border: 1px solid black;	
}


