/* CSS Document */

#selectie_info, .voorstelling{
	width: 480px;
	float: left;
}

#selectie_info{
	padding-bottom: 20px;
	font-size: 1.4em;
}

.voorstelling {
	padding-bottom: 15px;
	border-top: 1px dotted;
}

.film 		.voorstelling{border-top-color: #DF2916;}
.humor 		.voorstelling{border-top-color: #a8ca07;}
.cowboys 	.voorstelling{border-top-color: #EC3089;}
.theater 	.voorstelling{border-top-color: #d5c404;}
.muziek 	.voorstelling{border-top-color: #2FC2F2;}
.opdekoffie .voorstelling{border-top-color: #14D17F;}
.literair 	.voorstelling{border-top-color: #AE2AD4;}

.datum{
	color: #666666;
	font-size: 1em;
	width: 250px;
	margin: 6px 0 6px 0;
}
.thumbnail {
	height: 84px;
	width: 84px;
	float: left;
	z-index: 0;
	margin-bottom: 20px;
}
.thumbnail img {
	behavior: url("scripts/pngfix.htc");
	position: absolute;
	z-index: 1;
} 
.thumbnail .thumbhoover img {
	height: 64px;
	width: 64px;
	top: 0px;
	left: 0px;
	margin: 10px 11px 10px 9px;
	position: relative;
	visibility: visible;
	z-index: 2;
}
.inhoudkort{
	width: 370px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	z-index: 1;
	font-size: 1.2em; /* 12px */
	margin-top: 3px;
}

.inhoudkort .uitvoerder{
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 2px;
	width: 300px;
}

.inhoudkort .titel {
	font-weight: normal;
	font-size: 1.2em; /* 14px */
	margin-top: 2px;
	margin-bottom: 2px;
	width: 300px;
	color: #333333;
}

.voorstelling .genrelabel {
	font-size: 1.2em;
	width: 150px;
	float: right;
	padding: 2px 0px 0px 0px;
	height: 12px;
	color: #FFFFFF;
	margin: 4px 0px 2px -150px;
	z-index: 2;
	visibility: visible;
	position: inherit;
	right: 0px;
	top: 0px;
	text-decoration: none;
	text-align: right;
}

.voorstelling .logovlieg {
	width: 42px;
	height: 30px;
	float: right;
	margin: 24px 0px 2px -30px;
	z-index: 3;
	visibility: visible;
	position: inherit;
	right: 0px;
	top: 0px;
	text-decoration: none;
	text-align: right;
}
.voorstelling .logovlieg img {
	behavior: url("scripts/pngfix.htc");
}