.loginView {
	height: 100%; 
	width: 100%;
}

.loginDisplay {
	position: absolute; 
	display: inline-block; 
	top: 205px; 
	left: 372px; 
	height: 250px; 
	width: 430px; 
	box-sizing: border-box; 
	background-color: rgb(255, 255, 255); 
	border: 4px solid rgb(211, 214, 255); 
	border-radius: 5px; 
	box-shadow: rgb(211, 214, 255) 0px 0px 8px;
}

.loginSchattenMast {
	position: absolute; 
	top: 182px; 
	left: 360px; 
	height: 750px; 
	width: 14px; 
	box-sizing: content-box; 
	background-color: rgb(170, 170, 170); 
	border-radius: 5px 5px 0px 0px;
}

.loginMast {
	position: absolute; 
	top: 185px; 
	left: 365px; 
	height: 747px; 
	width: 10px; 
	box-sizing: content-box; 
	background-color: rgb(221, 221, 221); 
	border-radius: 5px 5px 0px 0px;
}

.loginDisplayOben {
	position: absolute; 
	top: 209px; 
	left: 375px; 
	height: 20px; 
	width: 400px; 
	box-sizing: content-box; 
	background-color: rgb(211, 214, 255); 
	border-radius: 5px 5px 0px 0px; 
	padding: 15px; 
	text-align: center; 
	color: rgb(102, 102, 102); 
	font-size: 1em; 
	font-weight: bold;
}

.loginDisplayUnten {
	position: absolute; 
	top: 260px; 
	left: 375px; 
	width: 400px; 
	height: 168px; 
	box-sizing: content-box; 
	background-color: rgb(238, 238, 238); 
	padding: 15px;
}

.loginDisplayUntenTabelle {
	width: 100%; 
	color: rgb(6, 64, 115); 
	font-size: 1em;
}

.loginDisplayUntenTabelleLetzteZeile {
	text-align: right;
}

.loginInputField {
	display: inline-block; 
	width: 100%;	
	border: 1px solid rgb(204, 204, 204); 
	border-radius: 5px; 
	color: rgb(102, 102, 102); 
	font-size: 1em; 
	padding: 5px; 
}

.loginSubmitButton {
	display: inline-block; 
	height: auto; 
	width: auto; 
	cursor: pointer; 
	box-shadow: rgb(211, 214, 255) 0px 0px 5px; 
	float: right; 
	margin-top: 10px; 
	border: 1px solid rgb(204, 204, 204); 
	border-radius: 5px; 
	color: rgb(102, 102, 102); 
	font-size: 1em; 
	padding: 5px;
}


