@charset "iso-8859-1";
/* CSS Document */

/***********************************************************************************************************/
/* Allgemein: Scroller, Abstaende
/***********************************************************************************************************/
html {
 overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #e2e2e2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3c3c3c;
}

/***********************************************************************************************************/
/* Login-Seite: Logo, Datum, Kunde, Error, Loginbox
/***********************************************************************************************************/
.login {
	overflow: hidden;
	width: 600px;
	margin: auto;
	padding-top: 200px;
	background-color: #8ea7bb;
}

/* alle Images (Buttons) mit Links */
.login a img {
  border: none;
}

/****************************************************************/
/* Header: Logo, Datum
/****************************************************************/
.login_header {
	overflow: hidden;
	width: 600px;
	height: 40px;
}

/* Logo */
.login_logo {
	float: left;
	margin-left: 30px;
	margin-top: 6px;
	margin-bottom: 20px;
}

/* Box fuer die Uhrzeit */
.login_clock {
	float: right;
	margin-right: 15px;
	margin-top: 6px;
	margin-bottom: 20px;
}

/* Form fuer die Uhrzeit */
.clock {
	height: 14px;
	margin: 0px;
	padding: 0px;
}

/* Uhrzeit */
.login_clock input.formClock {
	border: none;
	background-color: transparent;
	font-family : Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #0b1867;
	font-weight: bold;
}

/****************************************************************/
/* Kunde: Logo
/****************************************************************/
.login_kunde {
	overflow: hidden;
	height: 40px;
	border: 1px solid #0b1867;
	border-bottom: none;
	background-image: url(/img/app_icons/login_border_bottom_header.png);
	background-color: #e2e2e2;
}

/* Tab fuer den Kundennamen */
.tab {
	overflow: hidden;
	float: left;
	margin-left: 30px;
	margin-top: 13px;
}

/* Tab linker Rand */
.tab_border_left {
	float: left;
	background-image: url(/img/app_icons/login_tab_left.png);
	background-position: left;
	background-repeat: no-repeat;
}

/* Tab linker Rand */
.tab_border_left_active {
	float: left;
	background-image: url(/img/app_icons/login_tab_left_active.png);
	background-position: left;
	background-repeat: no-repeat;
}

/* Tab linker Rand */
.tab_border_right {
	float: left;
	background-image: url(/img/app_icons/login_tab_right.png);
	background-position: left;
	background-repeat: no-repeat;
}

/* Tab linker Rand */
.tab_border_right_active {
	float: left;
	background-image: url(/img/app_icons/login_tab_right_active.png);
	background-position: left;
	background-repeat: no-repeat;
}

/* Kundenname */
.tab_title {
	float: left;
	height: 13px;
	padding: 5px;
	padding-top: 7px;
	background-color: transparent;
	border-top: 1px solid #0b1867;
	border-bottom: 1px solid #0b1867;
	font-weight: bold;
	color: #0b1867;
	text-transform: uppercase;
}

/* Kundenname */
.tab_title_active {
	float: left;
	height: 16px;
	padding: 5px;
	padding-top: 7px;
	background-color: #ffffff;
	border-top: 1px solid #0b1867;
	font-weight: bold;
	color: #0b1867;
	text-transform: uppercase;
}

/****************************************************************/
/* Error: Message
/****************************************************************/
.login_error {
	position: absolute;
	z-index: 100;
	margin-top: 20px;
	margin-left: 30px;
	color: #ff0000;
}

/****************************************************************/
/* Login: Loginbox
/****************************************************************/
.login_box {
	overflow: hidden;
	padding-top: 60px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	border-left: 1px solid #0b1867;
	border-right: 1px solid #0b1867;
	border-bottom: 1px solid #0b1867;
	background-color: #ffffff;
}

/* Icons: Username und Passwort */
.login_icon {
	clear: both;
	float: left;
	width: 30px;
}

/* Beschreibungstext: Username, Passwort, Anmelden */
.login_text {
	float: left;
	width: 100px;
	height: 16px;
	margin-top: 4px;
	font-weight: bold;
	color: #8ea7bb;
}

/* Box Input-Felder: Username, Passwort */
.login_feld {
	overflow: hidden;
	float: left;
	height: 20px;
}

/* Input-Felder: User, Passwort */
input.login_input {
	width: 170px;
	height: 14px;
	background-color: #f2f2f2;
	border-top: 2px solid #d2d2d2;
	border-left: 2px solid #d2d2d2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0b1867;
}

/* Button Login */
.login_button {
	float: left;
	margin-left: 80px;
	margin-right: 5px;
}

.login_submit {
	border: none;
	background-color: transparent;
	margin: 0px;
	margin-top: -1px;
	padding: 0px;
	height: 14px;
	cursor: pointer;
	font-weight: bold;
	color: #0b1867;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}