/*reference.css*/

.technology{ /*header of 2nd demo*/
	cursor: pointer;
	width: 510px;
	xborder:1px solid #000;
	display:block;
	line-height:2em;
	border-bottom:1px solid #cccccc;
	font-size:1.2em;
	font-weight:bold;
}

.open-refitems{ /*class added to contents of 2nd demo when they are open*/
	background-image:url(arrow_up.jpg);
	background-position:left;
	background-repeat:no-repeat;
	color:#d86c10;
}

.closed-refitems{ /*class added to contents of 2nd demo when they are closed*/
	background-image:url(arrow_down.jpg);
	background-position: left;
	background-repeat:no-repeat;	
	color:#d86c10;
}

.abstand{padding-left:20px; }

/*ITEM-STYLES*/

.ref-item{ 
	width:500px;
	margin-left:20px;
	position:relative;
}

.ref-item-title{
	font-weight:bold;
	padding: 10px 0;
}

.ref-item-left{
	float:left;
	width:220px;
	text-align:left;
}
.ref-item-left img{
	border:1px solid #cccccc;
	padding:1px;
}
.ref-item-right{
	float:left;
	width:280px;
	text-align:left;
}

.ref-item-data-left{
	font-weight:bold;
	width:100px;
	float:left;
	line-height:1.6em;
}

.ref-item-data-right{
	font-weight:normal;
	width:175px;
	float:left;
	line-height:1.6em;
}

.ref-item-detaillink{
	position:relative;
	top:10px;
}

.ref-item-line{
	height:10px;
	border-bottom:1px solid #cccccc;
	margin-left:20px;
	width:500px;
	margin-bottom:5px;
}

/*SINGEL STYLE*/
.tx-reference-pi1-singleView{
	position:relative;
}
.ref-single-hedline{
	width:530px;	
	padding:5px 0;
}
.ref-single-hedline h2 {
	background:#FFFFFF;
	color:#565656;
	font-size:1.2em;
	font-weight:bold;
}

.ref-single-left{
	width:260px;
	float:left;
}
.ref-single-left img{
	border:1px solid #cccccc;
	padding:1px;
	margin-bottom:10px;
}
.ref-single-right{
	width:250px;
	float:left;
}

.ref-single-data-left{
	font-weight:bold;
	width:100px;
	float:left;
	line-height:1.6em;
}

.ref-single-data-right{
	font-weight:normal;
	width:145px;
	float:left;
	line-height:1.6em;
}

.ref-single-data-detailtext{
	width:250px;
	margin-top:10px;
}