﻿@CHARSET "UTF-8";

body {
	background-image: url(../images/bg_color.gif);
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #332b24;
}

#body {
	background-image: url(../images/bg_top_rand.gif);
	background-repeat: repeat-x;
}

#MainTopBg {
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}

#MainMiddleBg {
	background-image: url(../images/bg_mitte.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
}

#MainBottomBg {
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 530px;
	margin: 0px;
}

#MainBottomBg div.buttons {
	padding: 360px 0px 0px 420px;
}

#impressum {
	text-align: center;
	color: #795F50;
	margin: 50px 0px 0px 0px;
}

#Content {
	width: 820px;
	margin: auto;
	padding: 200px 0px 0px 0px;
}

#ContentTop {
	margin: 0px 0px 60px 0px;
}

#ContentLeftColumn {
	float: left;
	width: 470px;
	margin-right: 30px;
}

#ContentRightColumn {
	float: left;
	width: 320px;
}

#ContentRightColumn .box {
	background-repeat: no-repeat;
	padding: 60px 0px 0px 50px;
	margin: 0px 0px 50px 0px;
	color: white;
}

#ContentRightColumn .box fieldset {
	border: none;
}

#ContentRightColumn .box .field label {
	display: block;
	width: 80px;
	float: left;
	font-weight: bold;
}

#ContentRightColumn .box .field {
	margin: 0px 0px 10px 0px;
	height: 20px;
}

#ContentRightColumn .box .field.textarea {
	height: auto;
}

#ContentRightColumn .box .field.textarea label {
	float: none;
	width: 100%;
}

#ContentRightColumn .box .field.textarea textarea {
	width: 100%;
}

#ContentRightColumn .box.newsletter {
	background-image: url(../images/rightbox_newsletter.png);
}

#ContentRightColumn .box.tellafriend {
	background-image: url(../images/rightbox_tellafriend.png);
}

#ContentRightColumn .box.tellafriend label {
	width: 130px;
}

#ContentRightColumn .box.tellafriend .field .middleColumn input {
	width: 110px;
}

#ContentRightColumn .box.direction {
	background-image: url(../images/rightbox_anfahrt.png);
}

#ContentRightColumn .box.contact {
	display: none;
	background-image: url(../images/rightbox_contact.png);
}

div.film {
	margin: 0px 0px 30px 0px;
}

h1 {
	font-family: Garamond, Georgia;
	font-weight: bold;
	font-size: 24px;
	color: #c10000;
	line-height: 28px;
}

h2 {
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

div.film img.title {
	margin: 0px 0px 30px 0px;
}

div.film.current div.TitleImage {
	float: right;
	margin: 0px 0px 10px 30px;
}

div.film.shortly div.TitleImage {
	float: left;
	margin: 0px 10px 10px 0px;
}

div.film.shortly div.item {
	margin: 0px 0px 20px 0px;
}

a.button {
	display: block;
	float: left;
	width: 133px;
	height: 29px;
}

a.button.reserve {
	display: none;
	background-image: url(../images/btn_reserve.png);
}

a.button.reserve:hover {
	background-image: url(../images/btn_reserve_over.png);
}

a.button.more {
	background-image: url(../images/btn_more.png);
}

a.button.more:hover {
	background-image: url(../images/btn_more_over.png);
}


a.big_button {
	display: block;
	float: left;
	width: 152px;
	height: 43px;
}

a.big_button.myspace {
	background-image: url(../images/btn_net_myspace.png);
}

a.big_button.myspace:hover {
	background-image: url(../images/btn_net_myspace_over.png);
}

a.big_button.vz {
	background-image: url(../images/btn_net_vz.png);
}

a.big_button.vz:hover {
	background-image: url(../images/btn_net_vz_over.png);
}

a.big_button.facebook {
	background-image: url(../images/btn_net_facebook.png);
}

a.big_button.facebook:hover {
	background-image: url(../images/btn_net_facebook_over.png);
}

a.big_button.twitter {
	background-image: url(../images/btn_net_twitter.png);
}

a.big_button.twitter:hover {
	background-image: url(../images/btn_net_twitter_over.png);
}

p.PlayDate {
	font-weight: bold;
}

table.PlayTimes {
	font-weight: bold;
	color: white;
}

table.PlayTimes td.day {
	width: 170px;
	background-color: #E1A119;
	padding: 0px 5px 0px 5px;
}

table.PlayTimes td.day.friday {
	background-color: #F26128;
}

table.PlayTimes td.day.saturday {
	background-color: #F3289B;
}

table.PlayTimes td.day.placeholder {
	background-color: transparent;
}

table.PlayTimes td.time {
	width: 74px;
	background-color: #5D544D;
	text-align: center;
}

div.Menu ul {
padding: 0px;
	margin: 0px;
	height: 20px;
}

div.Menu ul li {
	
	list-style: none;
	float: left;
	border: 1px solid #5D544D;
	background-color: #5D544D;
	padding: 2px;
	margin: 0px 3px 0px 0px;
}

div.Menu li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}