* {
	margin: 0; 
	padding: 0;
}

#content{
	padding-top:100px;
	min-height:890px;
	width:100%;
	margin: 0 auto;
	background: url('../../Images/hintergrund.jpg');
	background-size:cover;
	background-attachment: fixed;
	margin:0px auto !important;
	font-family: "UnitWeb","Helvetica Neue",Helvetica,Arial,"Open Sans",sans-serif;
}

#loginbox{
	margin: 0 auto;
	margin-top: 90px;
	width: 450px;
	height: 550px;
	background: #FFF;
	border-radius: 5px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

#loginimage{
	height: 150px; 
	text-align:center; 
	padding-top: 80px;
}

.loginform{
	padding-top:100px; 
	text-align:center; 
	font-family: verdana; 
	color: #888;
	font-size: 13px;
}

.inputlogin{
	width: 350px; 
	height: 40px; 
	text-align: center; 
#	color: #444; 
	font-size: 20px;
}

.loginbutton{
	margin-top:20px;
	background-color: #4fc1ed; 
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none; 
	display: inline-block;
	font-size: 18px;
	border-radius: 5px;
}

.logintext{
	color:#4fc1ed;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
}

;
