/* Referenskunder*/
h1.title_row {
	color: white;
	background-image: url(../images/svart_falt_704x43.gif);
	background-repeat:no-repeat;
	height: 33px;
	margin: 0 0 20px 0;
	padding: 10px 0 0 10px;	
}

.box_top {
	width:704px;
	height:20px;
	background-image: url(../images/box_top.gif);
	background-repeat:no-repeat;		
}
.box_content {
	width:704px;
	min-height:45px;
	background-image: url(../images/box_content.gif);
	background-position:left bottom;
	background-repeat:no-repeat;		
}
.box_bottom {
	width:704px;
	height:20px;
	background-image: url(../images/box_bottom.gif);
	background-repeat:no-repeat;
	margin-bottom:20px;		
}

.box_content .column_a {
	padding-left:20px;
	width:180px;
	overflow:hidden;	
}
.box_content .column_b {
	padding-left:20px;
	width:464px;
	overflow:hidden;		
}

.box_borders {
	background:#fff;
	border:1px solid #d7d7d7;
	padding:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.quote {
	font-size:16px;
	font-style:italic;
	font-weight:normal;
	background:url(../images/quote_sign.gif) 0 0 no-repeat;	
}

.quote cite {
	font-size:16px;
	font-style:italic;
	font-weight:normal;
}

.quote span {
	display:block;
	padding:50px;
	padding-top:20px;
	padding-bottom:20px;	
	background:url(../images/quote_sign.gif) right bottom no-repeat;			
}