/* css*/

h3, h4 {margin-top:0;}

		
#hamburg2 {min-height:345px;
margin-bottom:25px;
} 		

* html #hamburg2 { height:345px;
} 

/* nur für IE 5.5 - 6.x */
#hamburg3{min-height: 340px;	
		  margin-bottom:25px;	
		}

* html #hamburg3 { height:343px;
} /* nur für IE 5.5 - 6.x */

#hamburg4{min-height: 290px;
		margin-bottom:25px;
		}

* html #hamburg4 { height:293px;
} /* nur für IE 5.5 - 6.x */

.thumb {min-height:120px;
		margin-bottom: 12px;}	
* html .thumb { height:122px; } /* nur für IE 5.5 - 6.x */	

.thumbs {float:left; 
		margin: 2px 12px 3px 0px;}

