@media screen 
{
	html, body {
	height: 100%;
	}
	#Scrollbereich {
	height: 100%; width: 100%; overflow: auto;
	}
	#Inhalt {
	position: static;
	}
}

#fixiert {
position: absolute;
left: 580px;
top: 420px;
height: 300px;
width: 200px;
  }

  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }

  #fixiert img {
float: right;
  }
