* {
  margin: 0;
  padding: 0;
}

html, body {
  color: black;
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  padding: 1em;
}

p {
  margin: 1em 0;
}
p, span, a, i, font{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: black;
  background-color: white;
  text-decoration: none;
}

hr {
  height: 2px;
  background: black;
  margin: 10px 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
  color: black;
  background-color: transparent;
  margin: 0.5em 0 ;
}

img {
  border: 0;
}

form ,
.navi,
#topright,
#footer,
#rightBox,
#right,
#nlBox,
#player-data,
#player,
.headerImg,
.linkimage {
  display: none;
}

#breadcrumbNavi li {
  display: inline;
}

.history {
  margin-bottom: 1em;
}

.yearlist a.selected {
  font-weight: bold;
}

#newsletter {
  display: none;
}

#titleBox-left, #titleBox-middle, #titleBox-right {
  float: left;
  width: 33%;
}

#leftNavi, #middleNavi, #rightNavi {
  float: left;
  width: 33%;
}

#leftNavi ul, #middleNavi ul, #rightNavi ul {
  list-style-type: none;
}

#films {
  display: block;
}

.films-header {
  display: none;
}

#films-container {
  width: 100% !important;
}

.film-box {
  float: left;
  list-style-type: none;
  width: 150px;
  height: 200px;
}

.cleaner {
  clear: both;
}

#breadcrumbNavi {
  display: none;
}
