/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #1c1c1c;
}

table tr td, body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #afadad;
	vertical-align: top;
}

.bg_top {
	background: url('/images/bg_top.png') repeat-x;
}

.bg_middle {
	background: url('/images/bg_middle.png') repeat-x;
}

.bg_bottom {
	background: url('/images/bg_bottom.png') repeat-x;
}

.bg_bottomcenter {
	background: url('/images/bg_bottomcenter.png') repeat-x;
}

.bg_topcenter {
	background: url('/images/bg_topcenter.png') repeat-x;
}

.bg_navi {
	background: url('/images/bg_navi.png') repeat-x;
	vertical-align: middle;
}

.layoutline {
	background: #1c1c1c;
}

.layoutlinethick {
	background: #282828;
}

.filmstreifen {
	background: url('/images/bg_filmstreifen.png') repeat-x;
}

img {
	border: 0px;
}

.reservieren {
	text-align: right;
	font-size: 15	pt;
	text-transform: uppercase;
	vertical-align: middle;
	color: white;
}

.center {
	background: black;
}

.meta td, .meta a, .meta a:visited {
	font-size: 7pt;
	color: #8d8d8d;
	text-decoration: none;
	text-transform: uppercase;
}

.meta a:hover {
	text-decoration: underline;
}

.metanavi {
	text-align: right;
}

div.navibtn {
	margin-right: 25px;
	margin-top: 5px;
}

div.navibtn a, div.navibtn a:visited {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: bold;
} 

div.navibtn .l {
	float: left;
	width: 4px;
}

div.navibtn .r {
	float: right;
	width: 5px;
}

div.navibtn .m_on {
	background: url('/images/btn_navi_m.png') repeat-x;
}

div.navibtn .m, div.navibtn .m_on {
	float: left;
	height: 33px;
	padding: 7px 10px 0px 10px;
}

div.errorbox, div.successbox {
	color: black;
	border-width: 1px;
	border-style: solid;
	padding: 5px 10px 5px 10px;
	text-align: center;
	margin: 10px 0px 10px 0px;
	width: 250px;
}

div.successbox {
	border-color: #92AF0F;
	background: #EDF7BE;
}

div.errorbox {
	border-color: red;
	background: #FFE3E3;
}

input, textarea, select {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
}

input.text {
	border: 1px solid #666666;
	padding: 1px;
	padding-left: 3px;
/*
	color: #afadad;
	background: #222222;
*/
	color: #222222;
	background: #DDDDDD;
}

textarea {
	color: #222222;
	background: #DDDDDD;
	border: 1px solid #666666;
	padding: 1px;
}

input.button {
	background: #dd127b;
	color: white;
	font-size: 9pt;
	border: 1px solid #afadad;
}

tr.row {
	background: #222222;
}

thead tr td {
	color: white;
	font-weight: bold;
	background: #555555;
	padding: 3px;
}

a, a:visited {
	color: #dd127b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 15pt;
}

.user h1 {
	color: #dd127b;
}

.filmreihe {
	background-color: #1b1b1b;
	width: 100%;
	margin-bottom: 10px;
}

.filmbox {
	padding: 10px;
	width: 50%;	
}

.filmbox a {
	font-size: 8pt;
}

.black {
	background-color: black;
}

.spielzeiten {
	margin-left: 8px;
}

.spielzeiten td {
	padding: 0px 4px 4px 0px;
	font-size: 8pt;
	text-align: left;
}

div.filmtitel {
	color: #dd127b;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 12pt;
}

div.filmtitel a {
	font-weight: normal;
	margin-left: 3px;
}

.admin_spielzeiten select {
	font-size: 8pt;
}

.admin_spielzeiten .button {
	font-size: 8pt;
}

h2 {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 8px;
	background: url('/images/greydot.gif') repeat-x bottom left;
}

h2 a {
	font-size: 9pt;
	margin-left: 3px;
	font-weight: normal;
}

td.nachtagen {
	background: url('/images/blackdot.gif') repeat-y right;
	padding: 0px 3px 3px 5px;
	
}

h3 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 8px;

}

.error, a.error, a.error:visited {
	color: red;
}

.ok, a.ok, a.ok:visited {
	color: green;
}

