body {
	overflow: hidden;
}

html, body{
	background-color: rgb(81, 80, 75);
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	height:100%;
	margin:0;
	padding:0;
	font-family: "Lucida Sans", sans-serif;
	font-size: 13px;
	color: #d53015;
}

#flashcontent {
	padding:0;
	width:850px;
	min-height:570px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-285px 0 0 -425px; /* jeweils die Hälfte der Gesamthöhe und -breite */
	text-align: center;
	visibility: hidden;
	z-index: 3;
}

#glow {
	padding:0;
	width:898px;
	min-height:619px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-309px 0 0 -449px; /* jeweils die Hälfte der Gesamthöhe und -breite */
	text-align: center;
	visibility: hidden;
	z-index: 1;
}

/* min-height für den IE */
* html #glow {
	height:619px; /* das selbe Maß wie oben bei min-height */
}
* html #flashcontent {
	height:480px; /* das selbe Maß wie oben bei min-height */
}

#noscript {
	padding:0;
	width:850px;
	min-height:570px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-285px 0 0 -425px; /* jeweils die Hälfte der Gesamthöhe und -breite */
	text-align: center;
}

A:link { 	color: #000;	text-decoration: none; 	letter-spacing:0.1ex; }
A:active { 	color: #000;	text-decoration: none; 	letter-spacing:0.1ex; }
A:visited { color: #000;	text-decoration: none; 	letter-spacing:0.1ex; }
A:hover { 	color: #0F218B;	text-decoration: none; 	letter-spacing:0.1ex; }
