body {
	margin: 0 0 0 0;
	font: 10px Verdana;
	color: #000000;
	background-color: #dddddd;
	background-image:url(img/bg_header.jpg);
	background-repeat: repeat-x;

}

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: 11px;
	color: black;
	padding: 15px;
	background-image:url(img/bg_txt.jpg);
	height:161px;
}
.txt2 {
	font-family: Verdana;
	font-size: 11px;
	color: black;
	padding: 11px;
	background-image:url(img/bg_txt2.jpg);
	height:126px;
}
.naam {
	background-image:url(img/bg_naam.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}

/* ---------Table styles------------- */ 


.bg_totaal {
	background: #fcfdc0;
	border-left: 3px solid #ff179b;
	border-right: 3px solid #ff179b;
}


.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: #ff0b94;
}

.playerborder
{
border: 1px solid #ff0b94;
}

