.thumbnail{
	position: relative;
	z-index: 0;
	border: 1px solid #C9D1BA;
	padding: 3px;
	margin: 3px;
	height: 1%;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	background-color: #C9D1BA;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	top: 0px;
	position: absolute;
}

.thumbnail span img{ /*CSS großes bild*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS für geöffnetes bild*/
	visibility: visible;
	left: -100px;
	top: -300px;

}

#content .angebote {
	border: 1px solid #E1E4E0;
}
