@charset "iso-8859-2";
#bg {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	background-image: url(images/arm.jpg);
	z-index: 1;
}
#eintrag {
	padding: 10px;
	width: 700px;
	border: medium double #FFF;
	z-index: 3;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin-top: 40px;
	margin-bottom: 40px;
	background-image: url(images/hg.png);
	background-repeat: repeat;
	text-align: center;
	vertical-align: middle;
	overflow: auto;
	right: 60px;
}
#back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	width: 100px;
	position: absolute;
	color: #FFF;
	z-index: 2;
	text-align: left;
	vertical-align: bottom;
	left: 40px;
	bottom: 40px;
}
