.background-foto {
	background: url("../images/hintergrund.jpg") no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.login-background {
	background: #fff;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3)
}

.container {
	margin-top: 200px;
}

.customer-logo {
	background: transparent url('../images/logo.png') no-repeat center;
	height: 83px;
	font: 11px arial, sans-serif;
}

a {
	text-decoration: underline;
	color: #97bf0d
}

a:hover {
	color: #97bf0d;
	text-decoration: none;
}

.profile-img-card {
	width: 100px;
	height: 100px;
	margin: 0 auto 30px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.footer {
	position: fixed;
	bottom: 0;
}

.footer {
	background-color: #eee;
	height: 21px;
	font: 11px arial, sans-serif;
	margin: 0px 0px 0px 0px;
	width: 100%;
	padding: 1px 20px 0px 20px;
	z-index: 8;
}

.footernav {
	padding: 0px 0px 0px 20px;
	z-index: 8;
}

.footernav li {
	display: inline;
}

.footernav_button {
	color: #999;
	height: 18px;
	float: left;
	padding: 3px 9px 0px 9px;
	margin-right: 10px;
	text-decoration: none;
	z-index: 8;
}

.footernav_button:hover {
	color: #222
}

#login-notice {
	padding-top: 5px;
	padding-buttom: 5px;
	color: #ff3b14;
}