

body {
	font-size: 16px;
	line-height: 1.231em;

	background-color: #000000; 	/* #100b0b	#070707 */
	
	color: #CCCCCC;
	font-size: 0.7em;
	word-spacing: 0px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	white-space: normal;	
	text-decoration: none;
	text-transform: none;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif; 
	}
	

h1 {
	padding: 0em;
	margin-bottom: 0.2em;
	font-size: 1em;
	font-weight: bold;
	color: #CCCCCC;
	}
	
h2, h3, h4, h5, h6 {
	display: inline; 
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding: 0em;
	margin: 0em;
	}
	
#sign {
	position: fixed;
	left: 776px;
	top: 38px;
	background-image:url(/img/gloede.png);
	background-repeat:no-repeat;
	width: 80px;
	height: 60px;
	z-index: 80;
	}

#sign_print, #printhead, #printnav { display: none; }
	
/* =============================================================================
   top navigation
   ========================================================================== */

#navbackgr {
	position: fixed;
	top: 0; left: 0; right: 0;
	height: 7.2em;
	background-color: #000000;
	z-index: 30;
	overflow: hidden;
	}
#nav {
	display: block;
	position: fixed;
	top: 3.2em;
	left: 0.5em; /* 20px */
	z-index: 40;
	white-space:nowrap;	
	}
	
#nav ul {
	margin: 0;
	padding: 0;
	}

#nav ul li {
	list-style: none;
	display: inline;
    margin-left: 0.2em; padding: 0;
	font-family: 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1.3pt;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.8em;
	}

#nav ul li:after {
	content: "|";
	font-weight: 100;
	margin-left: 0.2em; padding: 0;
	}

#nav ul li:last-child:after {
	content: " ";
	}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	text-decoration: none;
	outline: none;
	}

	
.nav-vita, a.nav-vita {				color: #807E7E;	} a.nav-vita-current,	 	a.nav-vita:hover	{	color: #CCCCCC;	}
.nav-film, a.nav-film {				color: #006589;	} a.nav-film-current,	 	a.nav-film:hover 	{	color: #3399CC;	}
.nav-theater, a.nav-theater {		color: #950000;	} a.nav-theater-current, 	a.nav-theater:hover {	color: #CC0000;	}
.nav-studio, a.nav-studio {			color: #999900; } a.nav-studio-current,  	a.nav-studio:hover {	color: #CCCC00;	}
.nav-sonstiges, a.nav-sonstiges {	color: #bd3d88;	} a.nav-sonstiges-current,	a.nav-sonstiges:hover {	color: #cc619f;	}
.nav-kontakt, a.nav-kontakt {		color: #976500;	} a.nav-kontakt-current,  	a.nav-kontakt:hover {	color: #CC9900;	}


/* =============================================================================
   left navigation - content
   ========================================================================== */

#styleswitcher {
	display:block;
	position: fixed;
	width: 10px;
	height: 5px;
	background-color: #414141;
	bottom: 7px;
	margin-left: 20px;
	z-index: 100;
	}

.expand {
	display:none;
	}

#contentnav {
	display: block;
	position: fixed;
	top: 7.2em;
	min-height: 300px;
	bottom: 0;
	left: 0;
	background-color: #333333;
	z-index: 20;
	width: 16.6em;
	border-left: 1em solid #000000;
	border-right: 0.9em solid #000000;
	}

#contentnav ul {
	margin: 0.6em;
	padding: 0;
	}

#contentnav ul li {
	list-style: none;
    margin: 0; padding: 0;
	}
	
#contentnav ul li a:link {
	color: #CCCCCC;
	font-family: "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.12em;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	outline: none;
	}

/* #contentnav ul li a:hover, #contentnav ul li a:active { */
#contentnav ul li a:hover {
	text-decoration: none;
	outline: none;
	color: #FFFFFF;
	}

#contentnav ul li a:active {
	text-decoration: none;
	outline: none;
	color: #FFFFFF;
	}


#contentnav a.nav-link, #contentnav ul li a.nav-link:link{ color: #CCCCCC;	}
#contentnav a.nav-link-current, #contentnav ul li a.nav-link:hover	{	color: #FFFFFF !important;	text-decoration: none; }
#contentnav ul li a.nav-link:active	{	color: #FFFFFF;	border-bottom: 1px solid #FFFFFF; }


/* =============================================================================
   main content
   ========================================================================== */

#error {
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal; 
	text-transform: none;
	color: #CCCCCC;
	word-spacing: normal;
	text-decoration: none;
	}


#contentmain {
	position: absolute;
	display: block;
	top: 7.2em;
	left: 18.6em; /* 150px */
	right: 0em;
	}

#contentmain img {
	padding-right: 1em;
	outline: none;
	}

#tileDetail {
	position: relative;
	display: block;
	height: auto;
	min-height: 480px;
	}

#tileDetailImg {
	position: relative;
	top: 0px;
	display: block;
	float: left;
	}

#tileDetailImg img {
	min-height: 380px;
	}

#tileDetailImg a:link, #tileDetailImg a:active, #tileDetailImg a:visited {
	outline: none;
	}

#tileDetailInfo {
	position: relative;
	margin-left: 10px;
	display: block;
	
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.2px;
	letter-spacing: 1px;
	line-height: 16px;
	color: #e0e0e0;
	}

#contentmain .titel 		{ font-weight: bold; margin-bottom: 20px;}
#contentmain .subtitel 		{ font-weight: bold; }
#contentmain .format		{	}
#contentmain .laenge 		{	}
#contentmain .org 			{	}
#contentmain .country 		{	}
#contentmain .regie 		{	}
#contentmain .regie:before	{ content:"Regie: "; }
#contentmain .abt 			{ font-style: italic; line-height: 30px; }
#contentmain .abb 			{ 	}
#contentmain .abb:before	{ content:"Abb.: "; }

/* =============================================================================
   tiles
   ========================================================================== */

#tilesRowPrintHead {
	display: none;
	}
	
#tilesRow {
	margin-top: 10px;
	position: relative;
	display: block;
	width: 550px;
	float: left;
	}
#tilesWrapper {
	display: inline-block;
	}

#contentmain ul.tiles {
	margin: 0; padding: 0;
    margin-top: 0.6em;
	}

#contentmain ul.tiles li {
	white-space: nowrap;
	list-style: none;
	display: inline;
    margin-right: 0.8em; margin-bottom: 0.4em; padding: 0;
	}

#contentmain ul.tiles li img {
    margin: 0; padding: 0;
    outline: none;
	}
	
#contentmain ul.tiles li img.current {
    outline: #ffffff solid thin ;
	}

#contentmain ul.tiles li a:link {
    margin: 0; padding: 0;
    outline: none;
	}


/* =============================================================================
   tiles chapters
   ========================================================================== */

#tilesChapters {
	top: 6px;
	position: absolute;
	display: block;
	width: 120px;
	left: 530px;
	}

ul.tilesChapters {
	padding: 0;
	margin: 0;
	padding-left: 9px;
	}

ul.tilesChapters li {
	white-space: nowrap;
	list-style: none;
    margin: 0; padding: 0;
	}
	
ul.tilesChapters li, ul.tilesChapters li a:link , ul.tilesChapters li a:visited {
	color: #b2b2b2;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	}

ul.tilesChapters li a:hover {
	text-decoration: none;
	outline: none;
	color: #FFFFFF;
	}

ul.tilesChapters li a:active {
	text-decoration: underline;
	outline: none;
	color: #FFFFFF;
	}

ul.tilesChapters li a:link.currentChapter, ul.tilesChapters li a:hover.currentChapter, ul.tilesChapters li a:visited.currentChapter { color: #ffffff; outline: none; }


/* =============================================================================
   kontakt
   ========================================================================== */

#contactmewrapper {
	display: block;
	position: absolute;
	left: 0; top: 0;
	padding-top: 2px;
	}
	
#kontakt {
	left: 0px; top: 0px;
	display: block;
	padding: 0; margin: 0;
	margin-left: 7px;
	margin-top: -4px;
	position: absolute;

	font-family: "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.12em;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	color: #CCCCCC;
	}

.website-by {
	margin-top: 20px;
	opacity: 0.6;
	}
.website-by:hover {
	opacity: 0.9;
	}

.website-by a, .website-by a:link, .website-by a:visited {
	color: rgba(204, 204, 204, 1);
	text-decoration: none; font-weight: normal;
	}

.website-by a:hover, .website-by a:active {
	color: #FFFFFF;
	font-weight: 500;
	}

#contactmewrapper label {
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.12em;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal; 
	text-transform: none;
	color: #CCCCCC;
	word-spacing: normal;
	text-decoration: none;
	}
#contactmewrapper label {
	display: block;
	margin-top: 3px;
	
	font-weight: bold;
	}

#contactmewrapper label:first-child {
	margin-top: 0px;
	}

#contactmewrapper #name, #contactmewrapper #email {
	width: 320px;
	} 

#contactmewrapper #message {
	width: 320px;
	}
	
#contactmewrapper input, #contactmewrapper textarea {
	display: block;
	margin-top: 2px;
	background-color: rgba(120, 120, 120, 0.01);
	border: 1px solid rgba(128,126,126, 0.8);
	border-width: 1px;
	color: rgba(250, 250, 250, 0.9);
	font-size: 0.9em;
	padding: 3px;
	border-radius: 2px;
	}

#contactmewrapper textarea {
	resize: vertical;
	}
	
#contactmewrapper input:hover, #contactmewrapper textarea:hover {
	outline: none;
	border: 1px solid rgba(250, 250, 250, 0.9);
	background: rgba(250, 250, 250, 0.08);
	color: #FFFFFF;
	}

#contactmewrapper input:focus, #contactmewrapper textarea:focus {
	outline: none;
	border: 1px solid #FFFFFF;
	background: rgba(250, 250, 250, 0.15);
	color: #FFFFFF;
	}

#contactmewrapper .invalid {
	border: 1px solid rgba(224, 57, 11, 0.7);
	color: rgba(224, 57, 11, 0.9);
	}

#contactmewrapper .invalid:hover, #contactmewrapper .invalid:focus {
	border: 1px solid rgba(192, 54, 51, 0.7);
	color: rgba(250, 250, 250, 0.9);
	}

#contactmewrapper #captchadiv {
	width: 250px;
	float: left;
	height: 50px;
	margin-bottom: 3px;
	}

#contactmewrapper #siimage {
	display: block;
	padding-right: 5px;
	margin-top: 2px;
	border: 0px;
	opacity: 0.8;
	width: 200px;
	height: 50px;
	float: left;
	}
	
#contactmewrapper #formSubmit {
	width: 160px;
	color: rgba(250, 250, 250, 0.9);
	border-radius: 2px;

	}

#contactmewrapper #formSubmit:active {
	outline: none;
	border: 1px solid rgba(250, 250, 250, 1);
	background: rgba(250, 250, 250, 0.3);
	color: #FFFFFF;
	}



/* =============================================================================
   vita
   ========================================================================== */

#vita {
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	display: block;
	position: absolute;
	left: 0.4em;
	top: 0;
	right: 0;
	font-family: "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
	letter-spacing: 0.12em;
	}
#vita_portait {
	position: absolut;
	display: block;
	margin-top: 1em;
	}
#vita_text {
	font-size: 10px;
	line-height: 16px;
	display: block;
	width: 38em;
	float: left;
	margin-right: 5em;
	font-family: "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
	letter-spacing: 0.12em;
	}
.vita_section_title {
	display: block;
	width: 100%;
	margin-top: 2em;
	font-size: 12px;
	line-height: 16px;
	}
.vita_section_first_title {
	display: block;
	width: 100%;
	margin-top: 0.1em;
	font-size: 13px;
	line-height: 16px;
	}
.vita_section {
	display: block;
	width: 100%;
	margin-top:0.5em;
	}
table.vita_dates {
	border: 0px;
	border-collapse: separate; 
	}
table.vita_dates td {
	padding-bottom: 0.4em;
	}
table.vita_dates tr.spacer {
	height: 0.8em;
	}
table.vita_dates tr.thinspacer {
	height: 0.4em;
	}
table.vita_dates td.year {
	width: 5.5em;
	}
table.vita_dates td.description {
	width: 60em;	
	}
table.vita_dates td.description b {
	font-weight: bold;
	}

#vita a:link, #vita a:visited {
	text-decoration: none;
	font-style: none;
	font-weight: bold;
	color: #CCCCCC;
	outline: none;
	}

#vita a:hover, #vita a:active {
	text-decoration: none;
	font-style: none;
	font-weight: bold;
	color: #FFFFFF;
	outline: none;
	}


/* =============================================================================
   old shit
   ========================================================================== */


.filmtext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; line-height: 16px; font-weight: normal; font-variant: normal; text-transform: none; color: #CCCCCC; letter-spacing: normal; word-spacing: normal; text-decoration: none; }
.filmtext_fett { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; line-height: 16px; font-weight: bold; font-variant: normal; text-transform: none; color: #CCCCCC; letter-spacing: normal; word-spacing: normal; text-decoration: none }
.filmtext_kursiv { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: italic; line-height: 16px; font-weight: normal; font-variant: normal; text-transform: none; color: #999999; letter-spacing: 1px; word-spacing: normal; text-decoration: none }
.nachricht { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; line-height: 16px; font-weight: normal; font-variant: normal; text-transform: none; color: #333333; letter-spacing: normal; word-spacing: normal; text-decoration: none; cursor: auto }



/* =============================================================================
   jQuery lightBox plugin - Gallery style
   ========================================================================== */

#gallery {
	background-color: #444;
	padding: 10px;
	width: 520px;
	}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
	}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
	}
#gallery ul a:hover { color: #fff; }


	
/* =============================================================================
   Fonts
   ========================================================================== */

@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans'), local('DroidSans'), url(/css/droidsans.woff) format('woff');
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 0.1em; margin: -0.1em; overflow: hidden; padding: 0; position: absolute; width: 0.1em; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* =============================================================================
   Fancybox
   ========================================================================== */
.fancybox-skin { padding: 0 !important; }





