#box {
  text-align: center;
}
#bbox {
  margin: auto;
  width: 565px;
  text-align: left;
}
#bg {
  background-image: url(../images/logo_beschnitten.png);
	width:565px;
	height:272px;
	margin:10px 0 0 0;
}
#content {
	width :559px;
	margin:3px;
}
#content td.title {
  padding: 5px 10px 5px 12px;
}
#content td.genre {
  width:1%;
  text-align:center;
  padding: 0px 12px 0px 10px;
}
#nav {
	width:563px;
	font-size:120%;
  margin: 1px;
}
#footer {
  background-image: url(../images/filmstreifen.png);
	width:565px;
	height:42px;
	margin:10px 0 0 0;
}
#nav td.dp {
  vertical-align: top;
  padding-top: 6px;
  color: #BD0A26;
  font-weight: bold;
}
#nav a:link, #nav a:visited {
 color: #000;
	display:block;
	margin:0;
	padding:5px;
	height:1em;
	border-bottom:5px solid #FFFFFF;
	text-align: center;
}
#nav a:hover {
	border-bottom:5px solid #BD0A26;
	text-align: center;
}
html>body #nav a:link, html>body #nav a:visited, html>body #nav a:active  {
	height:auto;
}

#nav a.act:link, #nav a.act:visited {
 color: #FFFFFF;
 background-color:#BD0A26;
}
#searchbox{
 margin-left: auto;
 margin-right:0;
 width: 195px;
 padding: 0;
 text-align: right;
}

a {
	color: #BD0A26;
	text-decoration: none;
	border: none;
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}
h1{
 font-size: 110%;
 line-height: 150%;
 text-align: center;
 color: #BD0A26;
 font-weight: bold;
 margin: 0 0 20px 0;
}
h2{
 font-size: 100%;
 line-height: 120%;
 text-align: left;
 color: #000;
 font-weight: bold;
 margin: 12px 0 3px 0;
}

hr {
 height: 0;
 border-bottom: 1px solid #990000;
 border-top: 0px;
}
img {
	border: none;
	margin:0;
}
img.movie {
	border: 1px dotted #990000;
	margin: 5px;
}
p {
  text-align:center;
}
table {
  width:100%;
  margin:0;
  padding:0;
  border-collapse:collapse;
}
table.contentlist td.label {
  width:1%;
  vertical-align: top;
  padding: 0px 0px 5px 12px;
}
table.contentlist td.text {
  vertical-align: top;
  padding: 0px 12px 5px 0px;
}
table.contentlist td.num {
  text-align: right;
  padding: 0px 12px 0px 10px;
}
table.minwidth {
  width:1%;
}
td {
  vertical-align:top;
}
td.dp {
  width:1px;
  text-align:center;
  vertical-align: top;
  padding: 0;
  color: #BD0A26;
  font-weight: bold;
}