/* ie png fix */
img {
	behavior: url(_iepngfix.htc);
}

div.menu img {
	float: left;
}



/* ########## TYPO HTML-Standard ########## */

*
{
	margin:0px;
	padding:0px;
}

html, body
{
	height:100%;
	font-size: 100%;	
}

body
{
	background-image: url("_images/bg_1920.jpg");
	background-position: center center;
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

p
{
	white-space: normal;
	text-align: left;
	text-align: left;
	line-height: 120%;
	margin-bottom: 0.5em;
}

ul {
	white-space: normal;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 20px;
	padding-left: 20px;
}

li {
 	background-image: url("_images/transpb-50.png");
	background-repeat: repeat;
	list-style-position: outside;
  	margin-bottom: 6px;
	padding-left: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #ee1111;
	text-transform: uppercase;
	margin: 20px 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #ee1111;
	text-transform: uppercase;
	margin: 5px 0px;
}



/* ########## TYPO USER-Standard ########## */

.menu,
.menuLast
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 10px 0px 0px;
	letter-spacing: -0.07em;
}

.menuLast
{
	margin: 0px 0px 0px 0px;
}

a.menu,
a.menuLast
{ 
	text-decoration: none;
	color: #ee1111;
}

a:hover.menu,
a:hover.menuLast,
a:active.menu,
a:active.menuLast
{ 
	text-decoration: none;
	color: #ffffff;
}

.cinema
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-transform: uppercase;
	font-weight: normal;
	color: #bf0808;
}

.people
{
	float: right;
	margin: 0px 0px 10px 10px;
}





/* ########## TYPO Links ########## */

.content a { 
	text-decoration: none;
	color: #ffffff;
}

.content a:link,
.content a:visited
{ 
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px dashed #ee1111;
}

.content a:hover,
.content a:active
{ 
	text-decoration: none;
	color: #ee1111;
	border-bottom: 1px dashed #ee1111;
}



/* ########## LAYOUT ########## */

#distance
{ 
	width: 1px;
	height: 50%;
	background-color: transparent;
	margin-bottom: -260px; /* half of #container's height */
	float:left;
}

#container
{
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	width: 900px;
	height: 520px;
	clear: left;
}

#bg
{
 	background-image: url("_images/transpb-70.png");
	background-repeat: repeat;
	position:absolute;
	top:0px;
	left:0px;
	width: 900px;
	height: 520px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#menu_canvas
{
	position:absolute;
	bottom:10px;
	left:0px;
	width:900px;
	overflow:hidden;
	text-align: center;
	background-color: transparent;
}

#menu
{
	padding:0px;
	overflow:hidden;
	xbackground-color: #990099;
	background-color: transparent;
}

#cinema
{
	position:absolute;
	bottom:50px;
	left:10px;
	width: 325px;
	height: 21px;
	padding-top: 3px;
	overflow:hidden;
	text-align: left;
	background: #ffffff;
}

#content_canvas
{
	position:absolute;
	top:0px;
	left:0px;
	width:900px;
	height:480px;
	margin:0px;
	overflow: hidden;
	xbackground: #ff00ff;
	background-color: transparent;
}

#content_poster
{
	position:absolute;
	top:10px;
	left:10px;
}

#content_button
{
	position:absolute;
	top:390px;
	left:200px;
}

#content
{
	position:absolute;
	top:10px;
	left:360px;
	width:510px;
	height:460px;
	margin:0px;
	padding-right:20px;
	overflow: auto;
}

#footer
{
	position:absolute;
	bottom:4px;
	right:4px;
	padding:1px;
	overflow: hidden;
	font-size: small;
	color: #999999;
}

#footer a
{
	color: #999999;
}

#footer a:hover,
#footer a:active
{
	color: #ee1111;
}

