.startBack {
	background-attachment: fixed;
	background-image: url(../images/start.jpg);
	background-repeat: no-repeat;
	background-position: left top;


}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
}
.hintergrundStart {
	height: 794px;
	width: 1024px;
	position: absolute;
	visibility: visible;
	z-index: 2;
	top: 0px;
	margin-left: -512px;
	left: 50%;
	background-image: url(../images/start.jpg);

}
.glowbackStart {
	background-image: url(../images/layout/glow_back.png);
	height: 831px;
	width: 1100px;
	margin-left: -550px;
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 50%;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;


}
