* {
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

html, form {
	height:100%;
}

body {
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 100%;
	text-align: center;
}

img {
	border: none;
}

#rahmen {
	margin: auto;
	width: 100%;
	position: relative;
	text-align: center;
	height: 100%;
	background-image: url('/fileadmin/template/img/hintergrund_startseite.jpg');
	background-position: center;
	background-repeat: no-repeat;
}