body {
	margin: 0 0 0 0;
	font: 10px Verdana;
	color: #000000;
	background-color: #000000;
}
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------------- */ 

.bg_totaal {
	background: #f3e796;
	border-left: 8px solid #710808;
	border-right: 8px solid #710808;
}

.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;
}
.case_tright {
	background-image:url(img/bg_case_tright.gif);
}
.verhaal_right {
 	padding-left:28px;
 	padding-right:14px;
 	padding-top:12px;
}

/* ----- 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 #f3e796;
}
.pict2
{
border: 1px solid #710808;
}

.bigpic{
border: 2px solid #FDB721;	
}
.control
{
background-color: #710808;
border-top: 1px solid #f3e796;
}


.playerborder
{
border: 1px solid black;	
}


