

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #ff3333;
}

#logo {
	position: absolute;
	z-index: 2;
	top: 28px;
	left: 28px;
	width: 441px;
	height: 79px;
	background: url(../images/startseite_logo.gif) no-repeat 0 0;
}

#claim {
	position: absolute;
	z-index: 1;
	top: 252px;
	left: 28px;
}

#busy {
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	cursor: pointer;
}