#content_left {
position: relative;
top: 0px;
margin-left: 28px;
width: 824px;
padding-right: 20px;
border-right: solid 1px #fff4db;
float: left;
}

/* IE-Hack fuer die Breite */
*html #content_left {
margin-left: 16px;
width: 834px;
}

#content_middle {
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
border: none;
}


#content_right {
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
border: none;
}