So. Habs jetzt doch noch selber geschafft.
Was meint ihr? Hab ich das richtig gelöst?
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Titel</title>
<style type="text/css">
body {
margin: 20px;
text-align: center;
background-color: #FFFFFF;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
#box {
width: 768px;
height: 680px;
margin: 0px auto;
padding: 15px;
text-align: left;
background-color: #FFFFFF;
background-image: url(http://www.xy.ch/images/xy_bg.jpg);
bbackground-repeat:no-repeat;
}
#boxinside {
width: 665px;
height: 554px;
margin: 0px auto;
padding: 15px;
text-align: left;
background-color: #FFFFFF;
overflow: auto;
margin-top:85px;
}
</style>
</head>
<body>
<div id="box"><div id="boxinside">{CONTENT}</div> </div>
</body>