*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
	color: #043555;
}

/* CSS Document */
p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{	cursor: default;
	list-style: none;
	margin-left: 15px;
}

.hoverbox a
{	cursor: default;}
 
 /*versteckt großes Bild*/
.hoverbox a .preview
{	display: none;}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -110px;
	left: -70px;
	z-index: 1;
}

.hoverbox img
{
	background: #f8de9d;;
	border-color: #4b8db9 #236896 #114c73 #043555;
	border-style: solid;
	border-width: 2px;
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 77px;
	height: 110px;
}

.hoverbox li
{
	background: #eee;
	border-color: #043555 #114c73 #236896 #4b8db9;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 4px 14px;
	padding: 2px;
	position: relative;
}

.hoverbox .preview
{
	border-width: 3px;
	border-color: #4b8db9 #236896 #114c73 #043555;
	width: 220px;
	height: 330px;
}
