div#verkauft{
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  height: 300px;
	width: 50%;
	max-width: 720px;
	min-width: 400px;

	text-align: center;
	padding: 30px 5px 5px 5px;

 	background: #ec3822;
	background:-o-linear-gradient(bottom, #ec3822 5%, #ae1300 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ec3822), color-stop(1, #ae1300) );
	background:-moz-linear-gradient( center top, #ec3822 5%, #ae1300 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ec3822", endColorstr="#ae1300");
	background: -o-linear-gradient(top,#ec3822,ae1300);

	font-family:Courier;
	font-size: 1.0em;
	color: white;

	box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.6);
	border:3px solid #fff;

	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;

	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;

	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;

	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;

  filter:alpha(opacity=90); -moz-opacity:.90; opacity:.90;
   z-index:2;
}

div#verkauft h2.vkh1{color:#fff;background-color:#d44939;font-family:Verdana,Tahoma,Arial;font-size:2.2em;-webkit-transform: rotate(-4deg);-moz-transform: rotate(-4deg);-o-transform: rotate(-4deg);}
div#verkauft p.vkp1{background-color:#d44939;font-size:1.4em;white-space: pre-wrap;}
div#verkauft p.vkp2{background-color:#d44939;font-size:2.0em;white-space: nowrap;}
div#verkauft:hover{filter:alpha(opacity=15); -moz-opacity:.15; opacity:.15;}

@media (max-width: 780px) {
div#verkauft p.vkp1{font-size:1.17em;}
}