.leerzeile{
z-index:16;
position:relative;
float:left;
width: 100%;
/*background: rgba(255, 255, 255, 0.0); */
margin:0px 0px 10px 0px;
display: table-cell;
text-align: center;
height:auto;
background-color: white;
bottom:0px;
/*
	background:-moz-linear-gradient(top, transparent 0%, black 100%);
	background:-webkit-linear-gradient(top, transparent 0%, black 100%);
	background:-o-linear-gradient(top, transparent 0%, black 100%);  
	background-image:-ms-linear-gradient(top, transparent 0%, black 100%); 
	background:linear-gradient(top, transparent 0%, black 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#000000', 
                                                   endColorstr= 'rgba(255, 255, 255, 0.0)');
*/
}
/*
@media only screen and (max-width: 1600px) 
{
	.leerzeile 
	{
		width: 930px;		
	}
}
@media only screen and (max-width: 1280px) 
{
	.leerzeile 
	{
		width: 930px;			
	}
}
@media only screen and (max-width: 1000px) 
{
	.leerzeile 
	{
		width: 700px;		
	}
}
@media only screen and (max-width: 1000px) and (orientation : landscape)
{
	.leerzeile 
	{
		width: 700px;		
	}
}
@media only screen and (max-width: 480px)
{
	.leerzeile 
	{
		width: 280px;	
	}
}
*/