@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.login {
	position: absolute;
	left: 50%;
	width: 960px;
	margin-left: -480px; /* negative Hälfte von width:400px */
	top: 50%;
	height: 546px;
	margin-top: -273px; /* negative Hälfte von height:150px */
	background-color: #EBF3F6;
	background-image: url(../bilder/hintergrund/back_login.png);
	background-repeat: no-repeat;
	text-align: center;
}

.form {
	position: absolute;
	left: 50%;
	width: 440px;
	margin-left: -220px; /* negative Hälfte von width:400px */
	top: 50%;
	height: 200px;
	margin-top: -80px; /* negative Hälfte von height:150px */
}

.login label {
	float: left;
	width: 130px;
	padding-left: 30px;
	color: #1A9CC3;
}

.login input {
	width: 130px;
}

.login #button {
	float: right;
	width: 150px;
	padding-top: 10px;
}

.form dt {
}

.form dd {
	margin-left:30px;
}

.imprint {
    clear:left;
    text-align:right;
	height:50px;
}
