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

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

#indexArea
{
	position:absolute;
	top:50%;
	left:50%;
	width:450px;
	height:280px;
	margin-top:-140px;
	margin-left:-225px;
	background-image: url('images/start.jpg');
	background-repeat:no-repeat;
}

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

#subMenue
{
	position:relative;
	width:600px;
	height:30px;
	top:190px;
	left:20px;
	font-size:0.63em;
	text-align: center;
	text-decoration: none;
	color:#000;
	background-color: transparent;
	border: 0px;
	z-index: 3;
}

.subMenueItem1 a,
.subMenueItem2 a
{
	float: left;
	width:100px;
	height:20px;
	margin: 0px 190px 0px 6px;
	padding: 0px;
}

.subMenueItem1 a
{
	background-image: url('images/start_ger1.gif');
	background-repeat:no-repeat;
}

.subMenueItem2 a
{
	background-image: url('images/start_eng1.gif');
	background-repeat:no-repeat;
}

.subMenueItem1 a:hover,
.subMenueItem1 a:active
{
	width:100px;
	background-image: url('images/start_ger2.gif');
	background-repeat:no-repeat;
}

.subMenueItem2 a:hover,
.subMenueItem2 a:active
{
	width:100px;
	background-image: url('images/start_eng2.gif');
	background-repeat:no-repeat;
}

/*--------------------------------------------
  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:#000;
}

a:link,
a:visited,
a:active
{
	color:#000;
	text-decoration:none;
	font-weight:normal;
}

a:hover
{
	color:#000;
	text-decoration:none;
	font-weight:normal;
}
