body {
	background-color:#d0d0d0;	
	width: 100%;
	height: 100%;
	overflow: auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

#wrap {
	position: relative;
	background-image: url('img/login.png');
	background-repeat: repeat-none;
	width: 757px;
	height:547px;
	text-align: left;
	margin: 0 auto 0 auto;
	margin-top: 100px;
	z-index:2;
}

#content {
	position:relative;
	padding: 100 20;
	margin-left:20px;
	clear: none;
	z-index:100;
}

#footer {
	position:absolute;
	bottom:10px;
	text-align: center;
	width: 757px;
}

#auswahl {
	position:relative;
	top: 50%;
	left: 50%;
	margin-left: -108px;
	margin-top: 50px;
}

.button {
	position:relative;margin-left:350px;
}

.button:hover {
	text-decoration:underline;
}

.floatleft {
	position:relative;
	float:left;
}

.clear {
	clear: both;
}