html, body {
	overflow: auto;
}

a:link,
a:visited {
	outline: none;
	ie-dummy: expression(this.hideFocus=true);
	-moz-outline: none;
	text-decoration: none;
}

img {
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #acacad;
	color: white;
}

#anschriften {
	position: absolute;
	bottom: 20px;
	right: 65px;
	width: 182;
	height: 148;
}

#floatingIcon {
	position: absolute;
	left: 46%;
	top: 280px;
	width: 390px;
	height: 91px;
	margin: 0 0 0 -130px;
}

#floatingLink {
	display: block;
	width: 390x;
	height: 91px;
	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;
}

