-.-
<div id='middle'>
<div id='content'>
Inhalt
</div>
<div id='sitebar'>
Inhalt
</div>
</div>
#middle{
width:700px;
height:auto;
text-align:center;
margin-top:10px;
margin-left:28px;
border:2px dashed #999999;
}
#content{
width:420px;
background-color:#ffffff;
padding:10px;
text-align:left;
float:left;
}
#sitebar{
width:220px;
/* margin-left:500px; <- auf diese Angabe will ich verzichten muss doch ohne gehen oder? */
background-color:#cccccc;
text-align:center;
color:#CC9966;
padding:10px;
}
So überprüfbar?