html {
	overflow-y: scroll;
}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: #CCC url(../images/bg_all.gif);
	margin: 0;
	padding: 0;
}
.container {
	position: relative;
	top: 0;
	left: 0; 
	margin: 0 auto 20px;
	padding: 0;
	width: 800px;
	height: 500px;
	border-right: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	/* ff2 and opera9 need this border, otherwise 13px margin to the top */
	border-top: 1px solid #D2E655;
	background: #C1D82F url(../images/bg_bottom.gif) no-repeat bottom center;
	text-align: center;
}
div.container img.start {
	width: 310px;
	height: 310px;
	margin-top: 80px;
	border:0;
}
a span.nav-txt {
	/*display: none;*/
}
ul.lang {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 470px;
	left: 20px;
}
ul.lang li {
	float: left;
}
ul.lang li.de a {
	display: block;
	/*background: url(../images/deutsch_off_start.gif) no-repeat top left;
	width: 46px;
	height: 8px;*/
	border-right: 1px solid #000;
	padding: 0 5px 0 0;
	text-decoration: none;
	color: #000;
}
ul.lang li.en a {
	display: block;
	/*background: url(../images/english_off_start.gif) no-repeat top left;
	width: 43px;
	height: 8px;*/
	margin: 0 0 0 5px;
	text-decoration: none;
	color: #000;
}
ul.lang li.de a:hover {
	/*text-decoration: underline;*/
	color: #E31937;
	/*background: url(../images/deutsch_on_start.gif) no-repeat top left;*/
}
ul.lang li.en a:hover {
	/*text-decoration: underline;*/
	color: #E31937;
	/*background: url(../images/english_on_start.gif) no-repeat top left;*/
}
