/* 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: small;	
}

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;
	font-size: medium;
}


p
{
	white-space: normal;
	text-align: left;
	text-align: justify;
	line-height: 120%;
	margin-bottom: 6px;
}

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

li {
	list-style-position: outside;
  	margin-bottom: 6px;
	padding-left: 0px;
}

h1 {
	font-size: x-large;
	font-weight: bold;
	color: #b5cae7;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	margin: 20px 0px 10px 0px;
}

h2 {
	font-size: large;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
}



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

.menu,
.menuX
{
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	margin: 0px 20px 0px 0px;
	xbackground-color: #00f0f0;
}

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

.cinema
{
	font-size: medium;
	font-weight: normal;
	color: #ffffff;
}

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





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

a { 
	text-decoration: none;
	color: #b5cae7;
}

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



/* ########## 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
{
	position:absolute;
	top:0px;
	left:0px;
	width: 900px;
	height: 520px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#logo
{
	position:absolute;
	top:0px;
	left:0px;
	width:219px;
	height:60px;
	overflow:hidden;
}

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

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

#cinema
{
	position:absolute;
	bottom:40px;
	left:10px;
	width: 325px;
	height: 20px;
	padding-top:4px;
	overflow:hidden;
	text-align: center;
	background-color: #000000;
	xbackground-color: transparent;
}

#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
{
	position:absolute;
	top:20px;
	right:10px;
	width:500px;
	height:440px;
	margin:0px;
	padding-right:20px;
	overflow: auto;
	xbackground: #ff0000;
	background-color: transparent;
}

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

#footer a
{
	color: #999999;
}

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