html, body {
	margin : 0;
	padding : 0;
	border: 0;
	}
body {
	font : 73% "Trebuchet MS", Helvetica, Tahoma, Arial, sans-serif;
	background : #ccc;
	color : #555;
	}

.clearLR { clear: both; }

			/*WRAP*/
#wrap {
	width : 870px;
	margin-left : auto;
	margin-right : auto;
	padding : 0;
	border : 10px solid #fff;
	color : #555;
	background : #fff url(../img/wrap_bg.jpg) repeat-x;
	}
			/*BANNER*/
#masthead {
	height : 100px;
	padding : 0;
	margin-bottom : 0;
	position: relative;
	}
#masthead #slogan {
	position: absolute;
	left: 400px;
	color: white;
	top: 50px;
	font-size: 15px;
	}
#metaMenu {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	}
#metaMenu a {
	text-decoration: none;
	}
#metaMenu a:hover,
#metaMenu a.current {
	text-decoration: underline;
	}

			/*MAIN CONTAINER*/
#container {
	width : 870px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 10px;
	padding : 0;
	line-height : 1.8em;
	}
#menucontainer {
	position : relative;
	height : 56px;
	color : #e0e0e0;
	background : #143d55;
	width : 100%;
	font-family : Helvetica, Arial, Verdana, sans-serif;
	}
#menunav {
	position : relative;
	height : 33px;
	font-size : 12px;
	text-transform : uppercase;
	font-weight : bold;
	background : #fff url(../img/menu_bg.gif) repeat-x bottom left;
	padding : 0 0 0 20px;
	}
#menunav ul {
	margin : 0;
	padding : 0;
	list-style-type : none;
	width : auto;
	float : left;
	}
#menunav ul li {
	float : left;
	margin : 0 1px;
	}
#menunav ul li a {
	display : block;
	color : #eaf3f8;
	text-decoration : none;
	line-height : 33px;
	padding : 0 20px;
	}
#menunav ul li a:hover {
	display : block;
	padding : 0 20px;
	color : #fff;
	background : transparent url(../img/menu_bg-OVER.gif) repeat-x bottom left;
	}
#menunav ul li a:hover {
	display : block;
	width : auto;
	cursor : pointer;
	}
#menunav ul li a.current,
#menunav ul li a.current:hover {
	padding : 0 20px;
	color : #fff;
	background : #1d6893 url(../img/menu_left-ON.gif) no-repeat top left;
	height : 33px;
	}




#content {
	padding : 0 1em 0 1em;
	margin : 0 ;
	width: 610px;
	border-right : 1px solid #eee;
	float: left;
	}
			/*SIDEBAR*/
#sidebar {
	float : left;
	width : 200px;
	margin-top : 0;
	padding : 0 1em 0 1em;
	}
			/*FOOTER*/
#footer {
	clear : both;
	height : 50px;
	padding : 0;
	margin-bottom : 0;
	margin-top : 20px;
	text-align : center;
	border-top : 5px solid #4592be;
	color : #fff;
	background : #143d55;
	}
			/*TYPOGRAPHY*/
h1 {
	margin : 0;
	padding : 20px 0 20px 0;
	border-bottom : 1px solid #aaa;
	font : 150% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
	text-transform : uppercase;
	letter-spacing : 3px;
	color : #143c55;
	}
h2 {
	margin : 0;
	padding : 5px 20px 20px 0;
	font : 90% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
	letter-spacing : 3px;
	color : #4592be;
	}

#masthead h1 {
	float : left;
	margin : 0;
	padding : 20px 0 20px 25px;
	font : 150% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
	letter-spacing : 5px;
	color : #fff;
	border: none;
	}

blockquote {
	font-weight : bold;
	font-style : italic;
	color : #b29b35;
	}
			/*LINKS*/
a:link, a:visited {
	color : #4592be;
	background : inherit;
	text-decoration : underline;
	}
a:hover {
	color : #aaa;
	background : inherit;
	text-decoration : none;
	}
a img {
	border: 0;
	}
			/*IMAGES*/
.left {
	float : left;
	border : 0 solid #656c4a;
	margin : 5px 0 10px 0;
	padding : 10px;
	}




/* Formulare */
form {
  	}

form fieldset {
	border: 1px;
  	}

form label {
	display: block;
	width: 150px;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 4px;
	float: left;
	}
form textarea,
form input {
	float: left;
	margin-bottom: 4px;
	width: 230px;
	border: 1px solid #A9A8A4;
	}
form br {
	clear: left;
	}
form input.mf-submit {
	clear: left;
	width: auto;
	}
form .req {
	color: #a4171d;
	}




/* Kino Erweiterung */
/* kurz und lang, single: */
.tx-tmdcinema-pi1 {}
.tx-tmdcinema-pi1 .movieTitle {
	font-size: 2.0em;
	font-weight: bold;
	}
.tx-tmdcinema-pi1 table * {
	padding: 2px;
	font-size: 14px;
	}
.tx-tmdcinema-pi1 table.program {
	margin: 10px 0 10px 0;
	text-align: center;
	border-collapse: collapse;
	border-left: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	}
.tx-tmdcinema-pi1 table.program th {
	border-bottom: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
	}
.tx-tmdcinema-pi1 table.program td {
	vertical-align:top;
	border-right: 1px solid lightgrey;
	}
.tx-tmdcinema-pi1 .showType {
	color: red;
	text-transform: uppercase;
	}
.tx-tmdcinema-pi1 .info {
	color: red;
	font-family: Courier;
	margin-top: 5px;
	margin-bottom: 5px;
	}
.tx-tmdcinema-pi1 .singleView .fbw {
	position: absolute;
	top: 0px;
	right: 0;
	}


/* kurze Übersicht */
.tx-tmdcinema-pi1-shortProgram {
	padding: 0;
	margin: 0;
	width: 180px;
	}
.tx-tmdcinema-pi1-shortProgram h2 {
	margin-bottom: 10px;
	font-size: 15px;
	}
.tx-tmdcinema-pi1-shortProgram .tx-tmdcinema-pi1-shortView {
	text-align: center;
	width: 165px;
	margin: 0 auto 10px auto;
	}
.tx-tmdcinema-pi1-shortProgram .tx-tmdcinema-pi1-shortView h3 {
	width: 165px;
	text-align: center;
	}

/* ausführliche Übersicht */
.tx-tmdcinema-pi1-longProgram  {
	}
.tx-tmdcinema-pi1-longProgram hr {
	width: 80%;
	margin: 10px auto 10px auto;
	}
.tx-tmdcinema-pi1-longProgram .infoBox {
	}
.tx-tmdcinema-pi1-longProgram .infoLine {
	margin: 5px 0;
	}
.tx-tmdcinema-pi1-longProgram .poster {
	float:left;
	}
.tx-tmdcinema-pi1-longProgram .summary {
	float: left;
	margin-left: 10px;
	width: 410px;
	}

/* Einzelansicht */
.tx-tmdcinema-pi1 .singleView .poster {
	float: left;
	}
.tx-tmdcinema-pi1 .singleView .techInfo {
	float: left;
	margin-left: 10px;
	}
.tx-tmdcinema-pi1 .singleView .time {
	margin-top: 15px;
	}
