@charset "UTF-8";
 html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg_scale.jpg', sizingMethod='scale')";
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(../img/bg_scale.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}   
*:focus {
	outline: none;
}
body {
	margin: 0px;
	padding: 0px;
/*	background-image: url(../img/bg.jpg);
	background-repeat: repeat; */
}
#container {
	width: 92%;
	
	height: 86%;
	left:4%;
	top:7%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	position: absolute;
	/*min-width: 1000px;*/
	min-height: 550px;
}
#startseite {
	background-image: url(../img/start/susie_ganz.png);
	background-repeat: no-repeat;
	height: 486px;
	width: 541px;
	float: left;
	bottom: 0px;
	position: absolute;
}
#navigation {
	height: 29px;
	width: auto;
	position: absolute;
	bottom: 30px;
	left: 50px;
}   
#navigation a, #navigation img {
	margin: 0;
	padding: 0;
}
#header {   
	margin-top: -4px;
	margin-bottom: 12px;
}
#footer {
	clear: both;
}
#content {
}
p {
	padding: 0px;
	margin: 0px;
}
#filmleiste {
	background-color: #FFF;
	width: 216px;
	height:75%;
	padding-right:50px;
	position: relative;
	left: 60px;
	top: 40px;
	overflow-x:hidden; /* Override direction */
	overflow: auto;   
}
#filmfenster {
	position: absolute;
	width: 550px;
	left: 37%;
	top: 40px;
}
#inhaltsfenster {
	position: absolute;
	width: 410px;
	left: 350px;
	top: 40px;
	height: 75%;
	overflow: auto;
}
#logo {
	background-image: url(../img/susie_logo.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 150px;
	width: 150px;
	bottom: 20px;
	right: 30px;
}
