/* Referenzen */

.reference-icon {
	position: relative;
	float:left;
	width:150px; height:75px;
	margin:5px 12px;	/* ie6fix.css */
	text-align:center;
	overflow: hidden;
	border: 1px solid #ccc;
}

.teaser .reference-icon {
	width:200px; height:auto;
	margin:0 12px 12px 0;
	border:0 none;
}
.teaser .reference-icon img {
	border: 1px solid #ccc;
}
.overlay {
	position: absolute;
	bottom:0; right:0;
	border:0 none transparent;
	display: none;
}
.active .overlay{
	display: inline;
}
.active:hover {
	border-color: #ffc266;
}


.box-small .reference-icon {
	width:130px; height:65px;
	margin:3px 5px;	/* ie6fix.css */
}
.box-small .reference-icon img {
	height: 65px;
}
.box-small .active img.overlay {
	height: auto;
}


/* Objekte und Berichte */

.link-object .box-content-body {
	padding-bottom: 0;
}
.link-object .box-content-body ul.linklist {
	margin: 5px 0px 5px 12px;
}
.link-object .box-content-body img.linkObject {
	 border-color:#EEE;
	 margin-top: 12px;
	 width: 238px;
}

