/*____________________________________________________
  STYLES
  ____________________________________________________ */

html, body
{
	font-family:"Trebuchet MS",Trebuchet,Helvetica,Verdana,Geneva,Arial,Sans-Serif;
	font-weight:normal;
	font-size:100.1%;
	margin:0px;
	padding:0px;
	/*background-color:#000000;*/
	background:url('images/bg.jpg');
	background-repeat:y-repeat;

}


/*--------------------------
  Areas
  -------------------------- */

#screenArea
{
	position:absolute;
	top:50%;
	left:50%;
	width:800px;
	height:500px;
	margin-left:-400px;
	margin-top:-250px;
	z-index:2;
}

#bg
{
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	height:230px;
	margin-left:0px;
	margin-top:-115px;
	background:url('images/bg_tile2.jpg');
	background-repeat:x-repeat;
	z-index:2;
}

#startScreen
{
	position:absolute;
	top:41px;
	left:50%;
	width:422px;
	height:422px;
	margin-left:-211px;
	border:0px;
	z-index:3;
}

#enterField
{
	position:absolute;
	top:250px;
	left:50%;
	width:130px;
	height:30px;
	margin-left:-65px;
	border:0px;
	z-index:4;	
}

/*--------------------------------------------
  Textarten
  --------------------------------------------*/

p,h1,h2,a,td,li
{
	font-family:"Trebuchet MS",Trebuchet,Helvetica,Verdana,Geneva,Arial,Sans-Serif;
	font-weight:normal;
	font-size:0.82em;
	color:#444444;
}

.littleWhite
{
	font-size:0.63em;
	color:#FFFFFF;
	margin-top:-11px;
	padding-left:5px;
}

a:link,
a:visited,
a:active
{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

a:hover
{
	color:#008000;
	text-decoration:none;
	font-weight:bold;
}

a:link.enter,
a:visited.enter,
a:hover.enter,
a:active.enter
{
	width:126px;
	height:17px;
	border:1px solid #444444;
	color:#444444;
	letter-spacing:5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	margin:0;
	padding:3px;
	display:block;
}

a:hover.enter
{
	color:#FFFFFF;
	border:1px solid #FFFFFF;
}


