/* Grundformatierungen */

body {
  font: 12px verdana, helvetica, sans-serif;
  color: #FFF;
  margin: 0;
  background: #000;
}

img {
  border: 0;
}

a {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid #FFF;
}

a:link {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid #FFF;
}

a:visited {
  color: #8EBFFA;
  text-decoration: none;
  border-bottom: 1px solid #8EBFFA;
}

a:hover {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid #8EBFFA;
}

a:active {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid #8EBFFA;
}

a:focus {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid #FFF;
}

a img {
  border: 0px;
  border-bottom: 0px;
}

.imagelink {
  border: 0px !important;
  border-bottom: 0px !important;
}

.darklinks a {
  color: #BE6B1F;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.darklinks a:link {
  color: #BE6B1F;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.darklinks a:visited {
  color: #F3AC38;
  text-decoration: none;
  border-bottom: 1px solid #F3AC38;
}

.darklinks a:hover {
  color: #BE6B1F;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.darklinks a:active {
  color: #BE6B1F;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.darklinks a:focus {
  color: #BE6B1F;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

p {
  margin: 12px 5px;
}

h1 {
  font-size: 18px;
  font-variant: small-caps;
  margin: 0 5px 5px;
}

h3 {
  font-size: 14px;
  margin: 0 5px 5px;
}

h4 {
  font-size: 12px;
  margin: 0 5px 4px;
}

h5 {
  font-size: 18px;
  margin: 0 5px 5px;  
}

h6 {
  font-size: 12px;
  color: #000;
}

hr {
  clear: both;
  width: 98%;
  height: 1px;
  color: #000;
  border: 0;
  background-color: #FFF;
}

small {
  font-size: 10px;
}

/* Seitenlayout */

#container {
  width: 760px;
  margin: 0;
  padding: 0;
}

#header {
  height: 158px;
  margin: 0;
}

#header img {
  display: block;
  float: left
  border: 1;
}

/* Men&uuml; */

#menu, #menu ul {
  width: 760px;
  height: 20px;
	list-style: none;
  margin: 0 0 1px;
  padding: 0px;
  background: #FFF; /*  url(images/seite/menuback.jpg) */
  z-index: 2;
}

#menu ul li {
  background: #286BC4;
  z-index: 2;
}

#menu a {
  font-size: 10px;
	display: block;
	width: 100px;
  color: #000;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  padding: 3px;
}

#menu a:hover {
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

#menu li {
  float: left;
	width: 108px;
  z-index: 2;
}

#menu li ul a {
  color: #FFF;
  font-weight: normal;
  text-align: left;
  border-top: 1px solid #6CAFF8;
  border-left: 1px solid #6CAFF8;
  border-right: 1px solid #175AB3;
  border-bottom: 1px solid #175AB3;
  background: #4A8DE6;
}

#menu li ul a:hover {
  border-top: 1px solid #175AB3;
  border-left: 1px solid #175AB3;
  border-right: 1px solid #5B9EF9;
  border-bottom: 1px solid #5B9EF9;
}

#menu li ul {
	position: absolute;
	width: 108px;
	left: -999em;
  z-index: 2;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
  z-index: 2;
}

/* Positionierung und Layout des Inhalts */

/*
#newsticker {
  position: absolute;
  display: block;
  top: 180px;
  left: 0;
  width: 758px;
  height: 17px;
  border: 1px solid #FFF;
  background: #A30808;
}
*/

#leftbar {
  float: left;
  width: 145px;
}

.leftbarcontent {
  float: left;
  width: 143px;
  font-size: 11px;
  margin-top: 1px;
  border-top: 1px solid #4A8DE6;
  border-left: 1px solid #4A8DE6;
  border-right: 1px solid #175AB3;
  border-bottom: 1px solid #175AB3;
  background: #286BC4;
}

.leftbarcontent p {
  margin: 5px 2px;
}

.leftbarcontent p .dvdautomat {
  margin: 5px 0;
}

.leftbarcontent ul {
  list-style-type: none;
  margin: 2px;
  padding: 2px;
}

.leftbarcontent ol {
  margin-left: 20px;
  padding-left: 4px;
}

#rightbar {
  float: right;
  width: 145px;
}

.rightbarcontent {
  float: right;
  width: 143px;
  font-size: 11px;
  margin-top: 1px;
  border-top: 1px solid #4A8DE6;
  border-left: 1px solid #4A8DE6;
  border-right: 1px solid #175AB3;
  border-bottom: 1px solid #175AB3;
  background: #286BC4;
}

.rightbarcontent p {
  margin: 5px 2px;
}

#msbox {
  display: block;
  float: right;
  width: 328px;
  height: 490px;
  font-size: 11px;
  color: #BE6B1F;
  margin: 1px 0 0 0;
  background: #F3AC38;
}

.msboxtop div {
  background: url('images/seite/msboxtopleft.png') no-repeat top left;
}
.msboxtop {
  background: url('images/seite/msboxtopright.png') no-repeat top right;
}
.msboxbottom div {
  background: url('images/seite/msboxbottomleft.png') no-repeat bottom left;
}
.msboxbottom {
  background: url('images/seite/msboxbottomright.png') no-repeat bottom right;
}

.msboxtop div, .msboxtop, .msboxbottom div, .msboxbottom {
  width: 100%;
  height: 6px;
  font-size: 1px;
}

.msboxcontent {
  height: 478px;
  margin: 0 6px;
  background: #E6E2D7;
}

#msbox p {
  margin: 0;
}

#homepage {
  float: left;
  width: 283px;
  height: 488px;
  margin: 1px 0 0 1px;
  padding: 0;
  border-top: 1px solid #4A8DE6;
  border-left: 1px solid #4A8DE6;
  border-right: 1px solid #175AB3;
  border-bottom: 1px solid #175AB3;
  background: #286BC4;
}

* html #homepage {
  height: 488px; /* Gr&ouml;ssenanpassung/Hack f&uuml;r den IE */
}

#content {
  float: left;
  width: 468px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

* html #content {
  position: relative;
  top: 20px;
}

#trailer {
  float: right;
  width: 614px;
  margin: 1px 0 0 1px;
}

#bannertop {
  float: right;
  width: 614px;
  margin: 1px 0 0 0;
}

#bannertop img {
  display: block;
  border: 0;
}

#bannerred {
  display: block;
  width: 598px;
  float: right;
  margin-bottom: 1px;
  border: 4px solid #F00;
  padding: 4px;
}

#bannerbottom {
  float: right;
  margin: 1px 0 0 0;
  padding: 0;
}

* html #bannerbottom {
  top: 860px; /* Gr&ouml;ssenanpassung/Hack f&uuml;r den IE */
}

#bannerbottom img {
  display: block;
  border: 0;
}

#bannerright {
  position: absolute;
  top: 180px;
  left: 761px;
  padding: 0;
}

* html #bannerright {
  position: absolute; /* Gr&ouml;ssenanpassung/Hack f&uuml;r den IE */
  left: 761px;
  margin: 0;
  padding: 0;
}

#bannerright img {
  display: block;
  border: 0;
}

.contentleft {
  float: left;
  width: 49%;
  margin: 1px;
}

.contentright {
  float: right;
  width: 49%;
  margin: 1px;
}

.nuggikino {
  width: 458px;
  color: #000;
  padding: 5px;
  background: #FFF;
}

.shopitem {
  clear: both;
  margin: 5px 0 20px;
}

.shopitem img {
  float: left;
}

.shopitem h4 {
  float: right;
  width: 260px;
  margin-left: 2px;
}

.shopitem p {
  float: right;
  width: 262px;
  margin-left: 2px;
}

.shopitem label {
  width: 220px;
}

#datacontainer {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 100%;
}

#datacontainer ol {
  line-height: 20px;
}

#msdatacontainer {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 100%;
  color: #BE6B1F;
}

#msdatacontainer ol {
  line-height: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
  padding: 0 5px;
  margin: 0;
}

td {
  vertical-align: top;
}

.cells {
  border: 1px solid #FFF;
}

td img {
  display: block;
  border: 0;
}

td p img {
  display: inline;
  border: 0;
}

.full {
  border-collapse: collapse;
  empty-cells: hide;
  margin-bottom: 20px;
}

.comingsoon tr {
  border-bottom: 1px solid #286BC4;
}

.dates {
  width: 48px;
  text-align: center;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #000;
  background: #A30808;
}

.times {
  width: 48px;
  height: 5em;
  text-align: center;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #000;
  background: #286BC4;
}

form p {
  margin: 12px 0;
}

fieldset {
  border: 0;
  padding: 0 5px;
  margin: 0;
  margin-top: 10px;
}

legend {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}

label {
  float: left;
  width: 100px;
}

.kindergeburtstag fieldset label {
  float: left;
  width: 200px;
}

.rentakino fieldset label {
  float: left;
  width: 200px;
}

input {
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
}

textarea {
  width: 96%;
}

input.newslettertext {
  width: 133px;
  font-size: 11px;
  color: #FFF;
  border-top: 1px solid #0649A2;
  border-left: 1px solid #0649A2;
  border-right: 1px solid #4A8DE6;
  border-bottom: 1px solid #4A8DE6;
  background: #175AB3;
  padding: 1px 2px;
}

input.newslettersubmit {
  font-size: 11px;
  color: #FFF;
  border-top: 1px solid #4A8DE6;
  border-left: 1px solid #4A8DE6;
  border-right: 1px solid #175AB3;
  border-bottom: 1px solid #175AB3;
  margin-top: 2px;
  background: #397CD5;
}

input.newslettersubmit:active {
  border-top: 1px solid #0649A2;
  border-left: 1px solid #0649A2;
  border-right: 1px solid #4A8DE6;
  border-bottom: 1px solid #4A8DE6;
  margin-top: 2px;
	background: #175AB3;
}

.highlight {
  color: #C52A2A;
}

.spacer {
  clear: both;
}

.openairkino td {
  text-align: left;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #000;
  background: #A30808;
}

.title td {
  text-align: center;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #000;
  background: #286BC4;
}

.openairkino a:link {
  color: #8EBFFA;
  text-decoration: none;
  border-bottom: 1px solid #8EBFFA;
}

.openairkino a:hover {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid #8EBFFA;
}

.redcell {
  background: #A30808;
}

.reservation {
  margin-bottom: 1em;
}
