.kleur0 {
	color: #000000;
}

.kleur1 {
	color: #333333;
}

.kleur2 {
	color: #666666;
}

.kleur3 {
	color: #999999;
}

.kleur4 {
	color: #CCCCCC;
}

.kleur5 {
	color: #FF3300;
}

.kleur6 {
	color: #FFFFFF;
}

.themaHP {
	background-color: #99CC99;
}

.themaAN {
	background-color: #FF6666;
}

.themaME {
	background-color: #FF99FF;
}

.themaFS {
	background-color: #999999;
}

.themaPJ {
	background-color: #9999CC;
}

span.dag {
	font-weight: bold;
	font-size: 28px;
	position: relative;
	z-index: 1;
	top: 16px;
	left: 82px;
	text-align: right;
}

span.zaalklein {
	font-size: 12px;
}

span.zaal {
	font-weight: bold;
	font-size: 16px;
}

span.tijd {
	font-size: 9px;
	position: relative;
	z-index: 2;
}

span.filmkop {
	font-size: 10px;
}

span.regisseur {
	font-size: 9px;
	font-style: italic;
}

span.filmcapsule {
	font-size: 9px;
}

span.filmduur {
	font-size: 9px;
}

td.filmtijd {
	font-size: 10px;
	width: 35px;
}

td.filmspace {
	font-size: 11px;
	width: 35px;
}

.rechts {
	text-align: right;
}

.onder {
	vertical-align: bottom;
}

.boven {
	vertical-align: top;
}

.zalen {
	width: 130px;
	vertical-align: top;
}

tr.regel {
	height: 100px;
}

td.film {
	vertical-align: top;
	padding: 2px;
}

a.filmtitel:link {
	color: #333333; background-color: transparent; text-decoration: none;
}
a.filmtitel:visited {
	color: #333333; background-color: transparent; text-decoration: none;
}
a.filmtitel:hover {
	color: #FF3300; background-color: transparent; text-decoration: underline;
}
a.filmtitel:active {
	color: #FF3300; background-color: transparent; text-decoration: underline;
}


