DIV.showcase {
	height: 309px !important;
	overflow: hidden;
	cursor: pointer;
}
DIV.showcase DIV.sc-box {
	/* vgl. auch ie6_hack.css */
	position: relative;
	float: left;
}
DIV.showcase DIV.sc-box:hover {
	/*opacity: 1 !important;*/
}
DIV.showcase DIV.sc-box-3-n {
	padding: 12px 6px 10px 8px;
	margin: 0 5px 5px 0;
	width: 179px; /* 3x66 - margin - padding */
	height: 76px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	/*opacity: 0.3;*/
}
DIV.showcase DIV.sc-active {
	height: 282px !important;
	background-position: 50% 0;
	background-size: 120%;
	z-index: 10;
	/*opacity: 1 !important;*/
}
DIV.showcase DIV.sc-box DIV {
	position: absolute;
	top: 0;
	left: 198px;
	width: 575px;
	height: 282px;
	padding: 12px 6px 10px 8px;
	color: #000;
	background-color: #fff;
	/*background: rgb(239, 239, 239); /* Für ältere Browser */
	/*background: rgba(255, 255, 255, 0.9);*/
	z-index: 10;
}
DIV.showcase DIV.sc-box DIV H1 {
	margin: 0;
	padding: 0;
	font-family: 'times new roman', times, serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 1.5;
}
DIV.showcase DIV.sc-box DIV H1 I.d-teaser-quelle {
	white-space: nowrap;
}
DIV.showcase DIV.sc-box DIV P.spacer {
	margin-top: 5px;
}
DIV.showcase DIV.sc-box DIV.off {
	display: none;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}