html, body {
	overflow: auto;
}

body {
	margin: 0;
	padding: 0;
	background-color: #323232;
	color: white;
}

a:link,
a:visited {
	outline: none;
	ie-dummy: expression(this.hideFocus=true);
	-moz-outline: none;
	text-decoration: none;
}

img {
	border: 0;
}

#fillup {
	width: 1px;
	height: 587px;
}

#anschriften {
	position: absolute;
	bottom: 20px;
	right: 60px;
	width: 143px;
	height: 567px;
}

#floatingIcon {
	position: absolute;
	left: 50%;
	top: 250px;
	width: 194px;
	height: 70px;
	margin: 0 0 0 -130px;
}

#floatingLink {
	display: block;
	width: 194px;
	height: 70px;
	background: url(../imgs/logo.gif) no-repeat;
}

#floatingLink:hover {
	background: url(../imgs/logo_hl.gif) no-repeat;
}

#noscriptHint {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	margin: 20px;
}
