#fotoplayer {
	width: 350px;
	height: 233px;
	display: block;
	position: relative;
	background-color: black;
}

#video {
	width: 350px;
	background-color: #ccd7db;
	text-align: center;
}

#perscitaat {
	background-color: #ccd7db;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px;
	margin-top: 20px;
}

#auteur {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	text-align: right;
}

#auteur a:link, #auteur a:visited 	{color: #2e71a6; text-decoration: none;}
#auteur a:hover, #auteur a:focus	{color: orange; text-decoration: underline;}
#auteur a:active 					{color: red;}

.lijn {
	width: inherit;
	height: 2px;
	display: block;
	top: 0px;
	margin-bottom: 10px;
	position: relative;
	background-color: #2e71a6;
	line-height: 0px;
	font-size: 0px;
}

.speellijst {
	width: 580px;
	height: 340px;
	margin-bottom: 20px;
	position: relative;
	display: block;
}

.tabel {
	width: 350px;
	padding: 0px;
	margin: 0px;
}

.tabel td.header {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	color: white;
	background-color: #2e71a6;
	display: block;
}

.tabel tr {
	width: 350px;
}

.tabel td {
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	border-right: 1px solid #dfeaee;
	border-bottom: 1px solid #dfeaee;
	background: #fff;
	padding-top: 1px;
	padding-bottom: 1px;
	color: black;
	display: block;
	float: left;
}

.tabel td.alter {
	background: #dfeaee;
}

.tabel td#kolom1 {width: 90px; padding-left: 5px; padding-right: 5px;}
.tabel td#kolom2 {width: 42px; padding-left: 5px; padding-right: 5px;}
.tabel td#kolom3 {width: 78px; padding-left: 5px; padding-right: 5px;}
.tabel td#kolom4 {width: 100px; padding-left: 5px;}

.naarboven {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	text-align: right;
	height: 25px;
}

.naarboven a:link, .naarboven a:visited 	{color: #2e71a6; text-decoration: none;}
.naarboven a:hover, .naarboven a:focus	{color: orange; text-decoration: underline;}
.naarboven a:active 					{color: red;}

.castsmall { font: 10px Arial, Helvetica, sans-serif; }

.stempel {
	float: right;
	z-index: -1;
}

.klikOpen {
	cursor:  pointer;
	color: #2e71a6;
}

.verborgenBlok {
	background-color: white;
	display: none;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sluitBox {
	width: 15px;
	height: 15px;
	background-image: url(../images/closeBttn.jpg);
	display: block;
	float: right;
}