/* ie png fix */

img
{
	behavior: url(/assets/site/ie-png-fix/ie-png-fix.htc);
}

/* ########## TYPO HTML-Standard ########## */

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

html, body
{
	height: 100%;
	font-size: small;
}

body
{
	background: #000000 no-repeat fixed center center;
	color: #193554;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-size: medium;
}

#distance
{
	width: 1px;
	height: 50%;
	background-color: transparent;
	margin-bottom: -300px; /* half of #container's height */
	float: left;
}

#contentcanvas
{
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	width: 960px;
	height: 600px;
	clear: left;
	overflow: hidden;
}

#title
{
	position: absolute;
	top: 60px;
	left: 60px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	z-index:20;
	cursor: pointer;
}

#title-claim
{
	position: absolute;
	top: 168px;
	left: 60px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	z-index:20
}

#badge,
#preview
{
	position: absolute;
	top: 0px;
	left: 260px;
	height: 100px;
	width: 100px;
	margin: 5px 0px 0px;
	padding: 0px;
	overflow: hidden;
	text-align: right;
	background: url('/assets/templates/maenner-im-wasser.pandorafilm.de/images/badge.png') no-repeat;
	z-index: 10;
}

#preview
{
	opacity: 0.8;
	left:  336px;
	top:  12px;
}

#badge .badge,
#preview .badge
{
	position: absolute;
	top: 24px;
	left: 16px;
	width: 68px;
	height: 68px;
	overflow: hidden;
	padding: 0px;
}

#badge .badge p,
#preview .badge p
{
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: large;
	text-transform: uppercase;
	text-align: center;
	line-height: 0.9em;
}

#badge .badge a,
#preview .badge a
{
	color: #ffffff;
	border: 0px;
	text-decoration: none;
}

#badge .badge a:hover,
#preview .badge a:hover
{
	color: #99ccff;
}

#scrollerOuter
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1960px;
	height: 600px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#scrollerInner
{
	position: absolute;
	Xtop: 0px;
	Xleft: 0px;
}

.bg
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 600px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.mann
{
	position: absolute;
	top: 224px;
	left: 50px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	z-index:10
}

.content
{
	position: absolute;
	Xtop: 120px;
	Xleft: 320px;
	width: 560px;
	height: 380px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

.content h1
{
	font-size: xx-large;
	color: #193554;
	text-transform: uppercase;
	margin-top: 0.0em;
	margin-bottom: 0.5em;
}

.content h2
{
	font-size: x-large;
	color: #193554;
	text-transform: none;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.content h3
{
	font-size: large;
	color: #297ca7;
	text-transform: none;
	margin-top: 0.75em;
	margin-bottom: 0.25em;
}

.content p
{
	margin-bottom: 0.5em;
}

.content a
{
	text-decoration: underline;
	color: #297ca7;
}

.content .imageRight
{
	float: right;
	margin-left: 10px;
}

.content .imageLeft
{
	float: left;
	margin-right: 10px;
}

.content .question
{
	
	font-style: italic;
	margin-top: 1em;
	margin-bottom: 0.2em;
}

.content #pressQuotes
{
	height: 90px;
	width: 540px;
	overflow: hidden;
	margin: 40px 0px 0px 0px;
	text-align: center;
}

.content #pressQuotes p
{
	background:none !important;
}

.content .origin
{
	font-style: italic;
	font-weight: bold;
	margin-bottom: 2em;
}

.content .festival
{
	font-weight: bold;
	margin-bottom: 0em;
}

.content .award
{
	margin-bottom: 1em;
}

.content p.credits
{
}

.content table td
{
	padding-right: 8px;
}

.content table.credits
{
	border: 0px solid #000000;
	margin: 12px 0px;
}

.content table.credits td
{
	vertical-align: top;
	padding: 0px;
	font-size: small;
}

.content table.credits td.creditsWhat
{
	text-align: right;
	font-weight: bold;
	padding-right: 8px;
}

#menu
{
	position: absolute;
	overflow: hidden;
	left: 0px;
	bottom: 30px;
	width: 960px;
	height: 44px;
	margin: 0px;
	background: url('/assets/templates/maenner-im-wasser.pandorafilm.de/images/menu.png') no-repeat;
	z-index: 99;
}

#menu .menu
{
}

#menu ul
{
	padding-left: 330px;
}

#menu li
{
	float: left;
	padding-top: 12px;
	margin-right: 20px;
	list-style-position: outside;
	list-style-type: none;
}

#menu li:hover
{
	
}

#menu li a
{
	color: #fff;
	text-decoration: none;
	letter-spacing: -0.07em;
	font-weight: bold;
	font-size: large;
	text-transform: uppercase;
	cursor: pointer;
}

#menu li a:hover
{
	color: #99ddff;
}

#menu li.self,
#menu li.self:hover
{
	
}

#menu li.self a,
#menu li.self a:hover
{
	Xcolor: #99ddff;
}

#logos
{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#icons
{
	position: absolute;
	overflow: hidden;
	right: 70px;
	top: 50px;
	z-index: 99;
}

#pandorafilm
{
	position: absolute;
	overflow: hidden;
	left: 60px;
	bottom: 37px;
	z-index: 99;
}


#impressum
{
	position: absolute;
	bottom: 4px;
	right: 4px;
	border: 0px;
}

#impressum a,
#impressum a:hover
{
	font-size: x-small;
	font-weight: normal;
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}


.jScrollPaneContainer {
	position: absolute;
	top: 120px;
	left: 330px;
	Xposition: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url('/assets/templates/maenner-im-wasser.pandorafilm.de/images/scrollpane_track.png') repeat;
}
.jScrollPaneDrag {
	position: absolute;
	background: url('/assets/templates/maenner-im-wasser.pandorafilm.de/images/scrollpane_drag.png') repeat;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #F00;
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #0f0;
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

