.pos000 {
position: absolute;
left: 0px;
float: left;
}
.pos168 {
position: absolute;
left: 168px;
float: left;
}
.pos336 {
position: absolute;
left: 336px;
float: left;
}
.pos504 {
position: absolute;
left: 504px;
float: left;
}
das float:left; sorgt dafür, dass die Höhe des Grundrahmens die Höhe der .pos-Elemente ignoriert.
Außerdem ist float:left; bei absoluter Positionierung Schwachsinn.
cu