body {
    margin: 0 0 0 0;
    font: 10px Verdana;
    color: #000000;
	 background-color: #7EB1FC;

	 scrollbar-face-color:#4B77CF;
    scrollbar-arrow-color:#222F47;
    scrollbar-track-color:#E0EBFE;
    scrollbar-shadow-color:#222F47;
    scrollbar-highlight-color:#7EB1FC;
    scrollbar-3dlight-color:white;
    scrollbar-darkshadow-Color:black;
	 
	 background-image: url(img/bg.jpg);
	 background-repeat: repeat-x;
}

td {
	font-family: Verdana;
	font-size: 10px;
}

.bgtotaal {
	background-image: url(img/bg_totaal.jpg);
	background-repeat: repeat-y;
	border-left: 1px solid #FA169C;
	border-right: 1px solid #000000;
}

.bgtitel {
	background-image: url(img/titel_bg.jpg);
	height: 24px;
}

.bgfotos {
	background-image: url(img/bgfotos.jpg);
	width: 430px;
}

.categorie {
	font-family: Verdana;
	font-size: 10px;
	color: white;
	padding-top: 2px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	padding-right: 6px;
}

.txt {
	background-image: url(img/bgfotos.jpg);
	font-family: Verdana;
	font-size: 10px;
	color: black;
	padding-top: 7px;
	padding-left: 10px; 
	padding-right: 4px;
}

.control
{
	background-color:white;
	border: 1px solid black; 
}

.play_txt {
	font-family: Verdana;
	font-size: 10px;
	color: white;
}

a {
  text-decoration:none;
}

a:link,a:visited {
  color:white;
}

a:hover {
  color:white;
  text-decoration:underline;
}
.copyright {
	font-family: Verdana;
	font-size: 10px;
}




