html, body { 		/* Wie auch schon beim 100 % Höhe Tutorial (http://www.manuelbieh.de/www/blog/2005/10/11/einmal-erdgeschoss-bitte) ist es auch hier nötig 100 % Höhe auf html und body anzuwenden */
	height: 100%;
	margin: 0;
	padding: 0;
background: #ffffff url(../website/images/hajek_bg.png);
background-repeat:repeat;
}

#abstand {
	height: 50%;
	width: 100px;
	margin-bottom: -19em;
	float: left;
	}

#content {
	height: 38em;
	clear: left;
}

/* Ab hier wieder nurnoch Kosmetik */

body {
	font-size: 0.875em;
	line-height: 1.4em;
}

#content {
	overflow: hidden;
	position: relative;
	margin: auto auto;
	width: 73em;
	text-align: center;
}
