body 	{
	background: url(./happ/logo_img/background.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:100%; 
	width: 100%;
	margin:0; 
	padding:0;
}
	
#content	{
	position:relative; 
	z-index:1;
}

#social		{
	position:fixed;
	right:0px;
	z-index:99;
}
	
#logo	{
	background:transparent;
	display: block;
	min-height: 180px;
	max-height: 300px;
	max-width: 100%;
	margin-left: auto;
    margin-right: auto;
	height: 30%;
	z-index:0;
}
	
#LoginFeld	{
	background-color:white;
	width:97%;
	opacity:0.6;
	margin: 0px auto;
	text-align: center;
	z-index:2;
}

#RegisterFeld	{
	background-color:white;
	width:97%;
	opacity:1;
	margin: 0px auto;
	text-align: center;
	margin-top: -25px;
	position:relativ;
	z-index:2;
}
	
#edit	{
	width:80%;
}
	
#Login	{
	width:80%;
	height:30px;
}
	
#buttonlink	{
	border: none; 
	background: none;
	color: #00f; 
	text-decoration: underline; 
	cursor: pointer; 
	display: inline; 
	margin: 0; 
	padding: 0;
}

#aplaceholder	{
	height:20px;
}

#impressum	{
	width:50%;
	height:20px;
	position: absolute;
	left: 20px;
}

#datenschutz	{
	width:50%;
	height:20px;
	position: absolute;
	right: 20px;
	text-align: right;
}
#back	{
	width:40px;
	height:40px;
	float:left;
}
#error{
	text-align: center;
	color: red;
}
#ok{
	text-align: center;
	color: green;
}
#head	{
	height:1px;	
}