/* CSS Document */

/* kleuren
rood: #C40109
oranje: #ECBF00
groen: #73AA37
blauw: #373D8F
*/

body {
	font: Verdana, Arial, sans-serif;
	font-family: Verdana, Arial, sans-serif;
	background-color: black;
	margin: 0px;
	font-size: 12px;
}

h1 {
	margin: 0px;
	font-size: 14px;
}
p {
	margin: 0px;
}

.td_lb {
	background-color: #C40109;
}
.td_lm {
	background-color: black;
}
.td_lo {
	background-color: #C40109;
}
.td_adres {
	background-color: #C40109;
	background-image: url(images/achtergrond-adres01.jpg);
	color: white;
	font-size: 10px;
	height: 20px;
	vertical-align: middle;
	padding-left: 10px
}
.td_adres A {
	color: #CCCCCC;
	text-decoration: none;
}
.td_adres A:hover {
	text-decoration: underline;
}

.td_sectie {
	height: 20px;
}

.td_reserveerformkop {
	font-size: 9px;
	font-weight: bold;
	vertical-align: top;
}



#sectie_algemeen {
	background-color: #C50009;
}
#line_algemeen {
	border-color: #C50009;
}

#sectie_filmtheater {
	background-color: #ECBF00;
}
#line_filmtheater {
	border-color: #ECBF00;
}

#sectie_producties {
	background-color: #373D8F;
}
#line_producties {
	border-color: #373D8F;
}

#sectie_educatief {
	background-color: #73AA37;
}
#line_algemeen {
	border-color: #73AA37;
}

.td_overzicht {
	/*height: 357px;*/
	background-color: black;
	color: white;
	background-image: url(images/achtergrond-content01.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}
.toplinks {
	color: white;
	font-size: 10px;
	height: 20px;
}
.toplinks A {
	color: white;
	text-decoration: none;
}
.toplinks A:hover{
	text-decoration: underline;
}
.td_poster {
	background-color: black;
	vertical-align: top;
}
.td_rb {
	background-color: #C40109;
}
.td_rm {
	background-color: white;
}
.td_ro {
	background-color: #C40109;
}
.td_fotos {
	background-color: black;
	vertical-align: top;
}
.td_content {
	background-color: white;
	color: black;
	vertical-align: top;
	padding: 3px;
}
.div_content {
	min-height: 300px;
	max-height: 450px;
	overflow: auto;
	padding-left: 40px;
	padding-right: 10px;
}
.div_content A {
	color: #666666;
	text-decoration: none;
}
.div_content A:hover {
	color: black;
	text-decoration: underline;
}
.td_korteinfo {
	padding-left: 40px;
	padding-top: 10px;
	line-height: 200%;
	/*background-color:#FFCC66;*/
	vertical-align: top;
}
.td_maandagenda {
	/*background-color: #006699;*/
	vertical-align: top;
	padding-top: 10px;
	text-align: right;
	overflow-x: hidden;
	overflow-y: scroll;
}
.td_maandnavigatie {
	color: #C50009;
	font-size: 14px;
	text-align: right;
}
#uitlijn_rechts {
	text-align: right;
}
#maandnavigatie_filmtijden {
	color: #FFFFFF;
	font-size: 9px;
	padding-bottom: 9px;
	text-align: right;
}
.td_maandagenda A {
	text-decoration: none;
	color: #E1A200;
}
.td_maandagenda A:hover {
	text-decoration: underline;
	color: white;
}

#foto_datumtijd {
	color: white;
	text-align: right;
	font-size: 10px;
}
#foto_reserveer {
	color: #73AA37;
	text-align: right;
	font-size: 10px;
}
#foto_reserveer A {
	color: #73AA37;
	text-decoration: none;
}
#foto_reserveer A:hover {
	text-decoration: underline;
	color: #ECBF00;
}

#foto_vol {
	color: #C50009;
	text-align: right;
	font-size: 10px;
}
#foto_maand {
	color: #ECBF00;
	text-align: right;
	font-size: 11px;
	font-style: italic;
}

.content_filmtitel {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 7px;
	border-bottom: solid 2px #E7BB00;
}
.content_filmcredits {
	font-size: 10px;
	font-style: italic;
	margin-bottom: 5px;
}
.content_titel {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	border-bottom: solid 2px #C50009;
}

.content_verwachttitel {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 7px;
	border-bottom: solid 2px #E7BB00;
}
.content_verwachtshortdes {
	font-size: 10px;
	margin-bottom: 5px;
}

.content_newstitel {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 7px;
	border-bottom: solid 2px #C50009;
}
.content_popupmovieinfo {
	position: absolute;
	top: 140px;
	left: 110px;
	width: 340px;
	height: auto;
	visibility: hidden;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #ECBF00;
	padding: 4px;
	text-align: left;
	background: #000000;
	z-index: 2;
}