[HTML] Tablelayout weiß statt transparent, was ist falsch?

Pösi
Huhu liebe Freunde,
ich versuche mich grade an meinem ersten Table-Layout mit Slices und habe jetzt folgendes Problem, alle Bildchen selbst sind transparent und auch als PNG abgespeichert, trotzdem sind sie im fertigen Design weiß.
Ich weiß nicht woran es liegen könnte, wär nett wenn ihr mal drüberschauen könntet ich verzweifel grade.

Hier ist der Link

Und hier der Code:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
<html>
<head>
<title>Table</title>
<link rel="stylesheet" type="text/css" href="http://littlefarm.li.ohost.de/Seiten/code.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- Save for Web Slices (Table.psd) -->
<table id="Tabelle_01" width="543" height="592" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td colspan="6">
			<img src="Bilder/Table_01.png" width="543" height="320" alt=""></td>
	</tr>
	<tr>
		<td colspan="2">
			<img src="Bilder/Table_02.png" width="363" height="3" alt=""></td>
		<td colspan="4" rowspan="2">
			<img src="Bilder/Table_03.png" width="180" height="18" alt=""></td>
	</tr>
	<tr>
		<td colspan="2">
			<img src="Bilder/Table_04.png" width="363" height="15" alt=""></td>
	</tr>
	<tr>
		<td rowspan="2">
			<img src="Bilder/Table_05.png" width="3" height="240" alt=""></td>
		<td width="397" height="226" bgcolor="#c7c1b8" valign="top" colspan="2">
			Hallo hier kommt der Standardtext rein. 
              <br>
        Und fürs tolle Protokoll<br><b>Fett</b> <i>Kursiv</i> <u>Unterstrichen</u></td>
		<td rowspan="2">
			<img src="Bilder/Table_07.png" width="1" height="240" alt=""></td>
		<td rowspan="2">
			<img src="Bilder/Table_08.png" width="9" height="240" alt=""></td>
		<td width="133" height="240" background="Bilder/Table_09.png" valign="top" rowspan="2">
			Menü</td>
	</tr>
	<tr>
		<td colspan="2">
			<img src="Bilder/Table_10.png" width="397" height="14" alt=""></td>
	</tr>
	<tr>
		<td colspan="6">
			<img src="Bilder/Table_11.png" width="543" height="13" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="Bilder/Abstandhalter.gif" width="3" height="1" alt=""></td>
		<td>
			<img src="Bilder/Abstandhalter.gif" width="360" height="1" alt=""></td>
		<td>
			<img src="Bilder/Abstandhalter.gif" width="37" height="1" alt=""></td>
		<td>
			<img src="Bilder/Abstandhalter.gif" width="1" height="1" alt=""></td>
		<td>
			<img src="Bilder/Abstandhalter.gif" width="9" height="1" alt=""></td>
		<td>
			<img src="Bilder/Abstandhalter.gif" width="133" height="1" alt=""></td>
	</tr>
</table>
<!-- End Save for Web Slices -->
</body>
</html>
Pösi
Ja das habe ich mir auch zuerst gedacht aaaber wenn ich die rausnehme ist das unverändert also irgendwas anderes muss auch falsch sein.
Pösi
Hmm ich probier nochmal ein bisschen rum, aber jetzt mal ne ganz doofe Frage, wie soll ich den Chroma-Filter denn da einbauen? Ich kenn das nur von iFrames.
-Katha-
ganz normal wie bei den iFrames Augenzwinkern