body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.bold {
	font-weight: bold;
}

.float_left {
	float: left;
	margin-right: 5px;
}

.float_right {
	float: right;
}

.header {
	background-image: url(images_lzfia/mini_bg_header.jpg);
	position: absolute;
	height: 80px;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
}

.header img {
	margin-top: 10px;
}

.middle_schrift {
	position: absolute;
	width: 100%;
	top: 120px;
	clear: both;
	left: 0px;
	right: 0px;
}

.schrift_mitte {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	clear: both;
	width: 400px;
	border: 3px solid #CCCCCC;
	background-image: url(images_lzfia/mini_bg_form.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 250px;
	background-color: #FFFFFF;
}

.middle {
	display: block;
	text-align: center;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.schrift_mitte .big {
	font-size: 30px;
	font-weight: bold;
}

.bottom {
	text-align: center;
	vertical-align: bottom;
	clear: both;
	width: 100%;
}

.footer {
	background-image: url(images_lzfia/mini_bg_footer.jpg);
	position: absolute;
	height: 150px;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	right: 0px;
	width: 100%;
	display: block;
}

form {
	margin-right: auto;
	display: block;
	width: 400px;
	margin-left: auto;
	clear: both;
	margin-bottom: 0px;
	margin-top: 40px;
}
label, input{ /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 180px; /* Breite.*/
}

select {
  display: block;
  float: left;
  width: 80px; /* Breite.*/
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

form input#submit { /* den Submit-Button */
  float: none;
  width: auto;
}

form label {
 text-align: right;
 padding-right: 1em;
}

