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

div.menu img {
	float: left;
}



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

body
{
	font-family: Arial, Helvetica, sans-serif;

}

p, table {
	font-size: medium;
	white-space: normal;
	text-align: left;
	/*text-align: justify;*/
	line-height: 130%;
	margin: 0px 20px 10px 20px;
}

td {
	white-space: normal;
	text-align: left;
	line-height: 100%;
	margin: 0px;
	padding: 0px 10px 10px 0px;
}

ul {
	font-size: medium;
	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-family: Georgia, Arial, "MS Trebuchet", sans-serif;
	font-size: xx-large;
	color: #ffeacb;
	font-weight: bold;
	letter-spacing: 0.0em;
	margin: 20px 20px 10px 20px;
	text-transform: none;
}

h2 {
	font-family: Georgia, Arial, "MS Trebuchet", sans-serif;
	font-size: x-large;
	color: #ffeacb;
	font-weight: bold;
	letter-spacing: 0.0em;
	margin: 20px 20px 10px 20px;
	text-transform: none;
}

h3 {
	font-family: Georgia, Arial, "MS Trebuchet", sans-serif;
	font-size: x-large;
	color: #ffeacb;
	font-weight: bold;
	letter-spacing: 0.0em;
	margin: 20px 0px 10px 0px;
	text-transform: none;
}


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

.text-small {
	font-family: Arial, Helvetica, sans-serif;
}

.credit {
	white-space: normal;
	text-align: center;
	line-height:130%;
	margin-top:0px;
	margin-bottom: 6px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



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

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

p a:hover {
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
}

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

body{
	background: #112211;
	color: #ffffff;
	margin:0px;
	padding:0px;
	font-size: small;

	/* ########## IE Scrollbars ########## */
	scrollbar-highlight-color: #334433;
	scrollbar-shadow-color: #334433;
	scrollbar-3dlight-color: #112211;
	scrollbar-darkshadow-color: #112211;
	scrollbar-arrow-color: #334433;
	scrollbar-base-color: #112211;
	scrollbar-face-color: #112211;
	scrollbar-track-color: #112211;
}


#canvas{
	position:absolute;
	left: 50%;
	top: 50%; 
	width:960px;
	height:540px;
	margin-left: -480px;
	margin-top: -270px;
	background: #000000;
}

#bg,
#bg-shade,
#bg-overlay
{
	position:absolute;
	top:0px;
	left:0px;
	width:960px; height:540px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#menu
{
	position:absolute;
	bottom:10px;
	right:10px;
	width:480px;
	height:90px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	background-color: transparent;
	/*background-image: url("_images/pixel_3.png");*/
	text-align: center;
	
}

#content
{
	position:absolute;
	top:10px; right:10px;
	width:480px; height:420px;
	margin:0px;
	padding:0px;
	overflow: auto;
	background-color: transparent;
}

#logos
{
	position:absolute;
	bottom: 10px;
	left: 10px;
	width:410px;
	height:30px;
	margin:0px;
	padding:0px;
	overflow:none;
	background-color: transparent;
}

#cinemastart
{
	position:absolute;
	top: 10px;
	left: 200px;
	width: 230px;
	height: 30px;
	margin:0px;
	padding:0px;
	overflow:none;
}

#imprint{
	position: absolute;
	bottom: 5px;
	right: 5px;
	overflow: none;
	font-size: 80%;
}

#video
{
}

