div.filmtitle {
	font-weight:bold;
	font-size:20pt;
	color:#000099;  /* dark top color */
	margin-top:40px;
}
div.filmdetails{
 	float:left;
 	width:200px;
	border-color:#000099;  /* dark top color */
	border-style:solid;
	border-width:1px;
}
div.filmbeschreibung {
	border-color:#000099;  /* dark top color */
	border-style:solid;
	border-width:1px;
	padding:10px;
	margin-left:0px;
	margin-right:20px;
	margin-top:20px;
}
div.filmspieltermine {
	border-color:#000099;  /* dark top color */
	border-style:solid;
	border-width:1px;
	padding:10px;
	margin-left:0px;
	margin-right:20px;
	margin-top:10px;
}
div.filmspieltermine a {
	color:#000099;
	text-decoration:none;
}
div.filmspieltermine a:visited {
	color:#000099;
	text-decoration:none;
}
div.filmspieltermine a:active {
	color:#000099;
	text-decoration:none;
}
div.filmspieltermine a:hover {
	color:#6fb7e4;;
	text-decoration:none;
}
div.filmbeschreibung img {
	margin:10px;
	float:right;
	border:0px;
}
table.filmdetails{
	width:100%;	
}
td.filmdetail {
	width:50px;
	vertical-align:top;
}
td.filmdetailcontent {
	font-weight:bold;
	vertical-align:top;
}
