<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Streckbild</title>
<style type="text/css">
body{
margin: 0;
padding: 0;
height: 100%;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
}
#backgroundpic{
position: absolute;
left:1px;
top:1px;
left: 0px;
top: 0px;
width: 100%;
}
#layerdiv{
z-index: 1;
position:absolute;
height: 100%;
width: 100%;
}
#contentdiv{
width:60%;
margin-left:auto;
margin-right:auto;
margin-top:20px;
border:2px solid #ffffff;
padding:15px;
}
</style>
</head>
<body>
<div><img id="backgroundpic" src="landscape.jpg" alt="" /></div>
<div id="layerdiv">
<div id="contentdiv">
<h1>Dies ist der Schreibbereich</h1>
Sollte Harting Recht behalten, bleibt die Frage, was denn nun tatsächlich die Dinos und andere umgebracht hat.
</div>
</div>
</body> |