@charset "utf-8";
/* CSS Document */

body{
	background-color: #FFF;
	height: 100%;
	width: 100%;
	cursor: pointer;
}
#wrapper{
width: 100%;
height: 100%;
position: fixed;
z-index: 500;
cursor: pointer;
}
#main{
	position: absolute;
	width: 901px;
	height: 93px;
	top: 50%;
	margin-top: -47px;
	left: 50%;
	margin-left: -450px;
	z-index: 50;
}
#main2{
	background-color: white;
	position: absolute;
	width: 901px;
	height: 93px;
	top: 50%;
	margin-top: -47px;
	left: 50%;
	margin-left: -450px;
	z-index: 100;
}
#neu{ }
a{
	none;
}
a img {
	border: none;
}
img{
	z-index: 150;	
}