Eva: runde Ecken im IE7 schauen "verschoben" aus

Beitrag lesen

Hallo,
habe für die Umgestaltung einer HP die bei Euch gefundene geniale Methode für runde Ecken von Andreas Kalt verwendet.
Im FF schaut es wunderbar aus, im IE7 sind leider die rechten unteren Ecken verschoben, so dass die untere Linie nicht wirklich zusammen passt.
Habe meines Wissens nach alles beachtet (kein marin-bottom und padding-bottom gleichzeitig, DTD für standard mode, etc.) und trotzdem...
Unten die css vom linken Frame, im rechten gibts dasselbe Problem, aber ich nehme an, es ist derselbe Fehler. In der Mitte passts (fast).
Ich hoffe mir kann jemand helfen.
LG

code auf
http://80.64.130.196/endkunden/

body.left {
 font-family:arial, sans-serif;
 font-size:7pt;
 margin-left:2px;
 background-color:#FFFFFF;
}
div.menuhead1 {
 font-family: arial, sans-serif;
 font-weight:bold;
 font-size:10pt;
 /*width:115px;*/
 background-color:#F39315;
 color:white;
 /*border:1px solid #DDDDDD;*/
 padding:2px;
 vertical-align:middle;
 text-align:left;
 /*margin-top:94px;*/
}
div.menuarea1 {
 font-family: arial, sans-serif;
 font-weight:normal;
 font-size:7pt;
 /*width:115px;*/
 background-color:#FFFFFF;
 color:black;
 padding:0px;
 vertical-align:middle;
 text-align:left;
}
a.menuarea {
 font-weight:normal;
 color:blue;
 text-decoration:none;
 margin-left:4px;
}
div.menuitem {
 font-family: arial, sans-serif;
 font-size:10pt;
 font-weight:bold;
 background-color:#FFFFFF;
 color:#808080;
 padding:0px;
 vertical-align:middle;
 text-align:left;

}

div.menuitem_highlighted {
 font-family: arial, sans-serif;
 font-size:10pt;
 font-weight:bold;
 background-color:#F39315;
 color:white;
 padding:0px;
 vertical-align:middle;
 text-align:left;
}

div.menuitem_active {
 font-family:arial, sans-serif;
 font-size:10pt;
 font-weight:bold;
 background-color:white;
 color:#808080;
 padding:0px;
 vertical-align:middle;
 text-align:left;
}

div.anzahlen {
 font-family: arial, sans-serif;
 font-size:7pt;
 font-weight:bold;
 color:#333333;
 padding:1px;
}

div.amountActive {
 font-family: arial, sans-serif;
 font-size:7pt;
 color:red;
 font-weight:bold;
 padding:0px;
}

div.amountInactive {
 font-family: arial, sans-serif;
 font-size:7pt;
 padding:0px;
}

div {
 margin:0;
}

.ro {
 background:url(images/contentbox_ro.jpg) top right no-repeat;
}

.lo {
 background:url(images/contentbox_lo.jpg) top left no-repeat;
}

.ru {
 background:url(images/contentbox_ru.jpg) bottom right no-repeat;
}

.lu {
 background:url(images/contentbox_lu.jpg) bottom left no-repeat;
}

.inhalt {
 margin:0;
 padding:0.3em 0.5em 1.5em 1.5em;
}

.head {
 font-weight:normal;
 font-size: 10pt;
 color: white;

}