﻿div.sucheinhalt span.thumb
{
	display:none ;
}

div.sucheinhalt
{
	position:relative ;
}

div.sucheinhalt:hover span.thumb
{
	display:block ;
	width:250px ;
	height:155px ;
	border-bottom: #ebeff1 5px solid ;
	background-image:url(../images/loading.gif);
	background-position:center center;
	background-repeat:no-repeat ;
	position:absolute;
	left: -249px ;
	bottom:-5px ;
}

div.sucheinhalt:hover span.thumb img
{
	width:213px ;
	height:150px ;
	border: none ;
	margin:0 0 0 0 ;
	padding:0 0 0 0 ;
	text-indent:0;
	position:absolute;
	top:0;
	left:0;
	border-top: #ebeff1 5px solid ;
	border-left: #ebeff1 5px solid ;
	border-right: #ebeff1 5px solid ;
}