html, body, #koerper {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
  color: #d0d0d0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}

#loading {
  z-index:1;
  position:absolute;
  top:50%;
  left:50%;
  width:90px;
  height:90px;
  margin:-45px 0 0 -45px;
  background: url(loading3.gif);
  border:1px solid #bbb;
  opacity:0.5;
  filter:alpha(opacity=100, finishopacity=8, style=2);
}

#koerper {
  z-index:2;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: url(hintergrund.jpg);
}

a:link {
  color: #fff;
  text-decoration: none;
}

a:active {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #fff;
  text-decoration: none;
}
