/* CSS Document */
html, body {
	height: 100%;
}

body {
	background-color: #222;
	margin: 0;
}

table {
	margin: 0;
	padding: 0 0 18px;
}

th {
	height: 18px;
}

td p {
	margin-bottom: 0;
}

hr {
	color: #b98429;
	background-color: #b98429;
	height: 1px;
	border: 0;
	margin: 20px 0;
}

img, video {
	border: 0;
}

#jshint {
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	background: #f89020;
	font-weight: bold;
	width:100%;
	text-align:center;
	z-index: 10;
	display:block;
}

.background {
	width: 1000px;
	margin: 0 auto;
	background: url('bilder/background.png');
/*	padding: 340px 0 40px;*/
	height: auto !important;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
} 
	
#oben {
	top: 0px;
	height:335px; /* 350 */
	position: absolute;
	width: 1000px;
	background: url('bilder/background.png');
	z-index: 4;
	box-shadow: 4px 4px 15px rgba(34,34,34,0.8); 
	-webkit-box-shadow: 4px 4px 15px rgba(34,34,34,0.8);  
	-moz-box-shadow: 4px 4px 15px rgba(34,34,34,0.8); 
}

#logo {
	position: absolute;
	height: 50px;
	width: 255px;
/*	left: 50%;
	margin-left: 245px; */
	z-index: 2;
	text-align: center;
/*	padding-top: 16px; */
	padding: 16px 0 0 745px;
	background: url('bilder/background.png'); 
}

#menue_oben {
	position: absolute;
	height: 50px;
	width: 740px;
	left: 50%;
	margin-left: -490px;
	margin-top: 43px;
	z-index: 2;
}

.headimage {
	position: absolute;
	height: 270px;
	width: 1000px;
	left: 50%;
	top: 65px;
	margin-left: -500px;
	z-index: 2;
	overflow: hidden;
	background-color: #a7a9ac;
}

#fade_upper, #fade_lower {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

/*
.headimagefix {
	position:absolute;
	height: 270px;
	width: 1000px;
	left: 50%;
	top: 65px;
	margin-left: -500px;
	z-index: 3;
	overflow: hidden;
	background-color: #a7a9ac;
}
*/

.banner {	
	position: absolute;
	height: 270px;
	width: 1000px;
	top: 65px;
	overflow: hidden;
	background: #a7a9ac;
}

.balken {
	position: fixed;
	width: 480px;
	height: 340px;
	z-index: 4;
	background: url('bilder/background.png') no-repeat #646567;
	left: 50%;
	margin-left: -235px;
	overflow:hidden;
}

#filmcontainer {
	/*	height: 270px;
		width: 480px; */
		margin-left: 265px;
		overflow: hidden;	
		float: left;
}

#filminfo {
		height: 270px;
		width: 255px;
		margin-left: 745px;
		overflow: auto;
}

.fallstudieninfo {
		height: 288px;
		width: 261px;
		position: fixed;
		left: 50%;
		margin-left:245px;
		margin-top: 87px;
		z-index: 5;
		overflow: auto;
		}

#filme table {
	border-top: 1px solid #b98429;
}

/*	
.inhalt {
	width: 460px;
}
*/

.hauptspalte {
	width: 470px;
	margin: 340px 0 50px 265px;
	padding-top: 10px;
}

.menue_container {
	background-color: #f08a00;
	position: absolute; 
	width: 210px;
	top: 270px;
	z-index: 9;
	padding: 70px 0 20px;
	box-shadow: 0px 3px 6px rgba(34,34,34,0.6); 
	-webkit-box-shadow: 0px 3px 6px rgba(34,34,34,0.6);  
	-moz-box-shadow: 0px 3px 6px rgba(34,34,34,0.6); 
}

.menue {
	position: relative;
	top: 70px;
	padding-left: 20px;
}

#pre-names {
	position: absolute; 
	width: 210px;
	top: 590px;
	padding-left: 40px;
	display: none;
	cursor: pointer;
}

#names {
	position: absolute; 
	width: 210px;
	top: 605px;
	height: 50px;
	overflow: hidden;
	padding-left: 60px;
	display: none;
	cursor: pointer;
}

.name {
	font-size: 16px;
	line-height: 30px;
	margin-top: 0;
}

.name p {
	margin: 10px 0 30px;
	color: #eee;
}

#adresse {
	position: absolute;
	top: 15px;
	padding-left: 20px;
	left: 50%;
	margin-left: -500px;
}

#teaserbar {
	float: right;
	position: relative;
	width: 255px;
	margin-top: 340px; 
}

#teaser1, #teaser1b, #teaser1c, #teaser1s { 
/*		margin-top: 355px; */
}
			
#teaser2, #teaser2b, #teaser2c, #teaser2s { 	
/*		margin-top: 555px; */
}
			
#teaser3, #teaser3b, #teaser3c, #teaser3s { 
/*		margin-top: 755px; */
}	

#teaser2b, #teaser2c {
	display:none;
}

.teaser_snippet {
		cursor: pointer;
		margin-left: 10px;
		padding-left: 10px;
		background: #fff;
		position: absolute;
}

.teaser_big { 		
		width: 470px;
		color: #000;
		background-color: #FFF;
		margin: 0 0 0 -480px;
		position: relative;
		z-index: 3;
		float: left;
		box-shadow: 4px 4px 14px rgba(34,34,34,0.8); 
		-webkit-box-shadow: 4px 4px 14px rgba(34,34,34,0.8);  
		-moz-box-shadow: 4px 4px 14px rgba(34,34,34,0.8); 
}

.teaser_wt { 	
		width: 10px;
		height: 170px;
		color: #000;
		background-color:#FFF;
		margin: -170px 0 0 -10px;
		position: relative;
		z-index: 3;
}

.teaser_or { 		
		width: 10px;
		height: 170px;
		color: #000;
		background-color: #f08a00;
		z-index: 3;
		margin-top: 15px;
}

.close_1 {
		position: absolute;
		width: 78px;
		height: 18px;
		left: 50%;
		margin-top: 359px;
		margin-left: 165px;
		cursor: pointer;
		z-index: 5;
}

.thumbnail {
		cursor: pointer;
}

#trenner_1, #trenner_2 {
		margin-top: 14px;
}

#trenner_2 {
/*		margin-top: 413px; */
}
		
.trenner {
		position: relative; 		
		width: 255px;
		height: 3px;
		/*left: 50%;
		margin-left: 245px;*/
		z-index: 3;
		background: url('bilder/balken_2.png') no-repeat;
}

#top, #frage1, #frage2, #frage3, #frage4, #frage5, #frage6, #frage7, #frage8 {
		position: relative;
}

/* menu visibility */
#erfolg2, #ueber2, #leistung2 { display:none; }

#erfolg #erfolg2, #erfolg_auma #erfolg2, #confidential #erfolg2, #erfolg_eh_ehc #erfolg2, #erfolg_eh_itemp #erfolg2, #erfolg_maxit #erfolg2, #erfolg_vita_blp #erfolg2, #erfolg_vita_ids #erfolg2 { display:block; }

#agentur #ueber2, #awards #ueber2, #ideologie #ueber2, #jobs #ueber2, #kontakt #ueber2, #news #ueber2 { display:block;}

#wirtschaftsfilm #leistung2, #interaktiv #leistung2, #cgi_3d #leistung2, #mehr #leistung2 { display:block; }


#home #filmcontainer {
	margin-left: 0;
}

#erfolg #pre-names, #erfolg_auma #pre-names, #confidential #pre-names, #erfolg_eh_ehc #pre-names, #erfolg_eh_itemp #pre-names, #erfolg_maxit #pre-names, #erfolg_vita_blp #pre-names, #erfolg_vita_ids #pre-names {
	top: 620px;
}

#erfolg #names, #erfolg_auma #names, #confidential #names, #erfolg_eh_ehc #names, #erfolg_eh_itemp #names, #erfolg_maxit #names, #erfolg_vita_blp #names, #erfolg_vita_ids #names {
	top: 635px;
}
