.box-service{
	width: 200px;
	height: 145px;
	overflow: hidden;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-bottom: 10px;
}

.box-service .title {
	background-color: #000000;
	height: 23px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
}

.box-service .title-text{
	color: #FFFFFF;
	padding: 4px 0px 0px 8px;
	font-size: 11px;
	float: left;
}

.box-service .title,.box-service .title-goedert {
	background-image: url('goedert-ico.gif');
	background-repeat: no-repeat;
	height:23px;
}

.box-service .title-atelier {
	background-image: url('atelier-ico.gif');
	background-repeat: no-repeat;
	height:23px;
}
.box-service .title-shop {
	background-image: url('shop-ico.gif');
	background-repeat: no-repeat;
	height:23px;
}
.box-service .title-essence {
	background-image: url('essence-ico.gif');
	background-repeat: no-repeat;
	height:23px;
}
.box-service .title-carwash {
	background-image: url('carwash-ico.gif');
	background-repeat: no-repeat;
	height:23px;
}

.box-service .column-right{
	margin-right: 2px;
	padding: 0px;
	height: 108px;
	overflow: hidden;
}

.box-service .image {
	float: left;
	padding: 10px 8px 0px 0px;
}

.box-service .summary {
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

.box-service .content {
	padding: 10px 0px 0px 0px;
}

.box-service .content p{
	padding: 0px;
	margin: 0px;
}

.box-service .more-info{
	font-weight: bold;
	height: 13px;
	padding: 0px 0px 0px 10px;
	margin-bottom: 0px;
}

.box-service .more-info a:link, .box-service .more-info a:visited{
	display: block;
	height: 13px;
	color:#000000;
	text-decoration: none;
	background-image: url(more.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
}

.box-service .more-info a:hover, .box-service .more-info a:active{
	color: #CC0000;
}

