@charset "UTF-8";

/*@import url(http://fonts.googleapis.com/css?family=Aldrich);*/

/* --------------------------------------------------------------- */
/*  ALLGEMEIN   */
/* --------------------------------------------------------------- */

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

html, body {
	text-align: left;
	padding: 0px;
	margin: 0px;
	background: #000 url('bilder/bg_400x400.jpg');
	color: #eee;
	/*font-family: Georgia, sans-serif;*/
	
}

body { font: 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif; }

/* entfernt die blauen Rahmen um Bildlinks im FF und IE */
a img {
	border: 0 none;
}

/* verhinder die hässlichen Rahmen im Firefox */
a:focus, a:active {
	outline: none;
}

hr {
	border: 0 none;
	width: 20px;
	height: 1px;
	background-color: #666;
	margin: 6px 0;
	}

/* --------------------------------------------------------------- */
/*  STRUKTUR   */
/* --------------------------------------------------------------- */

#container {
	position: relative;
	width: 940px;
	padding: 0 20px;
	margin: 0 auto 70px auto;
	background: transparent url('bilder/bg_aktuellfilme.png') repeat-x;
	overflow: hidden;
	}
	
#header {
	position: relative;
	margin: 0 0 40px 0;
	height: 200px;
	border-bottom: 1px dotted #666;
	}
	
#headerLogo {
	position: absolute;
	top: 0;
	left: 0;
	width: 535px;
	height: 167px;
	cursor:pointer;
	background: transparent url('bilder/bg_header.png') no-repeat;
	}
	
#subtitle {
	position: absolute;
	right: 0;
	bottom: 30px;
	text-align: right;
	font-weight: bold;
	color: #eee;
	font-size: 3em;
	letter-spacing: -1px;
	line-height: 1em;
	cursor: pointer;
	}
	
#subtitle .grau { color: #999; }

#content {
	overflow: hidden;
		}
	
#hauptmenu {
	float: left;
	width: 220px;
	/*border: 1px solid #555;*/
	}
	
#loopAktuell {
	/*margin-left: 200px;*/
	/*border: 1px solid #555;*/
	}
	
#news {
	float: left;
	width: 240px;
	/*padding: 0 20px;*/
	}
	
#aktuelleProjekte {
	margin: 0 0 0 480px;
	padding: 0 0 0 20px;
	}

/* --------------------------------------------------------------- */
/*  MENÜS   */
/* --------------------------------------------------------------- */

#hauptmenu {
	font-weight: bold;
	color: #eee;
	font-size: 3em;
	letter-spacing: -1px;
	}
	
#hauptmenu ul li a {
	text-decoration: none;
	color: #eee;
	}
	
#hauptmenu ul li a:hover {
	color: #999;
	}

#hauptmenu ul li {
	display: block;
	line-height: 1em;
	margin: 0 0 5px 0;
	}
	
#hauptmenu li.hauptmenuActive a { color: #999; }


select  {
	float: right;
	margin-top: 15px;
    font-size: 1.2em;
    background-color: #000;
    color: #999;
    font-weight: bold;
    border: 0 none;
    width: 160px;
    }

option  {
   margin: 10px;
   color: #bbb;
   border-bottom: 1px dotted #333;
   }
   
option:first-child { color: #999; }

option:last-child { border: 0 none; }

#selectLabel {
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;
	color: #ddd;
	}


/* --------------------------------------------------------------- */
/*  RUBRIKEN   */
/* --------------------------------------------------------------- */

.rubrikHeader {
	background: #ddd;
	color: #111;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	text-transform: uppercase;
	padding: 2px 10px;
	margin: 0 0 40px 15px;
	display: inline-block;
	letter-spacing:4px;
	font-size: 1em;
	}
	
/* --------------------------------------------------------------- */
/*  AKTUELLE PROJEKTE   */
/* --------------------------------------------------------------- */

.aktuellElementFilme {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 15px;
	color: #999;
	font-weight: bold;
	/*font-size: 1em;*/
	/*border-bottom: 1px solid #444;*/
	background: transparent url('bilder/bg_aktuellfilme.png') repeat-x;
	border-radius: 10px;
	min-height: 200px;
	}
	
/*#loopAktuelleFilme .aktuellElementFilme:last-child {
	margin: 0;
	}*/
	
.aktuellElementFilme a {
	color: #999;
	}
	
.aktuellElementFilme a:hover {
	color: #ddd;
	}

.aktuellPoster110 {
	float: left;
	width: 110px;
	/*margin: 5px 0 0 5px;*/
	}
	
.aktuellFilmeTitel {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 5px 0;
	color: #ddd;
	line-height: 1em;
	}
	
.aktuellFilmeBody {
	margin: 0 0 0 130px;
	}
	
.aktuellFilmeInfos, .aktuellFilmeVerleih {
	color: #999;
	font-size: 1em;
	}
	
.aktuellFilmeStart {
	color: #ffcc00;
	font-size: 1em;
	line-height: 1.4em;
	}
	
.aktuellFilmeText {
	color: #ddd;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	}
	
/* --------------------------------------------------------------- */
/*  NEWS   */
/* --------------------------------------------------------------- */

.newsElement {
	margin: 0 0 20px 0;
	padding: 15px;
	color: #ddd;
	font-weight: bold;
	font-size: 1em;
	/*border-bottom: 1px solid #444;*/
	background: transparent url('bilder/bg_aktuellfilme.png') repeat-x;
	border-radius: 10px;
	}

.newsBody {
	line-height: 1.4em;
	}
	
.newsBody .newsDatum {
	font-style: italic;
	color: #999;
	margin: 0 0 5px 0;
	}
	
/* --------------------------------------------------------------- */
/*  POSTER   */
/* --------------------------------------------------------------- */

#posterContainer {
	display: table;
	margin: 0 0 0 240px;
	overflow: hidden;
	}
	
.posterElement {
	display: table-cell;
	width: 115px;
	min-height: 200px;
	padding: 0 20px 20px 0;
	}
	
.posterElement a:last-child {
	font-size: 1em;
	font-weight: bold;
	color: #ccc;
	text-decoration:none;
	}
	
.posterElement a:last-child:hover {
	color: #999;	
}

.posterElement a:first-child {
	display: inline-block;
	width: 110px;
	height: 150px;
	background-color: rgba(100, 100, 100, 0.3);
	margin: 0 0 5px 0;
	}
	
/* --------------------------------------------------------------- */
/*  FILME   */
/* --------------------------------------------------------------- */

#filmeMenuContainer {
	float: left;
	width: 170px;
	overflow: hidden;
	}
	
#filmeContent {
	margin: 0 0 0 420px;
	padding: 0 0 0 20px;
	font-weight: bold;
	overflow: hidden;
	width: 480px;
	}
	
.filmeTitel {
	color: #ddd;
	font-size: 2.5em;	
	line-height: 1em;
	margin: 0 0 15px 15px;
	}
	
.filmeInfos {
	font-size: 1.2em;
	color: #999;
	margin: 0 0 15px 15px;
	}
	
.filmeSynopsisFile {
	font-size: 1.2em;
	color: #ddd;
	margin: 15px 0 15px 15px;
	}
	
.filmeCredits {
	margin: 15px 0 15px 15px;
	}
	
.filmeCreditsText {
	color: #ddd;
	font-size: 1.2em;
	background: transparent url('bilder/bg_aktuellfilme.png') repeat-x;
	border-radius: 10px;
	padding: 15px;
	line-height: 1.4em;
	min-height: 200px;
	}
	
#filmeContent a {
	color: #999;
	}
	
#filmeContent a:hover {
	color: #ddd;
	}
	
.filmeStart {
	color: #ffcc00;
	font-size: 1.2em;
	margin: 0 0 0 15px;
	}
	
.filmeText {
	color: #ddd;
	font-size: 1.2em;
	background: transparent url('bilder/bg_aktuellfilme.png') repeat-x;
	border-radius: 10px;
	padding: 15px;
	line-height: 1.4em;
	min-height: 200px;
	}
	
.filmeRubrik {
	background: #ddd;
	color: #111;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	text-transform: uppercase;
	padding: 2px 10px;
	margin: 30px 0 20px 15px;
	display: inline-block;
	letter-spacing:4px;
	font-size: 1em;
	font-weight: normal;
	}
	
.filmeRubrikSubtitle {
	margin: 0 0 20px 15px;
	font-size: 1.2em;
	color: #999;
	}

#filmeMenu {
	width: 170px;
	margin: 20px 0 0 0;
	font-size: 1.4em;
	color: #ddd;
	font-weight: bold;
	}
	
#filmeMenuContainer #poster170 {
	width: 170px;
	min-height: 235px;
	background-color: rgba(100,100,100,0.3);
	}
	
#filmeMenu ul li {
	display: block;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #666;	
	}
	
#filmeMenu li.filmeMenuActive {
	color: #999;	
	}
	
#filmeMenu ul li:hover {
	cursor: pointer;
	color: #999;
	}
	
#filmeMenu ul li:last-child {
	border-bottom: 0 none;	
	}
	
#filmeMenu ul li a {
	display: block;
	text-decoration: none;
	color: #ddd;	
	}
	
#filmeMenu ul li a:hover {
	color: #999;	
	}
	
#filmeMenu ul li .dateiGroesse {
	color: #999;
	font-size: 0.8em;	
	}
	
.filmeCastTable, .filmeStabTable {
	background: transparent url('bilder/bg_aktuellfilme.png') repeat-x;
	border-radius: 10px;
	padding: 15px;
	min-height: 200px;
	}
	
.table { display: table; }

.zeile { display: table-row; }

.role {
	display: table-cell;
	width: auto;
	text-align: right;
	font-size: 1.2em;
	color: #999;
	padding: 10px;
	}
	
.actor {
	display: table-cell;
	width: auto;
	text-align: left;
	font-size: 1.2em;
	padding: 10px;
	color: #ddd;
	}
	
.filmePressebilder {
	background: transparent url('bilder/bg_aktuellfilme.png') repeat-x;
	border-radius: 10px;
	padding: 15px;
	min-height: 200px;
	}
	
.pressebild {
	display: table-cell;
	width: 180px;
	padding: 0 40px 30px 0;
	color: #ccc;
	}
	
.pressebild a {
	display: inline-block;
	min-width: 180px;
	min-height: 100px;
	background:transparent url('bilder/filesymbol.png') no-repeat;
	vertical-align: top;
	margin: 0 0 10px 0;
	}
	
.pressebild .grau {
	color: #999;
	margin: 5px 0 0 0;
	}
	
#filmeTrailer, #filmeAudio {
	background: transparent url('bilder/bg_aktuellfilme.png') repeat-x;
	border-radius: 10px;
	padding: 15px;
	min-height: 200px;
	
	}
	
#filmeTrailer p, #filmeAudio p {
	color: #999;
	font-size: 1.2em;
}

#filmeTrailer div p:last-child, #filmeAudio div p:last-child {
	margin: 0 0 20px 0;
}
	
#filmeTrailer a, #filmeAudio a {
	color: #ddd;
	font-size: 1.2em;
	text-decoration:none;
	}
	
#filmeTrailer a:hover, #filmeAudio a:hover {
	color: #999;
	}
	
/* --------------------------------------------------------------- */
/*  AGENTUR   */
/* --------------------------------------------------------------- */

#profilContainer {
	float: left;
	width: 380px;
	}
	
#leistungenContainer {
	float: right;
	width: 270px;
	}

.agenturText {
	font-size: 1.6em;
	color: #ddd;
	font-weight: bold;
	background: transparent url('bilder/bg_aktuellfilme.png') repeat-x;
	border-radius: 10px;
	padding: 15px;
	min-height: 200px;
	}
	
.agenturText h1 {
	margin: 20px 0 5px 0;
	font-size: 1.2em;
	display: inline-block;
	}
	
.agenturText h1:first-child {
	margin: 0 0 5px 0;
	}
	
/* --------------------------------------------------------------- */
/*  REFRENZEN   */
/* --------------------------------------------------------------- */

#refsContainer {
	float: left;
	width: 600px;
	}

.refsElement {
	background: transparent url('bilder/bg_aktuellfilme.png') repeat-x;
	border-radius: 10px;
	padding: 15px;
	min-height: 100px;
	margin: 0 0 15px 0;
	}
	
.refsElement:last-child {
	margin: 0;
	}
	
.refsHeader {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #ddd;
	}

.refsUrl {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px 0;
	}
	
.refsUrl a {	
	color: #999;
	}
	
.refsUrl a:hover {	
	color: #ddd;
	}
	
.refsText {
	font-size: 1.2em;
	color: #ddd;
	font-weight: bold;
	}
	
/* --------------------------------------------------------------- */
/*  KONTAKT   */
/* --------------------------------------------------------------- */

#kontaktContainer {
	float: left;
	width: 380px;
	}
	
#rechtContainer {
	float: right;
	width: 270px;
	}
	
.rechtText, .kontaktText {
	background: transparent url('bilder/bg_aktuellfilme.png') repeat-x;
	border-radius: 10px;
	padding: 15px;
	min-height: 200px;
	}
	
.kontaktText {
	font-size: 1.4em;
	font-weight: bold;
	color: #ddd;
	}

.rechtText {
	font-size: 1em;
	font-weight: bold;
	color: #999;
	}

/* --------------------------------------------------------------- */
/*  PASSWORT   */
/* --------------------------------------------------------------- */

#filmePasswort {
	margin: 0 0 0 240px;
	font-size: 1.6em;
	color: #ddd;
	font-weight: bold;
	}
	
#filmePasswort .passwortGelb {
	color: #ffcc00;
	}
	
#filmePasswort .passwortText {
	margin: 0 0 20px 0;
}

#filmePasswort .passwortInput {
	margin: 0 0 50px 0;
}

.passwortText .grau { color: #666; }


/* --------------------------------------------------------------- */
/*  FOOTER   */
/* --------------------------------------------------------------- */

#footerContainer {
	position: fixed;
	height: 40px;
	width: 100%;
	background-color: #eee;
	left: 0;
	bottom: 0;
	letter-spacing: 1px;
	}
	
#footerContent {
	position: relative;
	width: 940px;
	padding: 0 20px;
	margin: 0 auto;
	font-weight: bold;
	color: #999;
	}
	
#footerCopy {
	float: right;
	}
	
#footerCopy p { margin: 10px 0 0 0; }
	
#footerAdresse {
	float: left;
	}
	
#footerAdresse p {
	float: left;
	margin: 10px 20px 0 0;
	}
	
#footerAdresse p a {
	color: #999;
	text-decoration: none;
	}
	
#footerAdresse p a:hover {
	color: #444;
	}
	
#footerAdresse p span.weiss { color: #444; }
