html, body {
	margin:0; padding:0;
	height:100%; width:100%;
	overflow:auto;
	background-color:#fff;
	font: normal normal normal 10px Arial, Helvetica, sans-serif;
	/*letter-spacing:-1px;*/
	color:#999;
}

div {
	margin:0; padding:0;
}

#spacer { height:10px; width:auto; }

/* texts and links... */
a:link, a:visited { /* main links... */
	text-transform:uppercase;
	text-decoration:none;
	color:#999;
}

a:hover, a:active {
	color:#000;
}

.hline { /* headlines... */
	font-size:12px; font-weight:bold;
	line-height:12px; letter-spacing:normal;
	text-align:left;
}

.normalTxt { /* normal text... */
	letter-spacing:normal;
	line-height:12px;
}



#menue ul li a:link, #menue ul li a:visited { /* main links... */
	text-transform:uppercase;
	text-decoration:none;
	color:#999;
}

#menue ul li a:hover, #menue ul li a:active {
	color:#000;
}

#contWrap { /* layer wrapping all content... */
	width:100%; height:100%;
	overflow:auto;
}

#newShow {
	position:absolute; left:0; bottom:180px; height:450px; width:600px; z-index:2;
}

#newShowText {
	position:absolute; left:0; bottom:180px; height:445px; width:270px; text-align:justify; vertical-align:bottom; z-index:3;
}

#newShowText h1 {
	font-size:12px; font-weight:bold; color:#999; line-height:12px; letter-spacing:normal;
	text-align:left;
}

#picStart { /* start splash... */
	position:absolute;
	margin-left:-375px; margin-top:-275px;
	left:50%; top:50%;
	width:750px; height:550px;
	background:url(../_pics_gui/slogo_start_xr.jpg) no-repeat center;
	z-index:2;
}

/* start splash */
#picStartLeft { /* start splash... */
	position:absolute;
	margin-top:-275px;
	left:0; top:50%;
	width:50%; height:550px;
	background:url(../_pics_gui/slogo_start_left_xr.jpg) repeat-x left;
	z-index:1;
}

#menLoc1, #menLoc2, #menLoc3 {
	position:absolute;
	/*right:-30px;*/
	width:155px;
	height:auto;
	text-align:left;
	z-index:3;
	left: 697px;
}

#menLoc1 { top:297px; }

#menLoc2 { top:316px; }

#menLoc3 { top:330px; }

#txtWelcome {
	position:absolute;
	left:0px; bottom:28px;
	width:496px; height:149px;
	background:url(../_pics_gui/txt_about.gif) no-repeat left top;
}



/* menue */
#menue {
	position:absolute;
	width:150px; height:560px;
	bottom:0;
	background:url(../_pics_gui/bg_menue.jpg) no-repeat bottom;
}

#menue ul {
	margin:7px 0 0 42px; padding:0;
	list-style:none;
	text-transform:uppercase;
}

#menue ul li {
	margin:0; padding:0;
	line-height:14px;
}

#menue ul li.inactive {
	color:#ccc;
}

div.listEntry { /* container wrapping content of list entry... */
	position:relative;
	left:100px;
	margin:10px 0; padding:10px 0;
	border:1px solid #ccc;
	width:350px; height:auto;
}

div.imgEntry { /* image-defs... */
	float:left;
	width:auto;
	padding:0 10px;
	border:0;
}

div.listTxt {
	height:auto; width:auto;
	padding:0 10px; margin:0;
	text-align:justify;
}