body {
	margin: 0 0 0 0;
	font: 10px Verdana;
	color: #000000;
	background-image: url(img/bg.jpg);
	background-attachment: fixed;
}


td {
	font-family: Verdana;
	font-size: 11px;
}

h1 {
	margin: 0;
	width: 259px;
	font-family: Arial;
	font-size:30px; 
	font-weight:bold;
	color: #E10B00;
}

.titel {
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #FDB721; 
}

.txt {
	font-family: Verdana;
	font-size: 11px;
	color: black;
	vertical-align: top;
}

/* ---------Table styles------------- */ 

.bg_content {
	background-image: url(img/bg2.jpg);
	background-attachment: scroll;
	width: 798px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.case {
	background: #9396a6;
	width: 798px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

/* ----- 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: #40424d;
border: 1px solid #e10b00;
}

.playerborder
{
border: 1px solid black;	
}


