html {
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
}
body {
  background-image:url(images/tile.png);
  font-family: "Times New Roman", Times, serif;
/* font-family: Verdana, Arial, Helvetica, sans-serif; */
  font-size: 1.0em;
}

img {
  border: none;
}
h1 {
  font-size: 2.0em;
  border-bottom: 3px solid #331f06;
}
h2 {
  font-size: 1.5em;
}
hr {
  color: #331f06;
  background-color: #331f06;
  height: 3px;
  border: 0;
  margin: 20px 0px 20px 0px;
}

a:link {
  text-decoration: none;
  font-weight: bold;
  color: #331f06;
}
a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #443017;
}
a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #331f06;
}
a:active {
  font-weight: bold;
  color: #331f06;
}

div#page {
  border: 3px solid #331f06;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0px 0px 0px;
  /*background-color: #96754f;*/
  background-color: #bea07d;
  color: #331f06;
  overflow: hidden;
  text-align: left;
}

div#title {
  border-bottom: 3px solid #331f06;
}

div#sidebar {
  border-right: 3px solid #331f06;
  width: 200px;
  float: left;
  padding-bottom: 1000em; 
  margin-bottom: -1005.5em;
  min-height: 1190px;
}

div#content {
  /*border-left: 3px solid #331f06;*/
  width: 722px;
  float: right;
  padding: 0px 40px 25px 35px;
}

div#footer{
  border-left: 3px solid #331f06;
  border-right: 3px solid #331f06;
  border-bottom: 3px solid #331f06;
  /*clear: both;*/
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #bea07d;
  color: #331f06;
}

#sidebar ul {
  text-align: center;
  font-variant: small-caps;
  font-weight: bold;
  text-decoration: none;
  padding-left: 0px;
  margin-left: 0px;
}
#sidebar li {
  list-style: none;
  font-size: 1.5em;
  line-height: 1.8em;
}

ul.trailer li {
  list-style-type: none;
  list-style-image: url(images/film.png);
  line-height: 1.8em;
  text-align: center;
}

.img_subtext {
  font-variant: small-caps;
  font-size: 1.0em;
  font-weight: bold;
  padding-top: 0px;
}

img.sidebar_img {
  border-top: 3px solid #331f06;
  border-bottom: 3px solid #331f06;
}

img.stills {
  margin: 3px 5px 3px 5px;
}


img.premfotos {
  border-top: 3px solid #331f06;
  border-bottom: 3px solid #331f06;
  border-right: 3px solid #331f06;
  border-left: 3px solid #331f06;
  margin: 0px 0px 0px 0px;
}

img.drehfotos {
  border-top: 3px solid #331f06;
  border-bottom: 3px solid #331f06;
  border-right: 3px solid #331f06;
  border-left: 3px solid #331f06;
  margin: 3px 5px 3px 5px;
}

img.fotos {
  border-top: 3px solid #331f06;
  border-bottom: 3px solid #331f06;
  border-right: 3px solid #331f06;
  border-left: 3px solid #331f06;
  margin: 3px 5px 3px 5px;
}

img.img_border {
  border-top: 3px solid #331f06;
  border-bottom: 3px solid #331f06;
  border-right: 3px solid #331f06;
  border-left: 3px solid #331f06;
}

img.logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

img.dvdcover {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

img.dvdcover_small {
  border-top: 3px solid #331f06;
  border-bottom: 3px solid #331f06;
  border-right: 3px solid #331f06;
  border-left: 3px solid #331f06;
}

div#newsletter {
  border: 3px solid #331f06;
  padding: 15px;
}


.success {
  border: 3px solid blue;
  background-color: #fff5a4;
  padding: 5px;
  color: blue;
  font-weight: bold;
  width: auto;
}
.failure {
  border: 3px solid red;
  background-color: #fff5a4;
  padding: 5px;
  color: red;
  font-weight: bold;
  width: auto;
}

input.button {
  margin: 5px;
  border: 3px solid #331f06;
}

div.entry {
  font-size: 1.2em;
  border: 3px solid #331f06;
  margin: 15px;
  width: 600px;
  text-align: left;
}

div.name {
  font-size: 1.4em;
  border-bottom: 3px solid #331f06;
  padding: 10px;
  font-weight: bold;
}

div.descr {
  padding: 10px;
}
table.new_entry {
  border: 3px solid #331f06;
  padding: 10px;
}

table.bestellform input {
  width: 100%;
}

table.bestellform {
  border: 0px solid black;
  border-collapse:collapse;
}

table.bestellform td {
  border: 0px solid black;
  padding: 5px;
  padding-right: 10px;
}

table.bestellform td.submit input {
  width: auto;
}

table.bestellform td.submit {
  text-align: center;
}

