@CHARSET "ISO-8859-1";
body{
	background-image: url("../images/layout/start.jpg");
}
#hintergrund{
 	text-align:center;
 	margin:1px auto;
 	width:1000px;
 	clear: both;
}

#oldImage{
	position: relative;	 
	left: 50px;
	top: 50px;
	width:500px;
	height: 300px;
	z-index: 10; 
}

#newImage{
	position: relative;
	left: 480px;
	top: -250px;
	width:500px;
	height: 300px;
	z-index: 20; 
}

#logo{
	position: relative;
	left: 300px;
	top: -200px;
}

#schriftzug{
	position: relative;
	left: 0px;
	top: -320px;
	z-index: 30;
}

#weiter{
	position: relative;
	left: 400;
	top: -500;
	z-index: 60;
}

a:link, a:visited, a:hover, a:active{
  background-color: transparent;
}
