#smallLogo{
	height: 167px;
	padding-bottom: 15px;
	margin: 0px;
	background: url('../images/logoSmall_new.png') no-repeat center top;
	margin: -25px 0 10px 0;
}

#homelink a:link{
	width: 380px;
	height: 160px;
	display: block;
	margin: 0 auto;
	border: 0px solid #00f;
}


.pageWrapper0{
	clear: both;
	margin: 0 auto;
	width: 1000px;
	background:  url('../images/pageWrapperTop.png') no-repeat center top, url('../images/pageWrapperBottom.png') no-repeat center bottom;
	padding: 13px 0;
}

.pageWrapper{
	/*clear: both;*/
	margin: 0 auto;
	width: 960px;
	padding: 0 20px 30px 20px;
	background:  url('../images/pageWrapper.png') repeat-y center top;
}

.mediaWrapper{
	clear: both;
	/*width: 958px;*/
	padding: 15px 0 15px 0;
	/*margin: 0px auto 0px auto;
	border: 0px dashed #882222;*/
}

.itemTitle{
	position: relative;
	height: 40px;
	padding-bottom: 13px;
	margin-bottom:  2em; /*16px;*/
	background: url('../images/title00divider.png') no-repeat center bottom;	
}

.itemTitle00{
	font-family: 'Roboto',Times, serif;
	/*position: absolute;*/
	/*width:100%;*/
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.26em;
	/*color: #eddd7e;*/
	color: #fff;
	/*-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(55%, rgba(0,0,0,1)), color-stop(64%, rgba(0,0,0,.7)), to(rgba(0,0,0,.1)));*/
	text-shadow: 0px 0px 9px #000, 0px 0px 4px #000, 0px 0px 3px #000;
	font-weight :  900;
}


.mediaWrapperShort{
	float: left;
	/*clear: both;*/
	/*width: 632px;*/
	width: 940px;
	margin-right: 20px;
	padding: 35px 0 0 0;
	/*margin: 0px auto 0px auto;*/
	border: 0px dashed #882222;
}

.mediashortContainer{
	/*width: 632px;*/
	margin: 0px auto 0px auto;
	padding: 0;
	text-align: center;
}

.mediashortContainer ul{
	list-style: none;
	padding: 0px 0 10px 0;
	margin: 0;
}

.mediashortContainer li{
	display: inline-block;
}

.screenWrapper{
	float: left;
	/*clear: both;*/
	/*width: 632px;*/
	width: 960px;
	margin-right: 20px;
	padding: 35px 0 0 0;
	/*margin: 0px auto 0px auto;*/
	border: 0px dashed #882222;
}


.screenContainer{
	/*width: 632px;*/
	margin: 0px auto 0px auto;
	padding: 0;
	text-align: center;
}

.screenContainer ul{
	list-style: none;
	padding: 10px;
	margin: 0;
}

.screenContainer li{
	display: inline-block;
	float:left;
	padding:10px 10px 0 0 ;
}

.halfpagemovie{
	float:left;
	width: 469px;
	height: 264px;
	margin: 15px 0 25px 0;
	border: 0px dashed #882222;
}
.floatright{
	float:right;
	margin-right: 0;
}

.clearer{
	clear: both;
}

.listy3{ /*LISTY FOR MEDIA OVERVIEW*/
	/*position: relative;*/
	margin: 5px 5px 5px 5px;
	padding: 0;
	line-height: 0;	
}
.listy3 a:link,
.listy3 a:visited,
.listy3 a:active{
	width:	203px;
	height:	114px;
}
.listy3 a:hover > .screenThumb2,
.listy3 a:hover > .screenThumb1{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	border: 1px solid #000; /*#920100;*/
}

.screenThumb2{ /*used on mediaoverview (and others?)*/
	display:block;
	width:	210px;
	height:	118px;
	border: 1px solid #000;

	opacity: .80;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	box-shadow: 0 0 5px #000;
	margin: 0px 0px 0px 0px;
	
	transition: opacity .2s;
	-moz-transition: opacity .2s;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;		
	
	border: 1px solid #353231;
	box-shadow: 0 0 5px #000;		
}
