/* CSS Reisecneter Fehmarn Modul Gastgeber */


ul.column{
	width: 100%;
	padding: 0;
	margin: 3px;
	list-style: none;
}
ul.column li {
	float: left;
	width: 75px; /*Set default width*/
	padding: 0;
	margin: 3px;
	display: inline;
}
.block {
	height: 75px;
	margin: 1px; /*Creates the 10px gap between each column*/
}
.block img{
   width: 71px;
   height: 71px;
   background: url(spinner.gif) no.repeat center center;
}
