Lb-S: Wieso funktioniert die CSS datei nicht ?

Beitrag lesen

Ich habe alles versucht,
die Homepage wenn ich sie offline öffne ist sie perfekt so wie ich sie haben will . Dann habe ich sie auf dem Webspace von Funpic hochgeladen , dann funktionierten die CSS Befehle nicht mehr .Ich dachte vielleciht liegt es an Funpic , dann habe ich es noch bei Kilu hochgeladen und das gleiche Problem , woran liegt das ?
Hier ist der Html Code
<html>
<head>
<link rel="Stylesheet" type="text/css" href="css/css.css">
</head>

<body>

<div id="eins">
<div id="zwei"><img src="css/images/header4.jpg"></div>
<div id="drei">
<!-- Navi -->

<a href="news/news.html">

<img border="0" src="navi/news.jpg"></a>

<a href="Pix/pix.html">

<img border="0" src="navi/pictures.jpg"></a>

<a href="News/news.html">

<img border="0" src="navi/news.jpg"></a>

<a href="aboutme/aboutme.html">

<img border="0" src="navi/aboutme.jpg"></a>

<a href="board/board.html">

<img border="0" src="navi/board.jpg"></a>

<a href="friends/friends.html">

<img border="0" src="navi/friends.jpg"></a>

<a href="games/games.html">

<img border="0" src="navi/games.jpg"></a>

<a href="history/history.html">

<img border="0" src="navi/history.jpg"></a>

<a href="home/home.html">

<img border="0" src="navi/home.jpg"></a>

<a href="gbook/gbook.html">

<img border="0" src="navi/gbook.jpg"></a></div>

<!-- Ende Navi -->

<div id="vier">Uhr        </div>
<div id="fünf"></div>
<div id="sechs">{func:show}</div></div>
</div>
</body>

</html>

Hier ist der CSS Code

#eins
 {background-color:black;

}

#zwei
 {background-color:blue;width:950px;height:150px;margin:10px;margin-top:20;padding:0px;position: absolute; left:20px;

}

#drei
 {background-color:blue;width:120;margin:10;margin-top:180;padding:0px;position: absolute; left:20px;

}

#vier
 {background-color:green;width:100px;height:100px;margin:10px;margin-top:180;padding:10px;position: absolute; left:870px;

}

#fünf

{background-color:blue;width:468px;height:60px;margin-top:190;padding:0px;position: absolute; left:275px;

}

#sechs

{background-color:red;width:690px;margin-top:275;padding:10px;position: absolute; left:170px

}

#sieben

{background-color:lightgreen;width:50px;margin:10px;margin-top:100;padding:10px;position: absolute; left:165px

}

#acht

{background-color:orange;width:50px;margin:10px;margin-top:700;padding:10px;position: absolute; left:450px

}

#neun

{background-color:white;width:50px;margin:10x;margin-top:800;padding:10px;position: absolute; left:500px

}

#zehn

{background-color:brown;width:50px;margin:10px;margin-top:900;padding:10px;position: absolute; left:550px

}

mfg

Lb-S
wäre sehr dankbar für eure hilfe