/* SplineSPREAD Website Style*/

/* AREAS */
div#screenbig {
	position: absolute;
	overflow: auto;
	left: 560px;
	top: 30px;
	height: 660px;
	width: 375px; }

div#screentop {
	position: absolute;
	left: 560px;
	top: 30px;
	height: 310px;
	width: 375px; }

div#screencenter {
	position: absolute;
	left: 560px;
	top: 350px;
	height: 310px;
	width: 375px; }

div#screencenter2 {
	position: absolute;
	left: 560px;
	top: 250px;
	height: 310px;
	width: 375px; }

div#screenbottom {
	position: absolute;
	height: 280px;
	width: 375px;
	left: 560px;
	top: 410px;
	color: #FFFFFF; }

div#navbar {
	position: absolute;
	left: 30px;
	top: 28px;
	height: 20px;
	width: 475px; }

div#movie {
	position: absolute;
	height: 300px;
	width: 380px;
	left: 585px;
	top: 420px;
	color: #000000; }

div#imprint {
	color: #000000;
	position: absolute;
	left: 30px;
	top: 728px; 
	height: 20px;
	width: 265px; }

div#nav {
	color: #000000;
	position: absolute;
	left: 560px;
	top: 728px; 
	height: 20px;
	width: 380px; }

div#navtop {
	color: #000000;
	position: absolute;
	left: 560px;
	top: 408px; 
	height: 20px;
	width: 380px; }

/* HTML tag styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 100;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px; }

h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px; }

h2 {
	font-size: 10px;
	font-weight: 900;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px; }

ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 20px; }

li {
	list-style-position: outside;
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; }
	
p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px; }

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 100; }

/* Link styles */
a:link {
	color: #000000;
	text-decoration: underline; }

a:hover {
	color: #3366AA;
	text-decoration: none; }

a:visited {
	color: #112255;
	text-decoration: underline; }

a:visited:hover {
	color: #3366AA;
	text-decoration: none; }

a:visited:active {
	color: #3366AA;
	text-decoration: none; }

a:active {
	color: #3366AA;
	text-decoration: none; }

