/*
	Website: Terminator 2 HD DVD
	BOB Design http://www.bob-design.de/ 
	Imagion AG http://www.imagion.de/
	CSS Datei
	15.02.2008 Daan Meskers
	$last_change: 14.02.2008 Daan Meskers
*/

/* =================== menu  ============= */
HTML, BODY {
	background-color: #2a3037;
	width: 100%;	height: 100%;
	margin: 0;		padding: 0;
	text-align: center;
	background: #2a3037 url(../../img/background.png) repeat fixed 0 0;
	overflow: hidden;
}
IMG { 
	border: 0; 
	behavior: url(lib/iepngfix.htc);
}

DIV#Main {
	width: 980px;
	height: 93%;
	border: 1px solid #636f76;
	background-image: url(../../img/black_transp_60.png);
	margin: 20px auto; 
	position: relative;
	overflow: hidden;
}
UL#metaMenu {
	position: absolute;
	display: block;
	top: 5px ; right: 5px;
	z-index: 25;
}
UL#metaMenu LI {
	display: block;
	float: left;
	margin: 0 4px 0 0;
	position: relative;
}
UL#BalkenTop {
	position: absolute;
	top: 50px; left: -8px;
	width: 995px;
	height: 90px;
	margin: 0; padding: 0;
	background-image: url(../../img/Balken-Top.png);
	z-index: 10;
}
UL#BalkenTop LI {
	display: block;
	list-style: none;
	margin-top: 25px;
	position: relative;
}
UL#BalkenUnten {
	position: absolute;
	top: 130px; left: -8px;
	width: 995px;
	height: 45px;
	margin: 0; padding: 0 0 0 192px;
	background-image: url(../../img/Balken-Unten.png);
	z-index: 5;
}
UL#BalkenUnten LI {
	display: block;
	list-style: none;
	margin: 7px;
	float: left;
	position: relative;
}
UL#BalkenUnten LI A {
	display: block;
}

UL#Logos {
	position: absolute;
	top: 180px; right: 25px;
	width: 130px;
	list-style: none;
	margin: 0; padding: 0;
	z-index: 8;
}
UL#Logos LI {
	display: block;
	margin: 5px 0 10px 0; padding: 0;
}
DIV#Content {
	position: relative;
	padding: 165px 0 0 275px;
	margin: 10px 0 0 35px;
	text-align: left;
	height: 100%;
	overflow: auto;
	z-index: 1;
}
DIV#Content IMG.MainImage {
	float: left;
	margin: 10px 0 0 -270px;
	position: relative;
}
DIV#Main IMG.MainImage {
	float: none;
	position: absolute;
	top: 200px;
	left: 25px;
}
DIV#Content P,  DIV#Content UL LI {
	font: normal 10pt/14pt Helvetica, arial, sans-serif;
	color: #AAA;
}
DIV#Main DIV#Content * STRONG, DIV#Main DIV#Content * B {
	color: #E9E9E9;
}
DIV#Content UL  {
	margin-top: 0;
}
DIV#Content UL LI {
	list-style-type: square ;
}
DIV#Content H1 {
	font: bold 13pt/16pt Helvetica, arial, sans-serif;
	color: #DDD;
	margin: 0 0 5px 0
}
DIV#Content H2 {
	font: bold 10pt/16pt Helvetica, arial, sans-serif;
	color: #AAA;
	margin: 5px 0 1px 0
}
DIV#Content A {
	color: #CCC;
	text-decoration: none;
	padding: 1px 2px 1px 3px;
}
DIV#Content A:hover {
	color: #FFF;
	border-bottom: 1px solid #FFF;
	background: #111;
}


DIV#home {
	overflow: auto;
	height: 400px;
	padding: 10px 190px 10px 0;
	background: transparent url(../../img/leer.png);
}

/* =============================== */

FORM {

}
FIELDSET {
	border: 1px dotted #666;
	margin: 0; padding: 0;
}
FIELDSET LEGEND {
	background: #10141A;
}
FORM * {
	font: normal 10pt/14pt Helvetica, arial, sans-serif;
	color: #AAA;
	margin: 0; padding: 0;
}
BODY DIV#Content FIELDSET LEGEND {
	margin: 0 0 0 10px;
	padding: 1px 5px 0 8px;
	font-size: 8pt;
	color: #999;
}
BODY DIV#Content DIV#home FIELDSET UL {
	list-style: none;
	list-style-type: none;
}
BODY DIV#Content DIV#home FIELDSET UL LI {
	list-style: none;
	list-style-type: none ;
	margin: 10px 0 10px 15px;
}
FIELDSET UL LABEL {
	float: left;
	display: block;
	width: 90px;
}
FIELDSET UL button {
	margin-left: 130px;
	color: #111;
}
/* =============================== */
BODY DIV#Content  DL DT {
	float: left;
	display: block;
	width: 250px; height: 170px;
	margin: 0; padding: 0;
	overflow: hidden;
}
BODY DIV#Content DL DT SPAN {
	display: block;
	font: normal 8pt/12pt Helvetica, arial, sans-serif;
	color: #777;
	overflow: visible;
	z-index: 25;
}
BODY DIV#Content  DL DD {
	display: none;

}
BODY DIV#Content  DL  A, BODY DIV#Content  DL  A:hover {
	margin: 0; padding: 0;
	border: 0;

}
BODY DIV#Content  DL {
	width: 560px;
}
BODY DIV#Content DIV#home {
	overflow-x: hidden !important;
}
/* =============================== */
DIV#Hidden {
  display: none;
}

DIV#Main.Trailer IMG.MainImage {
	display: none;
}
DIV#Main.Trailer  DIV#Content {
	padding-left: 25px;
	margin-left: 45px;
}
DIV#Main.Trailer  DIV#Content H1  {
	margin-left: 240px;
	margin-bottom: 25px;
}

/* lower than  msie7 */
* HTML BODY DIV#Main {
	background-image: url(../../img/msie6_bg.png);
}
