/* LOGIN Page CSS */
.vegas-loading { /* Loading Gif by http://preloaders.net/ */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #000 url(../../public/images/loading.gif) no-repeat center
		center;
	background: rgba(0, 0, 0, 0.7) url(../../public/images/loading.gif)
		no-repeat center center;
	height: 32px;
	width: 32px;
	left: 20px;
	position: fixed;
	top: 20px;
	z-index: 0;
}

.vegas-overlay {
	background: transparent url(../../public/images/overlays/15.png);
	opacity: 0.5;
	z-index: -1;
}

.vegas-background {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
	z-index: -2;
	opacity: 0.6;
}

#login-box {
	margin-top: -250px;
	/* Damit der "Ausrichtungspunkt" in der Mitte der Box liegt */
	margin-left: -250px;
	position: absolute; /* positionieren */
	top: 50%; /* in die Mitte verschieben */
	left: 50%;
	width: 360px;
	height: 352px;
	padding: 58px 76px 0 56px;
	color: black;
	font: 14px Arial, Helvetica, sans-serif;
	color: black;
	background: url(../../public/images/loginbox/yellow-login-box.png)
		no-repeat left top;
}

#pop_notification,#pop_error {
	margin-top: -250px;
	/* Damit der "Ausrichtungspunkt" in der Mitte der Box liegt */
	margin-left: -250px;
	position: absolute; /* positionieren */
	top: 50%; /* in die Mitte verschieben */
	left: 50%;
	width: 360px;
	height: 352px;
	padding: 58px 76px 0 56px;
	color: black;
	font: 14px Arial, Helvetica, sans-serif;
	color: black;
	background: url(../../public/images/loginbox/yellow-login-box.png)
		no-repeat left top;
		z-index: 1000;
}

#pop_beenden {
	margin-top: -500px;
	/* Damit der "Ausrichtungspunkt" in der Mitte der Box liegt */
	margin-left: -330px;
	position: absolute; /* positionieren */
	top: 50%; /* in die Mitte verschieben */
	left: 50%;
	width: 560px;
	height: 352px;
	padding: 58px 76px 0 56px;
	color: black;
	font: 14px Arial, Helvetica, sans-serif;
	color: black;
	background: url(../../public/images/popups/popups_ending.png) no-repeat
		left top;
}

.form-beenden {
	position: absolute;
	top: 132px;
	left: 190px;
	width: 270px;
	padding: 10px 4px 6px 3px;
	background: rgba(0, 0, 0, 0.0);
	border: 1px;
	font-size: 16px;
	color: black;
}

#login-box img {
	border: none;
}

#login-box h2 {
	padding: 0;
	margin: 0;
	color: black;
	font: bold 44px "Calibri", Arial;
}

#login-box-name {
	float: left;
	display: inline;
	width: 100px;
	text-align: right;
	padding: 14px 10px 0 0;
	margin: 0 0 7px 0;
}

#login-box-field {
	float: left;
	display: inline;
	width: 230px;
	margin: 0;
	margin: 0 0 7px 0;
}

.form-login {
	width: 205px;
	padding: 10px 4px 6px 3px;
	border: 1px solid #0d2c52;
	background-color: #d9d2c0;
	font-size: 16px;
	color: black;
}

.login-box-options {
	clear: both;
	padding-left: 87px;
	font-size: 11px;
}

.login-box-options a {
	color: #ebebeb;
	font-size: 11px;
}

#button_login {
	display: block;
	width: 103px;
	height: 43px;
	background: url(../../public/images/loginbox/login_icon.png) no-repeat
		top;
}

#button_login:hover {
	background: url(../../public/images/loginbox/login_icon_mouseover.png)
		no-repeat bottom;
}

#button_login:active {
	background: url(../../public/images/loginbox/login_icon_pressed.png)
		no-repeat bottom;
}

#button_ok_login {
	position: absolute;
    bottom: 50px;
    left: 320px;
	display: block;
	float: right;
	width: 108px;
	height: 39px;
	background: url(../../public/images/popups/knopf_ok.png) no-repeat top;
}

#button_ok_login:hover {
	background: url(../../public/images/popups/knopf_ok_mouseover.png)
		no-repeat bottom;
}

#button_ok_login:active {
	background: url(../../public/images/popups/knopf_ok_pressed.png)
		no-repeat bottom;
}

#drucken_pdf {
	margin-top: 250px;
	margin-left: 300px;
	display: block;
	width: 246px;
	height: 32px;
	background: url(../../public/images/popups/beenden_01.png) no-repeat top;
}

#drucken_pdf:hover {
	background: url(../../public/images/popups/beenden_02.png) no-repeat
		bottom;
}

#drucken_pdf:active {
	background: url(../../public/images/popups/beenden_03.png) no-repeat
		bottom;
}


#login-box .error{
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-top: 50px;
	background: #c00 !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.pflichtangaben {
	text-align: right;
	display: block;
	width: 100%;
	color: black;
}
.pflichtangaben div a {
	color: black;
	text-shadow: none;
	text-decoration: none;
}

.pflichtangaben div {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial;
	text-align: center;
	float: right;
} 

.pflichtangaben_replacer {
	position: absolute;
	margin-left: 135px;
	margin-top: -50px;
}
