#stoerer {
	/*position: absolute;
	right: 5px;
	top: -255px;
	border: 10px solid #fff;*/
	background: url('../images/linda/LINDA_Shop_Banner_540x320.png') no-repeat top center;
	height: 340px;
	width: 100%;

margin-top: 71px;
}

@media screen and (max-width: 1200px){
	#stoerer {
		background: url('../images/linda/LINDA_Shop_Banner_540x200.png') no-repeat top center;
		height: 220px;
		/*width: 560px;
		top: -165px;		*/
	}
}

@media screen and (max-width: 990px){
	#stoerer {
		background: url('../images/linda/LINDA_Shop_Banner_300x200.png') no-repeat top center;
		height: 220px;
		/*width: 320px;
		top: -168px;		*/
	}
}

@media screen and (max-width: 770px){
	#stoerer {
		background: url('../images/linda/LINDA_Shop_Banner_180x90.png') no-repeat top center;
		height: 110px;
		/*width: 200px;
		top: -73px;		*/
	}
}


#stoerer a {
	display: block;
	width: 100%;
	height: 100%;
}