Mitch26: Falsche Darstellung im IE

Schönen guten Tag,

meine Webseite formatiere ichüber folgende CSS Datei:

body {  
 font: normal 75% Arial, Verdana;  
 color:#004f6e;  
 margin:10px;  
}  
  
form {  
 border:1px solid #004f6e;  
   background: transparent url(../images/bg_form.jpg) left top no-repeat;  
 width:700px;  
 margin:0;  
 padding:30px 0 10px 0;  
}  
fieldset {  
 padding:0 40px 35px 52px;  
 border:0px solid transparent;  
}  
fieldset legend {  
 font-weight:bold;  
 font-size:142%;  
 padding:0;  
 margin:0 0 10px 0;  
 color:#004f6e;  
}  
fieldset ul {  
 margin:0;  
 padding:0;  
 list-style-type: none;  
}  
li {  
 float:left;  
 margin:0 0 10px 0;  
 padding:0;  
 width:600px;  
}  
label {  
 float:left;  
 line-height:167%;  
 width:83px;  
 cursor: pointer;  
}  
input{  
 float:left;  
 height:20px;  
 width: 200px;  
 border:1px solid #1795be;  
 padding:0;  
 background:#FFF;  
 font-size:100%;  
}  
input.small {  
 width:38px;  
}  
input.number {  
 width:73px;  
}  
input.medium {  
 width:117px;  
}  
input.vorw {  
 width:46px;  
}  
input.tel {  
 width:105px;  
}  
input.strasse {  
 width:156px;  
}  
input.ort {  
 width:156px;  
}  
.inputSpace {  
 margin:0 4px 0 0;  
}  
input:active,  
input:hover,  
input:focus {  
 background-color: #d9f0f9;  
}  
em {  
 font-weight:bold;  
 font-size:142%;  
 color:#E00;  
}  
input.error {  
 border-color:#E00;  
 color:#E00;  
 background-color:#FFDCE5;  
}  
input.btnCancel, input.btnSend {  
 margin: 15px 0 0 0;  
 float:left;  
 width:85px;  
 height:22px;  
 font-weight: normal;  
 color: #004f6e;  
 text-align: center;  
 padding:0;  
 border:1px solid #0B6487;  
 -moz-border-radius:3px;  
 -webkit-border-radius:3px;  
 cursor:pointer;  
 background-color: #FFF;  
}  
input.btnSend  {  
 float:right;  
 font-weight:bold;  
 color:#FFF;  
 margin:15px 7px 0 0;  
 background: #1795be url(../images/bg_btnSend.png) 0px 0px repeat-x;  
}  
input.btnSend:hover, input.btnSend:active, input.btnSend:focus {  
 background-image:url(../images/bg_btnSendActive.png);  
}  
  
select{  
 float:left;  
 height:22px;  
 width: 156px;  
 border:1px solid #1795be;  
 padding:0;  
 background:#FFF;  
 font-size:100%;  
}  
select.zuordnung {  
 width:200px;  
}  

Für die besonderheiten beim IE ergänze ich die Webseite mit golgender extra CSS Datei:

fieldset legend {  
 margin:0 0 5px -7px;  
}  
label,  
input.btnCancel,  
input.btnSend {  
 cursor:hand;  
}  

Bei Mozilla stellt er mir mein Formular ordentlich dar. Und im IE zerschießt er es mir völlig. Felder werden nicht so dargestellt, Labels werden völlig weggelassen.

Was ist hier falsch?

Danke schonmal im voraus.

  1. Lieber Mitch26,

    Dein ellenlanger Code sagt mir rein garnix. [Tipps für Fragende] Ein Link hätte mir erheblich mehr Möglichkeiten zum Helfen ermöglicht.

    Liebe Grüße,

    Felix Riesterer.

    --
    ie:% br:> fl:| va:) ls:[ fo:) rl:° n4:? de:> ss:| ch:? js:) mo:} zu:)
    1. Lieber Mitch26,

      Dein ellenlanger Code sagt mir rein garnix. [Tipps für Fragende] Ein Link hätte mir erheblich mehr Möglichkeiten zum Helfen ermöglicht.

      Liebe Grüße,

      Felix Riesterer.

      Ich dachte es wäre was offentichtliches am Code.

      Hier der Link:

      Teststeite

      1. Lieber Mitch26,

        Teststeite

        ich rede wieder gerne mit Dir über Deine Seite weiter, wenn Du die 28 Fehler und 4 Warnungen beseitigt hast.

        Liebe Grüße,

        Felix Riesterer.

        --
        ie:% br:> fl:| va:) ls:[ fo:) rl:° n4:? de:> ss:| ch:? js:) mo:} zu:)