/* ---------Algemene styles------------- */ 

body {
    margin: 0 0 0 0;
    font: 10px Verdana;
    color: #000000;
	 background-color: #FFF7D6;

	 scrollbar-face-color:#0E609A;
    scrollbar-arrow-color:#FDB721;
    scrollbar-track-color:#FEE8AC;
    scrollbar-shadow-color:#163A54;
    scrollbar-highlight-color:#FFF7D6;
    scrollbar-3dlight-color:#C1E2F9;
    scrollbar-darkshadow-Color:#F1338E;
}

td {
	font-family: Verdana;
	font-size: 10px;
}

/* ---------Text styles------------- */ 

.txt {
	font-family: Verdana;
	font-size: 11px;
	color: black;
	padding: 0px;
	vertical-align: top;
}

.btxt {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #32343E;
}

.copyright {
	font-family: Verdana;
	font-size: 10px;
	color: #0E609A;
}

/* ---------Hier de link styles------------- */ 

a,a:link,a:visited {
	color: #F1338E;
	text-decoration:none;
}

a:hover {
	color: black;
	text-decoration:underline;
}

/* ---------Table styles------------- */ 

.bg_totaal {
background-image: url(img/bgtotaal.jpg);
width: 832px;
}

.bg_table{
background-image: url(img/bg_table.jpg);
}

.header_bg {
	background-image: url(img/header_bg_txt.jpg);
}

/* ---------Image en Player (standaard) ------------- */ 

.pict
{
border: 1px solid #F1338E;	
}

.bigpic{
border:  1px solid black;	
}

.control
{
background-color: #0E609A;
border: 1px solid #FDB721;
}




