@charset "UTF-8";

@media all
{

  table.filmblock {
	padding: 0;
  }
  
  table.filmtextblock {
	border-collapse: collapse;
  }
  
  table.filmtextblock td {
	border: 2px solid #d3d3d3;
  }
  
  table.filmtextblock .datum td {
  	width: 55px;

  	background: #e2e3e4;
	color: #b7101d;
	text-align: center;
	padding: 10px 5px 4px 5px;
	font-weight: bold;
  }

  table.filmtextblock .zeit td {
  	width: 55px;
  	background: #fff;
  	color: #58585a;
	text-align: center;
	padding: 5px;
	vertical-align: top;
  }

  span.filmtitel {
  	color: #58585a;
  	font-size: 116.67%;
  	font-weight: bold;

  }

  span.filmstart {
  	color: #b7101d;
  	font-size: 116.67%;
  	font-weight: normal;
  }
  
  span.filmstart_raquo {
  	color: #B9B9B9;
  	font-size: 116.67%; 
  	padding-right: 5px; 	
  }
  
  p.titel a, p.filmstart a {
  	cursor: pointer;
  }
  
  p.titel a:hover {
  	text-decoration: none;
  	background: #fff;
  }
 
  div#filmimg {
  	padding: 15px;
  	border: 1px solid #eaebeb;
  	cursor: pointer;
  }
 
  div#filmimg:hover {
  	padding: 15px;
  	background: #fff;
  	border: 1px solid #eaebeb;
  	cursor: pointer;
  }
 
  a.filminfo {
  	color: #58585a;
  	text-decoration: none;
  	float: right;
  }

  a.filminfo:hover {
  	color: #b7101d;
  	text-decoration: none;
  }

 
}
