@CHARSET "UTF-8";

html {
	font-family: sans-serif;
}

p {
	position: absolute;
	margin-top: 30px;
}

body {
	/* 	background-color: rgba(86, 86, 87, 0.55); */
	background-color: #FFF;
}

#user_input {
	
}

#header_text {
	text-align: left;
	font-size: 25px;
	display: inline-block;
	position: relative;
	bottom: 16px;
	margin-left: 10px;
}

form {
	z-index:150;
	text-align: right;
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -131px;
	width: 100%;
}

label {
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	width: 60px;
	margin-right: 10px;
	vertical-align: text-top;
}

#lbl_user, #lbl_pass {
	
}

input {
	padding: 8px;
	background-color: #FFF;
	font-size: 18px;
	margin-bottom: 20px;
}

/* input:-webkit-autofill { */
/* 	background-color: #FFF; */
/* 	margin-bottom:10px; */
/* } */
#adress_text {
	display: inline-block;
	margin-left: 10px;
}

#login_img {
	width: 55px;
	height: 54px;
	background: url("img/Buttonset_ar.png") 0px 0px no-repeat;
	display: inline-block;
}

.submit_class {
	/* 	background-color: #FFF; */
	width: 207px;
	height: 62px;
	background: url("img/Buttonset_Startbutton.png") 0px 0px no-repeat;
	cursor: pointer;
	/* 	border: 1px solid #FFF; */
	/* 	-moz-border-radius: 5px; */
	/* 	-webkit-border-radius: 5px; */
	/* 	-khtml-border-radius: 5px; */
	/* 	border-radius: 5px; */
	font-size: 30px;
	font-weight: bold;
	padding-right: 35px;
	height: 62px;
	/* 	padding: 0px 20px 0px 20px; */
	display: inline-block;
}

#submit_btt {
	display: inline-block;
	margin-left: 145px;
}

input[type="submit" i] {
	border: none;
}

#submit_btt>input {
	border: 0;

}

/* .submit_class:hover { */
/* 	background-color: #e3821a; */
/* 	border: 1px solid #e3821a; */
/* } */
p {
	color: #ff0000;
	text-align: center;
}

.w240 {
	width: 240px;
	margin-bottom: 20px;
}

.w310 {
	width: 310px;
}

.w440 {
	width: 440px;
}

.w75 {
	width: 75px;
}

.w95 {
	width: 95px;
}

.h30 {
	height: 30px;
}

.h55 {
	height: 55px;
}

.h260 {
	height: 260px;
}

.font_color {
	color: #FFF;
}

.prim_color_bg {
	background-color: #3C404A;
}

.sec_color_bg {
	background-color: #FFF;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 245px;
	height: 100px;
	background-color: transparent;
	z-index:100;
}

#header {
	/* 	position:absolute; */
	/* 	top:143px; */
	/* 	left:230px; */
	text-align: right;
	display: block;
	position: absolute;
	top: 50%;
	left: 25%;
	margin-top: -199px;
}

#header>h2 {
	margin-left: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#main {
	text-align: left;
	padding: 25px 0px 0px 25%;
}

#title {
	height: 60px;
	width: 455px;
	line-height: 30px;
	padding-bottom: 20px;
	font-size: 18px;
	opacity: 0; /* ausgeblendet bis Übersetzungen sinnvoll */
}

.submit_color, .header_color {
	color: #3C404A;
}

@media ( max-width : 600px) {
	#header {
		left: 5%;
	}
	#main {
		padding: 25px 0px 0px 5%;
	}
}