/* Gallery Styles */
body{
	background-position:-2 -130;
	background-repeat:no-repeat;
	background-color:#A4DDFF;
	border:0px;
	margin:0px;
	color:#1631A9;
}
#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 480px; /* Set to gallery width, in px or percentage */
height: 140px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
#frame{
	width:480px; 
	background-image:url(../images/Film/film_fstripo.jpg); 
	background-repeat:repeat-x; 
	height:25px;
}
#contplayer{
	margin-top:50px;
	width:480px;
	border:thick;
	border-color:#76C3FC;
}
#filmstreifen{
}
#text{
	position:absolute;
	left:20;
	top:30;
}
#titel{
	font-family:Helvetica, sans-serif;
	margin-left:15px;
	font-size:35px;
}
#subtext{
	font-family:Helvetica, sans-serif;
	margin-left:15px;
	padding-top:10px;
	font-size:24px;
}
#fliesstext{
	font-family:Helvetica, sans-serif;
	width:380px;
	padding-top:10px;
	position:absolute;	
	right:5;
	margin-top:450px;
	font-size:24px;
}
#smiley{
	float:right;
	margin-right:140px;
}
/* End Gallery Styles */
