/***********************************************************
 * BRANCHEN
 ***********************************************************/

/* BUSINESS LIST */
#businesslist form#catselect{
	display: block;
	float: left;
	margin: 0 0 16px 0;
	font: bold 15px arial, helvetica, sans-serif;
}
#businesslist form#catselect select{
	margin: 0 4px 0 0;
	font: bold 15px arial, helvetica, sans-serif;
	color: #ff5600;
}

#businesslist ul{
	width: 100%;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
#businesslist ul li{
	width: 100%;
	min-height: 70px;
	height: fit-content;
	background: url(../images/core/dashes.gif) left bottom repeat-x;
	padding: 10px 0 10px 0;
	margin: 0;
	position: relative;
}
#businesslist ul span.address{
	float: left;
	display: block;
	padding: 6px 0 0 0;
}

#businesslist ul li.premium div.tip {
	position: absolute;
	left: 6px;
	top: 5px;
	display: block;
	width: 36px;
	height: 26px;
	padding-left: 8px;
	background-image: url(../images/core/navi_bg.gif);
	background-position: left bottom;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: white;
}

#businesslist ul li .lieferservice {
	position: absolute;
	right: 20px;
	bottom: 20px;
}


#businesslist ul li.premium{
	min-height: 100px;
	height: fit-content;
}
#businesslist ul li.premium .logo{
	float: left;
	border: 1px solid #2e2e30;
	display: inline-block;
	margin: 0 8px 0 0;
	width: 68px;
	height: 68px;
	padding: 12px 0 0 12px;
}
#businesslist ul li.premium .logo img{
	width: 56px;
	height: 56px;
}

#businesslist ul li strong,
#businesslist ul li h2{
	color: black;
	width: 600px;
	margin: 0;
	padding: 0 0 6px 0;
	font: normal 20px/16px arial, helvetica, sans-serif;
	background: none;
	display: block;
	float: left;
	text-indent: 0;
	line-height: 24px;
}
#businesslist ul li span.keywords{
	font: normal 11px/15px arial, helvetica, sans-serif;
	display: block;
	float: left;
	width: 600px;
}
#businesslist ul li.premium span.address1{
	float: left;
	padding: 16px 0 0 0;
}
#businesslist ul li.premium span.address2{
	float: left;
	padding: 16px 0 0 20px;
}
#businesslist ul li a.fav{
	width: 128px;
	height: 20px;
	display: block;
	background: url(../images/core/bg-linkarrow-small.gif) no-repeat 0 10px;
	font: normal 13px/28px arial, helvetica, sans-serif;
	text-indent: 12px;
	color: #ff5600;
	text-decoration: none;
	border-bottom: 1px solid #ff5600;
	position: absolute;
	bottom: 8px;
	right: 0px;
}


/* logos */

.businessLogos .thumbs {
	margin-top: 10px;
	padding: 5px;
	padding-bottom: 0;
	background: url(../images/core/headline_bg.png) repeat;
	overflow: hidden;
	/* border: 1px solid #fff; */
}

.businessLogos .thumbs a {
	display: block;
	float: left;
	width: 79px;
	height: 79px;
	margin: 0 7px 7px 0;
	background: url(../images/core/bg-location-logo.png) no-repeat;
	text-decoration: none;
}

.businessLogos .thumbs a span,
.businessLogos .thumbs a img {
	display: block;
	width: 56px;
	height: 56px;
	margin: 12px 12px 11px 11px;

	background: url(../images/core/branchen-no-logo.gif) no-repeat;
	font-size: 20px;

	color: #2e2e30;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	line-height: 56px;
	vertical-align: center;
}


.businessLogos .thumbs a.last {
	margin-right: 0px;
}
