body {
	margin: 0 0 0 0;
	font: 10px Verdana;
	color: #A10000;
	background-color: #676A7A;
	background-image: url(img/pattern.gif);
}
td {
	font-family: Verdana;
	font-size: 11px;
}
.titel {
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #FDB721; 
}
.text
{
	background-image: url(img/bg_text.gif);
	width: 460px;
	height: 138px;
}

.verhaal {
	font-family: Verdana;
	font-size: 11px;
	color: #FFC639;
	padding-left: 5px;
	padding-right: 33px;
	padding-top: 5px;
	vertical-align: top;
	line-height: 13pt;
}

.speelduur {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}


/* ---------Table styles------------- */ 
.bg_totaal {
	background-image: url(img/bg_table.gif);
	border-left: 1px solid #e30000;
	border-right: 1px solid #e30000;
}

.bg_table{
	background: #FFC639;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 2px;
}
.case {
background-image: url(img/bg_case.jpg);
width: 808px;
}

/* ----- 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 #A10000;	
}

.bigpic{
border: 2px solid #FDB721;	
}

.control
{
border: 1px solid #6d6d6d;
background-image: url(img/control_bg.jpg);
}

.playerborder
{
border: 1px solid black;	
}


