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;
	color: #000000;
	font-family: 'IM Fell DW Pica', serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
}
a,a:visited
{
	color: #8B4513;
	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: #A0522D;
	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: #2b1202;
	border-style: solid;
	border-width: 0 0 0 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 1024px;
}
.content
{
	border-color: #2b1202;
	border-style: solid;
	border-width: 0 0 0 0;
	float: right;
	width: 720px;
}
.star-icon
{
	background: url(../images/strichfrau-80.png) no-repeat;
	background-position: center center;
	border-top: dotted #2b1202 1px;
	height: 90px;
	padding-top: 10px;
	width: 100%;
}
header
{
	border-color: #2b1202;
	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: 30px;
}
header .navi
{
	/*
	background-attachment: fixed;
	background-image: url(../images/nav.png);
	background-position: 200px 100px;
	background-repeat: no-repeat;
	*/
	border-color: #2b1202;
	border-style: solid;
	border-width: 0 0 0 0;
	margin-bottom: 2px;
	padding-bottom: 10px;
	width: 270px;
}
header h1
{
	color: #000000;
	font-family: 'IM Fell DW Pica', serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 42px;
}
header a,header a:visited
{
	color: #8B4513;
	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: #A0522D;
	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: 'IM Fell DW Pica', serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	margin-right: 15px;
}
section
{
	margin-bottom: 60px;
}
section h2
{
	font-family: 'IM Fell DW Pica', serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 38px;
}
section h3
{
	font-family: 'IM Fell DW Pica', serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 28px;
}
section .left
{
	border-color: #2b1202;
	border-style: solid;
	border-width: 0 0 0 0;
	padding-top: 66px;
  padding-left: 44px;
	float: left;
	width: 720px;
}
section .right
{
	border-color: #2b1202;
	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-620.jpg) no-repeat center center;
	height: 620px;
	margin: 10px 0 0 0;
	padding-top: 30px;
}
#cast-and-crew h3
{
	font-family: 'IM Fell DW Pica', serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 28px;
}
#cast-and-crew ul
{
	list-style: none;
	padding-left: 5px;
}