.platzhalter_bg_large_halbe{
z-index:16;
position:relative;
float:left;
width: 920px;
height: 250px;
background: rgba(255, 255, 255, 1.0); 
margin:5px 5px 5px 5px;
}
.platzhalter_large_halbe{
z-index:17;
position:relative;
float:left;
width: 920px;
height: 250px;
margin:0px 0px 0px 0px;
}

@media only screen and (max-width: 1000px)
{
	.platzhalter_bg_large_halbe
	{
		width: 610px;
	}
	.platzhalter_large_halbe
	{
		width: 610px;
	}
}
@media only screen and (max-width: 1000px) and (orientation : landscape)
{
	.platzhalter_bg_large_halbe
	{
		width: 610px;
	}
	.platzhalter_large_halbe
	{
		width: 610px;
	}
}
@media only screen and (max-width: 480px)
{
	.platzhalter_bg_large_halbe
	{
		width: 300px;
	}
	.platzhalter_large_halbe
	{
		width: 300px;
	}
}