.headerteaserimage{
	background-image:url(../../Global_Images/header/header_referenzen.jpg);
}


#main{
	margin-bottom:30px;
}
/* Hier: Subnavibox-Hoehe auf ein minimum beschraenken: */
#subnavigationbox {
	height:120px;
}
/* Hier: Contentbox-Hoehe auf ein minimum (identisch mit Subnavibox) beschraenken: */
#contentbox{
	height:auto;
	min-height:120px;
	padding-bottom:20px;
}
#contentbox_referenzen{
	padding-left:38px;
	padding-right:87px;
}

.refitem{
	
	height:193px;
	display:block;
	/*border:1px solid red;*/
	overflow:hidden;
	margin-bottom:-25px;/* -25  */
	/*background-color:#999999;*/
}

.refitem_img{
	width:343px;
	height:193px;
	background-image:url(../../Global_Images/references/bg_reference_image.gif);
	background-repeat:no-repeat;
	float:left;
	/*background-color:blue;*/
}

.refitem_img img{
	margin-top:5px;
	margin-left:5px;
}
.refitem_img_floatleft{
	float:left;
}
.refitem_img_floatright{
	float:right;
}
.refitem_l_desc_right{
	float:right;
	/*background-color:yellow;*/
	display:block;
	width:529px;
}
.refitem_r_desc_left{
	float:left;
	display:block;
	/*background-color:yellow;*/
	/*width:529px;*/
}

.refitem_year{
	float:left;
	/*width:123px; 188 total - 65 padding*/
	width:180px; /*188 total - 65 padding*/
	height:193px;
	padding-top:98px;
	/*padding-left:65px;*/
	padding-left:0px;
	font-size:17px;
	color:#555555;
	font-weight:lighter;
	letter-spacing:1px;
	background-repeat:no-repeat;
	/*background-color:pink;*/
}
.refitem_r_desc_left .refitem_year{
	background-image:url(../../Global_Images/references/bg_reference_arrow_right.gif);
	background-position:140px 97px;
}
.refitem_l_desc_right .refitem_year{
	background-image:url(../../Global_Images/references/bg_reference_arrow_left.gif);
	background-position:30px 97px;
}

.refitem_year em{
	display:block;
	
	font-size:17px;
	color:#555555;
	font-weight:lighter;
	font-style:normal;
	letter-spacing:1px;
}
.refitem_r_desc_left .refitem_year em{padding-left:66px;}
.refitem_l_desc_right .refitem_year em{padding-left:63px;}

.refitem_l_desc_right .refitem_desc_holder{
	width:343px;
	height:193px;
	/*background-color:grey;*/
	float:right;
}
.refitem_r_desc_left .refitem_desc_holder{
	width:303px;
	height:193px;
	/*background-color:grey;*/
	float:left;
	margin-left:40px;
}

.refitem_desc_holder h4{
	margin:87px 0px 0px 0px;
	color:#666666;
	font-size:12px;
	font-weight:normal;
	/*background-color:red;*/
}
.refitem_desc{
	/*background-color:green;*/
	height:74px
}
.refitem_withcompany{
	float:left;
	margin-right:30px;
	display:block;
}
.refitem_cbm{
	float:left;
	display:block;
}
.refitem_withcompany h4{
	margin:0px;
	font-size:10px;
	color:#B7050A;
	text-transform:uppercase;
}
.refitem_cbm h4{
	margin:0px;
	font-size:10px;
	color:#B7050A;
	text-transform:uppercase;
}













