Hab nen problem... gugs euch einfach mal an.
Das gelbe sind diese Div´s
Code
		
			.arbeit
{
    float: left;
    padding: 5px 1% 15px 1%;
    width: 73%;
    border: solid 1px #BABABA;
    margin: 10px 0.5% 20px 0.5%;
    -moz-border-radius: 10px;
    background: yellow;
}Das rote und Blaue diese.
Code
		
					
				#sidebar
{
    float: right;
    width: 22%;
    margin: 10px 0.5% 20px 0.5%;
    background: red;
}
.sidebar_element
{
    float: right;
    padding: 0px 2% 15px 2%;
    width: 96%;
    border: solid 1px #BABABA;
    margin: 0px 0.5% 20px 0.5%;
    -moz-border-radius: 10px;
    background: blue;
}Solange ich nur einen Gelben div hab geht alles seinen gang.
Leider richtet sich meine sidebar bei mehreren gelben div´s immer nach dem untersten aus. Warum?
 
		