@font-face	{	font-family:'1';
				src:url(../font/UNFLTRD-1.woff) format('woff');
				font-weight: lighter;
				font-style:	lighter;
			}

@font-face	{	font-family:'2';
				src:url(../font/UNFLTRD-2.woff) format('woff');
				font-weight: lighter;
				font-style:	lighter;
			}

@font-face	{	font-family:'3';
				src:url(../font/UNFLTRD-3.woff) format('woff');
				font-weight: lighter;
				font-style:	lighter;
			}

@font-face	{	font-family:'4';
				src:url(../font/UNFLTRD-4.woff) format('woff');
				font-weight: lighter;
				font-style:	lighter;
			}

@font-face	{	font-family:'5';
				src:url(../font/UNFLTRD-5.woff) format('woff');
				font-weight: lighter;
				font-style:	lighter;
			}


html,body 	{ 	text-decoration: 	none;
				text-transform: 	uppercase;
				letter-spacing: 	0.75px;
				color: 				rgba(156,156, 156, 1);						
				background-color:	rgb(38,38,38);
}

a			{	text-decoration: 	none;
				text-transform: 	uppercase;
				letter-spacing: 	0.75px;
				color: 				rgba(156,156, 156, 1);
}


input	{	position:			absolute; 
			text-decoration: 	none;
			text-transform: 	uppercase;
			letter-spacing: 	0.75px;
			color: 				rgba(156,156, 156, 1);
			text-align: 		center;
			background-color:	rgba(51, 51, 51, 1);
			border:				1px solid rgb(78,78,78);
			border-radius: 		10px;
			height:				30px;
			outline: 			none;
}
	
input:focus, input:hover {
								border:				2px solid rgb(164,81,58);
}

::placeholder {
opacity: 0.25;
}


.error	{	position:			absolute; 
			text-decoration: 	none;
			text-transform: 	uppercase;
			letter-spacing: 	0.75px;
			color: 				rgba(164,81,58, 1);
			text-align: 		center;
  }



.header	{	position:		absolute; 

			height: 800px;
			width: 1000px;
		
		    top: 50%;
		    left: 50%;
		    
		    margin-left: -500px;
		    margin-top: -400px;
}

.Logo	{
			position:			absolute; 
			height: 			120px;
			width:				320px;
			overflow: 			hidden;
			top:				20px;
		    left: 				50%;
		    margin-left: 		-160px;
}

.PRO	{
			border-radius: 	50%;
			border:			2px solid rgba(53, 113, 156, 1);
			position:		absolute; 
			top:			0px;
			left: 			850px; 
			height: 		80px;
			width:			80px;
			overflow: 		hidden;
}

.FREE	{
			border-radius: 	50%;
			border:			2px solid rgba(216, 170, 0, 1);
			position:		absolute; 
			top:			0px;
			left: 			850px; 
			height: 		80px;
			width:			80px;
			overflow: 		hidden;
}

.Nutzer	{
			position:		absolute; 
			top:			85px;
			left: 			790px; 
			height: 		20px;
			width:			200px;
			text-align: 	center;
}
