sorry an alle, die schon mal auf mein altes posting geantwortet haben. war über das wochenende nicht daheim (arbeit ruft) und nun ist das originalposting im archiv gelandet.
also das problem war, daß die hintergrundfarbe für das body element anscheinend nur im IE richtig interpretiert wird.
hier der inhalt meiner css datei (komplett):
<head>
<title>CSS-Stylesheet</title>
<style type="text/css">
<!--
body {background-color:#cccccc;
color:#444444;
margin-left:0px;
margin-top:0px; }
a:link {text-decoration:none; color:#444499; }
a:visited {text-decoration:none; color:#666699;}
a:hover {text-decoration:blink; color:#cc0000;}
a:active { text-decoration:underline; }
p {font-family:verdana, arial;
font-size:12px;}
h1 {font-family:verdana, arial;
font-size:18px;}
h2 {font-family:verdana, arial;
font-size:15px;
color:#cd0000;}
h3 {font-family:verdana, arial;
font-size:15px;
color:#cd0000;
text-decoration:underline;}
h4 {font-family:verdana, arial;
font-size:13px;
font-weight:bold;
text-decoration:underline;}
table {font-family:verdana, arial;}
th {font-size:14px;}
td {font-size:12px;}
li {font-family:verdana, arial;
font-size:12px;}
-->
</style>
</head>
<body>
</body>
</html>
einbinden tuh ich das ganze wie folgt (Bsp.):
<head>
<title>About INT-Clan</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
also nochmals danke an die, die schon geantwortet haben und an die, die hoffentlich noch antworten werden :).