Thommy89: Internet Explorer zerschießt Layout

Beitrag lesen

Moin moin,
ich habe folgendes Problem und zwar habe ich eine Website per CSS und HTML erstellt. Diese sieht in Mozilla Firefox auch wunderbar aus nur im Internet Explorer ab Version 6 wird das Layout total zerstört.
So siehts im Mozilla Firefox aus:
http://www.bilder-hochladen.net/files/8yqa-2-jpg.html

Und so im Internet Explorer:
http://www.bilder-hochladen.net/files/8yqa-3-jpg.html

Anbei noch mein Stylesheet:
body
{
background: #ffffff;
}

#container
{
width: 750px;
border: 5px solid #2ca15a;
-moz-border-radius: 8px;
margin: 10px auto;
}

#header
{
width: 750px;
height:175px;
background: #ffffff;
padding-top:15px;
}

#menu
{
float:left;
width: 175px;
min-height:550px;
background:#ffffff;
padding-left:10px;
padding-top:15px;
border-right: 2px solid #2ca15a;
}

#menu a
{
display:block;
color:#000000;
text-decoration:none;
padding-left:30px;
background: url(images/punkt.jpg) no-repeat;
}

#menu a:hover
{
display:block;
padding-left:30px;
background: url(images/punkt2.jpg) no-repeat;
text-decoration:underline;
color:#2ca15a;
}

#box
{
position:absolute;
top:379px;
left:573px;
width:225px;
height:201px;
background-color:#ffffff;
}

#content
{
width:750px;
min-height: 375px;
background:#ffffff;
text-align:justify;
}

#text
{
font-family:Verdana, Arial, Sans-Serif;
font-size:13px;
color:#000000;
padding-left:195px;
padding-top:10px;
padding-right:10px;
}

a:link
{
color: #000000;
text-decoration:none;
}

a:hover
{
text-decoration:underline;
color:#2ca15a;
}

a:visited
{
color: #000000;
text-decoration:none;
}

Hat jemand eine Ahnung wo der Fehler liegt. Für jede Hilfe bin ich dankbar.
Mit freundlichen Grüßen
Thomas