/*_____________________________________________
  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;
}

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

#indexArea
{
	position:absolute;
	top:50%;
	left:50%;
	width:400px;
	height:400px;
	margin-top:-200px;
	margin-left:-200px;
	background-image: url('images/start.gif');
}

#startGer
{
	position:relative;
	top:363px;
	left:140px;
	width:40px;
	height:25px;
	border:0px;
	float:left;
	z-index:2;
}

#startEng
{
	position:relative;
	top:363px;
	left:175px;
	width:40px;
	height:25px;
	border:0px;
	float:left;
	z-index:2;
}

#screenArea
{
	position:absolute;
	top:50%;
	left:50%;
	width:800px;
	height:600px;
	margin-left:-400px;
	margin-top:-300px;
}

/*--------------------------------------------
  Text
  --------------------------------------------*/

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;
}

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:240px;
	height:19px;
	border:1px solid #444444;
	color:#444444;
	letter-spacing:5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	padding:3px;
	display:block;
}

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



