.webshopBanner{
	width: 200px;
	height: 100px;
	background-color: #cccccc;
	position: relative;
}

.webshopBanner .bgimg{
	position: absolute;
	top: 0px;
	left: 0px;
}

.webshopBanner .text{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
}

.webshopBanner .text .title{
	font-size: 13pt;
	font-weight: bold;
	color: #ffffff;
}

.webshopBanner .text .link{
	font-size: 11pt;
}

.webshopBanner .text .link a{
	color: #ffffff;
}

