<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Script-Type" content="text/javascript">
<title>Bild rechts</title>
<style type="text/css">
html,body{
margin:0;
padding:0;
}
body{
padding:20px;
}
#bereichfix{
width:500px;
margin-right:10px;
border:1px solid #000;
height:200px;
position:absolute;
}
#bereichrechts{
margin-left:510px;
padding-left:10px;
border:1px solid #000;
overflow:hidden;
background-color:#ccc;
border:1px solid #000;
position:relative;
left:auto;
right:auto;
text-align:center;
}
</style>
</head>
<body>
<div id="bereichfix"></div>
<div id="bereichrechts"><img src="blub.jpg" alt=""></div>
</body>
</html>