Hallo Wolfgang
Das kann ich nicht nachvollziehen. sowohl im Safari, wie auch im Firefox wird alles dargestellt wie erwartet. Hier mein Testcase:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Test</title>
<style type="text/css">
body {
background:url(bild.png) no-repeat top center;
background-color: #2c2c2c;
color: #000;
font-size: 11px;
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.cnt {
width: 760px;
background-color: #ffffff;
margin: 20px auto 30px;
}
</style>
</head>
<body>
<p class="cnt">
Test
</p>
</body>
</html>
Gruss,
nam