.addresslist_shortMain{
	width: 190px;
	height: 18px;
	margin-bottom: 19px;
	border-bottom: 1px solid #db8514;
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
}
.addresslist_Img{
	width: 18px;
	height: 17px;
	position: absolute;
	top: 1px;
	right: 0px;
}
.addresslist_extendWrap{
	margin-bottom: 19px;
}
.addresslist_extendMain{
	width: 190px;
	height: 18px;
	margin-bottom: 7px;
	border-bottom: 1px solid #db8514;
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #db8514;
	overflow: hidden;
}
.addresslist_name{
	font-weight: bold;
	padding-bottom: 2px;
}
.addresslist_address{
	padding-bottom: 2px;
}
.addresslist_phone{
	background-image: url(../img/addresslist_phone.gif);
  background-position: left top;
  background-repeat: no-repeat;
	padding-left: 18px; 
	padding-bottom: 2px;
}
.addresslist_fax{
	background-image: url(../img/addresslist_fax.gif);
  background-position: left top;
  background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 2px; 
}
.addresslist_mail{
	background-image: url(../img/addresslist_mail.gif);
  background-position: left top;
  background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 2px; 
}
.addresslist_anfahrt{
	background-image: url(../img/addresslist_anfahrt.gif);
  background-position: left top;
  background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 2px; 
}