<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Unbenanntes Dokument</title>
<style type="text/css">
* {
margin:0;
padding:0;
}
html,body {
margin: 0px;
padding: 0px 1px 0 1px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#box {
-moz-border-radius:5px;
border:2px solid #CCC;
text-align: left;
background-color: #FFF;
/* von Maik ergänzt */
position:absolute;
top:20px;
right:180px;
bottom:60px;
left:180px;
}
#down {
-moz-border-radius:5px;
text-align: left;
background-color: #FFF;
border:2px solid #CCC;
/* von Maik ergänzt */
position:absolute;
right:180px;
bottom:20px;
left:180px;
height:30px;
}
#frame {
text-align: center;
}
div.look {
margin: 5px 1px 0 1px;
border: 0px solid #CCC;
padding: 5px;
font-size: 0.7em;
}
#iframeBox {
position:absolute;
top:430px;
right:5px;
bottom:0;
left:5px;
}
#iframeBox iframe {
height:100%;
width:100%;
}
</style>
<!--[if lt IE 8]>
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js"></script>
<![endif]-->
</head>
<body>
<div id="box">
<div id="frame">
<div class="look">
<!-- Flash-Ersatz -->
<img src="http://www.tutorials.de/forum/customprofilepics/profilepic31374_2.gif" height="430" />
</div>
</div>
<div id="iframeBox">
<iframe frameborder="0" src="http://www.tutorials.de" name="Framename">Alternativtext</iframe>
</div>
</div>
<div id="down">
<font color="#000000" size="1"> Sicherheit: SSL Verfahren | Contact: support@961bay.com | Hilfe| Werbung | Unternehmen -> Datenschutz, Unternehmens - Vision, Preise</font>
</div>
</body>
</html>