html,body,ul,li
{
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
body
{
	/*	
	background-attachment: fixed;
	background-image: url(../images/background-dirty.jpg);
	background-position: left top;
	background-repeat: repeat;
	*/
	background-color: #000000;
	color: #888888;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 28px;
}
a,a:visited
{
	color: #b98556;
	moz-transition: all .2s ease-in;
	padding-left: 0;
	text-decoration: none;
	transition: all .2s ease-in;
	webkit-transition: all .2s ease-in;
}
a:hover,a:visited:hover
{
	color: #965821;
	moz-transition: all .1s ease-out;
	padding-left: 3px;
	text-decoration: none;
	transition: all .1s ease-out;
	webkit-transition: all .1s ease-out;
}
.container
{
	border-color: #888888;
	border-style: solid;
	border-width: 0 0 0 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 1024px;
}
.content
{
	border-color: #888888;
	border-style: solid;
	border-width: 0 0 0 0;
	float: right;
	width: 720px;
}
.star-icon
{
	/*background: url(../images/Stange-660b.jpg) no-repeat;
	background-position: center center;
	border-top: dotted #888888 1px;*/
	height: 50px;
	padding-top: 10px;
	width: 100%;
}
header
{
	border-color: #888888;
	border-style: solid;
	border-width: 0 0 0 0;
	float: left;
	margin: 10px 50px 0 0;
	position: fixed;
	text-align: left;
}
header .fb-container
{
	margin-top: 800px;
	padding-left: 40px;
}
header .navi
{
	/*
	background-attachment: fixed;
	background-image: url(images/Lift-120b.jpg);
	background-position: 200px 100px;
	background-repeat: no-repeat;
	*/
	border-color: #888888;
	border-style: solid;
	border-width: 0 0 0 0;
	margin-bottom: 2px;
	padding-bottom: 10px;
	padding-top: 40px;
	width: 270px;
}
header h1
{
	color: #888888;
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	line-height: 42px;
}
header a,header a:visited
{
	color: #b98556;
	moz-transition: all .5s ease-in;
	text-decoration: none;
	text-transform: none;
	transition: all .5s ease-in;
	webkit-transition: all .5s ease-in;
}
header a:hover,header a:visited:hover
{
	color: #965821;
	moz-transition: all .2s ease-out;
	padding-left: 0;
	transition: all .2s ease-out;
	webkit-transition: all .2s ease-out;
}
header ul
{
	margin-top: 30px;
}
header li
{
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin-right: 15px;
}
section
{
	margin-bottom: 60px;
}
section h2
{
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	line-height: 42px;
}
section h3
{
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 28px;
}
section .left
{
	border-color: #888888;
	border-style: solid;
	border-width: 0 0 0 0;
	padding-top: 20px;
     padding-left: 44px;
	float: left;
	width: 720px;
}
section .right
{
	border-color: #888888;
	border-style: solid;
	border-width: 0 0 0 0;
	float: right;
	width: 660px;
}
#home .movie
{
	/* background: url(../images/lists.png) no-repeat; */
	background: url(../images/plakat-620b.jpg) no-repeat center center;
	height: 700px;
	margin: 2px 0 0 0;
	padding-top: 10px;
}
#cast-and-crew h3
{
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	line-height: 28px;
}
#cast-and-crew ul
{
	list-style: none;
	padding-left: 5px;
}
#facts h3
{
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	line-height: 28px;
}
#contact td
{
	width: 250px;
	padding-left: 10px;
	vertical-align: middle;
}