#gallery_container { 
 float:left; 
 width: 220px;
 height:auto;
} 

#gallery_bild_container {
 /*float: left; */
 width: 220px;
 height:auto;
 margin: 0px; 
 text-align: left;

} 

#gallery_bild { 
 vertical-align:center;
 border: 0px; 
 border-style: solid; 
 border-top:0px;
 border-color:#000000; 
} 

#gallery_text { 
 float:left; 
 margin-left: 0px;  
  border: 0px; 
 border-style: solid; 
 border-color: #D4866B; 
} 
