/* -------------- *
 * INTRO, LAYOUT  *
 * -------------- */

/* --------- *
 * FILMBÜHNE *
 * --------- */

	#filmBuehne {
		position:relative;
		width:1009px;
		height:287px;
		padding:0 0 0 10px;
		background:url(../../bg/filmBuehne_schwarz.png) 0 0 no-repeat;
	}
	#filmBuehne #filmAuswahl {
		position:relative;
		width:220px;
		margin:0 1px 0 0;
		float:left;
	}
	#filmBuehne #filmAuswahl .btnSchatten {
		position:relative;
		width:220px;
		height:10px;
		background-repeat:no-repeat;
		background-position:0 0;
	}
	#filmBuehne #filmAuswahl .btnSchatten.top {
		background-image:url(../../bg/filmBuehne_filmAuswahl_btnschattenTop.png);
	}
	#filmBuehne #filmAuswahl .btnSchatten.bottom {
		margin:-1px 0 0 0;
		background-image:url(../../bg/filmBuehne_filmAuswahl_btnschattenBottom.png);
	}
	#filmBuehne #filmAuswahl a {
		display:inline-block;
		position:relative;
		width:210px;
		height:47px;
		margin:0 0 1px 0;
		padding:3px 0 0 10px;
		background:url(../../btn/filmAuswahl_playbutton.jpg) 0 0 no-repeat;
		overflow:hidden;
		outline:none;
	}
	#filmBuehne #filmAuswahl a span.altImage {
		display:none;
	}
	#filmBuehne #filmAuswahl a:hover {
		background-position:0 -50px;
	}
	#filmBuehne #filmAuswahl a.act {
		background-position:0 -100px;
	}
	#filmBuehne #filmContent {
		position:relative;
		width:778px;
		height:287px;
		float:left;
	}
	#filmBuehne #filmContent img {
		width:778px;
		height:287px;
	}




/* --------------------- *
 * FOOTER (INKL. BOXEN)  *
 * --------------------- */

	#footer {
		position:relative;
		width:788px;
		height:310px;
		padding:0 0 0 231px;
		background:url(../../bg/footerIntro.png) 0 0 no-repeat;
	}
	#footer .box {
		position:relative;
		width:253px;
		height:253px;
		margin:0 3px 0 0;
		background-repeat:no-repeat;
		background-position:0 0;
		float:left;
	}
	#footer .box.boxNews {
		height:213px;
		padding:40px 0 0 0;
		background-image:url(../../bg/boxNews_intro.png);
	}
	#footer .box.boxBlue {
		height:221px;
		padding:32px 0 0 0;
		background-image:url(../../bg/boxBlue_intro.png);
	}
	#footer .box.boxLinks {
		height:213px;
		padding:40px 0 0 0;
		margin:0;
		background-image:url(../../bg/boxLinks_intro.png);
	}
	#footer .box.boxNews a {
		display:inline-block;
		width:236px;
		padding:8px 0 8px 10px;
		background:url(../../bg/box_intro_trennlinie.png) left bottom no-repeat;
	}
	#footer .box.boxNews a span.date {
		display:inline-block;
		margin:0 0 2px 0;
	}
	#footer .box.boxBlue img.img {
		width:246px;
		height:214px;
	}
	#footer .box.boxLinks a {
		display:inline-block;
		width:226px;
		padding:6px 0 6px 20px;
		background:url(../../bg/box_intro_trennlinie.png) left bottom no-repeat;
	}





/* ---------- *
 * COPYRIGHT  *
 * ---------- */

	#copyright {
		position:relative;
		width:147px;
		height:19px;
		margin:0 0 10px 20px;
	}
	#copyright a {
		display:block;
		width:147px;
		height:19px;
		background:url(../../btn/copyright.gif) 0 0 no-repeat;
		cursor:default;
	}

	body.lang2 #copyright a {
		background-image:url(../../btn/copyright-en.gif);
	}

	body.lang3 #copyright a {
		background-image:url(../../btn/copyright-fr.gif);
	}

	#copyright a span {
		display:none;
	}
