/***
 * CSS für LOGIN
 * Benutzt die Standarddarstellungen
 ***/
 
@import "undohtml.css";
@import "basic.css";


/***
 * SCHRIFTARTEN & SCHRIFTGRÖSSEN
 * Die Schriftgrössen, die auf allen Seiten gelten sollen - ohne Schnick schnack
 */
body, p, td, th, input, textarea, div, h1 {
	font-family: Arial, Helvetica, sans;
	text-align: left;
	color: #024;
}

body, p, td, th, div {
	font-size: 12px;
}
input, textarea {
	font-size: 12px;
}
h1 {	font-size: 20px; }


/***
 * FORMATIERUNGEN
 **/
h1 {
	margin: 10px 20px 30px 20px;
	padding: 5px 5px 0px 5px;
	line-height: 20px;
	font-weight: bold;
	color: #036;
	border: none;
	border-bottom: 1px solid #69f;
	text-transform: uppercase;
	text-align: left;
}
a {
	text-decoration: none;
	color: #4c7fd9;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #fe9802;
}
div.logo {
	position: relative;
	top: 30px;
	left: 0px;
	z-index: 5;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
}
div.form {
	margin-left: 30px;
	margin-top: 5px;
	border: 1px solid #d0d0d0;
	border-top-color: #d9d9d9;
	border-left-color: #d9d9d9;
	background-color: #f6f6f6;
}
div.title {
	background-color: #999;
	color: #fff;
	padding: 6px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 15px;
	margin-right: 30px;
}
#IEcenter {
	text-align: center;
}
#LoginAdmin, #LoginEmail {
	margin: 0 auto;
	width: 600px;
}
table {
	margin-top: 20px;
	margin-bottom: 20px;
}
#LoginAdmin div.logo {
	background-image: url("../images/login/data_server.gif");
}
#LoginEmail div.logo {
	background-image: url("../images/login/email_server.gif");
}

th {
	text-align: right;
	vertical-align: top;
	width: 140px;
	padding: 7px 10px 0px 5px;
}
td {
	text-align: left;
	vertical-align: top;
	padding: 2px;
}
div.info {
	padding-left: 20px;
	padding-right: 20px;
}
div.info p {
	font-size: 11px;
	color: #666;
}
div.info p a {
	color: #B8C4DE;
}

input.field {
	border: 1px solid #ddd;
	border-top-color: #999;
	border-left-color: #999;
	background-color: #fff
}
input.submit {
	width: 120px;
	text-align: center;
}


#Copyright {
	margin-top: 100px;
}
#Copyright p {
	text-align: center;
}
