

* {
	margin: 0 auto;
	padding: 0 auto;
}

html {
	font-family: 'Arial';
	font-weight: bold;
 /* background: url('bg.jpg') center fixed; 
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; */
}

/* Logo */

#logo {
	background: url('logo.png') no-repeat center;
	width: 344px;
	height: 87px;
	position: relative;
	top: 100px;
}

/* Logo end */

/* Login Box + Style */

#box {
	background: url('box.png') no-repeat center;
	width: 416px;
	height: 478px;
	position: absolute;
	top: 50%;
	margin-top: -239px; 
	left: 50%;
	margin-left: -208px;
	color: #bdbdbd;
}
	#box p {
	line-height: 2;
	}

#login {
	margin-top: 20px;
}

#nachricht {
	background: url('footer.png') repeat-x center;
	width: 100%;
	height: 30px;
	position: absolute;
	top: 0;
	color: #606060;
	font-size: 12px;
	text-align: center;
	line-height: 2;
}

/* Login Box + Style end */

/* Input */

input[type="text"], [type="password"] {
	background: url('input.png') no-repeat center;
	width: 359px;
	height: 44px;
	border: 0;
	outline: 0;
	color: #606060;
	text-indent: 5;
	font-size: 15px;
	margin-top: 10px;
}

input[type="submit"] {
	background: url('register-button.png') no-repeat center;
	width: 238px;
	height: 63px;
	border: 0;
	outline: 0;
	cursor: pointer;
	margin-top: 20px;
}

	input[type="submit"]:hover {
	background: url('register-button-hover.png') no-repeat center;
	}

/* Input end */

/* Footer */

#footer {
	background: url('footer.png') repeat-x center;
	width: 100%;
	height: 113px;
	position: absolute;
	bottom: 0;
	color: #606060;
	font-size: 12px;
	text-align: center;
}
	#footer p {
		position: relative;
		top: 30px;
	}
	#footer a {
	color: #606060;
	text-decoration: none;
	}
	#footer a:hover {
	color: #fff;
	}
/* Footer end */












