@charset 'utf-8';
@import url(lightbox.css);

/* ----------------------------------------------------- Page layout */


#block{
	background: #f4f4f4;
	width:500px;
	height:300px;
	padding:20px;
}
*
{
	border: 0;
	margin: 0;
	padding: 0;
}



/* =Hoverbox Code
----------------------------------------------------------------------*/

.clear{
	clear: both;
}

#rahmen{
	float:right;
	background: #B3B3B3;
	width: 255px;
	padding: 5px;
}

#rahmen ul {
	list-style:none;
	margin:0;
	padding:0;
}

#rahmen li, #rahmen li a{
	list-style:none;
}

#rahmen li img{
	list-style:none;
}


.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
	list-style: none;
}

.hoverbox a .preview, .hoverbox a .preview_1
{
	display: none;
}

.hoverbox a:hover .preview, .hoverbox a:hover .preview_1
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 999;
	background:#fff;
	padding:5px;
	border:#fff solid 1px;
}

.hoverbox img{

	vertical-align: top;

}

.big
{

	vertical-align: top;
	width: 75px;
	height: 130px;
}

.small
{

	vertical-align: top;
	width: 75px;
	height: 60px;
}

.middel
{

	vertical-align: top;
	width: 245px;
	height: 196px;
}


.hoverbox li
{

	display: inline;
	float: left;
	margin: 5px;
	position: relative;
}

.hoverbox .preview_1
{
	border-color: #000;
	width: 140px;
	height: 243px;
}

.hoverbox .preview
{
	border-color: #000;
	width: 140px;
	height: 112px;
}



/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

*html .hoverbox a, *+html .hoverbox a
{
	position: relative;
}

*html .hoverbox a:hover, *+html .hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

*html .hoverbox a:hover .preview, *+html .hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

*html .hoverbox li, *+html .hoverbox li
{
	position: static;
}

div.naehrwerttabelle {background-color:#E0CCA7}
div.naehrwerttabelle .bg-dark {background-color:#BFBFBF}

