.hoverbox
{
	cursor: pointer;
	list-style: none;
}

.hoverbox tr
{
	vertical-align: top;
}

#hoverboxheader
{
    border: 0px;
	padding: 0px;
	margin: 0px;
	width: 160px;
	height: 120px;
}

#hoverboxheader img
{
	width: 160px;
	height: 120px;
}

#hoverboxspacer
{
  width: 1px;
  border: 0px;
}

.hoverbox a
{
	cursor: pointer;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
    text-decoration:none;
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1000;
}

.hoverbox img
{
    border:0px;
	vertical-align: top;
	width: 156px;
	height: 117px;
	
}

.hoverbox td
{
    border: 1px solid #D3D9E0;
	display: inline;
	float: left;
	position: relative;
}

.hoverbox .preview
{
	background: url(../images/schatten.png) no-repeat;
	padding-left:5px;
	padding-right:19px;
	padding-top:5px;
	padding-bottom:19px;
	width: 300px;
	height: 225px;
}