/*
	MINIMOTION.CH
	css fuer Linux | Firefox, Konqueror, ...

*/

html { overflow-y: scroll;}

body{
	margin:0;
	padding:0;
	color:#000000;
	background-color:#FFFFFF;
	text-align:center;
	font:normal 11px/15px 'Courier New',Courier,monospace;
}
/* ---------------------
	LINKS / CLASSEN
--------------------- */
a{
	color:#00ff00; /* #00e500; */
	text-decoration:none;
	border:none;
}
a:hover,a.self:hover,a.out:hover{
	color:#000000;
}
a.self{
	color:#00ff00;
}
a.out{
	color:#009966;
}
pre,p,table,td{
	margin:0;
	padding:0;
}
object,embeded{
	margin:0;
	padding:0;
}
.default{
	font:normal 11px/15px 'Courier New',Courier,monospace;
}
/* ---------------------
	LAYERS + CLASSEN
--------------------- */
#play{
	position:relative;
	top:0;
	left:auto;
	width:530px;
	margin:10px auto 10px auto;
	padding:0;
	text-align:left;
	overflow:visible;
}
#trailer{
	position:absolute;
	top:192px;
	left:50%;
	width:530px;
	height:298px;
	margin:0 0 0 -265px;
	padding:0;
	text-align:left;
	overflow:visible;
}
/*
#trailer{
	position:absolute;
	top:50%;
	left:50%;
	width:530px;
	height:298px;
	margin:-149px 0 0 -265px;
	padding:0;
	text-align:left;
	overflow:visible;
}
*/

/* ---------------------
	NEWSLETTER
--------------------- */
form
{
	margin:				0;
	padding:			0;
}

input 
{
	font:				normal 11px/15px Courier,'Courier New',monospace;
}

.input_btn
{
	font:				normal 10px/15px Courier, 'Courier New', monospace;
	vertical-align:		bottom;
}


/* ---------------------
	INTRO
--------------------- */

div#powernewz
{
	position:		absolute;
	top:			-150px;
	left:			440px;
	width:			125px;
	height:			129px;
	margin:			0;
	padding:		0;
	background:		url(../img/minimotion-powernewz2.gif);
}

div#powernewz a
{
	display:		block;
	width:			125px;
	height:			129px;
}
