.stoerer{
	position:fixed;
	background-color:#FFFFFF;
	border:1px solid #000000;
	overflow:auto;
	z-index: 99999999999999999;
	padding:15px;
}

.stheader{
	margin-top:0px;
	margin-bottom:15px;
	line-height:30px;
}

.stheader2{
	margin-top:0px;
}

.stpic{
	width:100%;
}

a.stlink{
	display:block;
	width:100%;
	height:100%;
}

.stclose{
	width:30px;
	height:20px;
	position:absolute;
	right:15px;
	top:15px;
	background-color:#FFFFFF;
	border:1px solid #000000;
	display:none;
	font-size:40px;
	cursor:pointer;
	line-height:0px;
	text-align:center;
	padding-top:10px;
	margin-bottom:unset;
}

@media only screen and (max-width: 576px) {
	.stclose{
		position:relative;
		right:unset;
		top:unset;
		margin-bottom:10px;
		display:block !important;
	}
}