body {
	background-color: black;
  /*  background-image: url("../pics/bg.gif"); */
    font-family: verdana,Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
	position: relative;
	width: 100%;
}

/* .content_container{
	position: relative;
	display: block;
	margin: 20px auto!important;
	
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	font-size: 36px;
	text-align: center;
	line-height: 55px;
	padding-bottom: 200px;
	width: 600px;
	height: 400px;
} 

.content_container img{
	margin-top: 260px;
	width: 100%;
}
*/


.container
{
	position: fixed;
	display: block;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	/*background-image: url('../pics/background_bw13.jpg');*/
	background-position: top right;
	background-repeat: no-repeat;	
	background-size: contain;	
}

#impressum{
	position: fixed;
	display: block;
	top:0;
	right:0;
	padding:15px;
	font-size: 9px;
	color: #333;
	text-decoration: none;
}

img.datum
{
	position: fixed;
	display: block;
	bottom: 60px;
	left: 20px;
	max-width: 90%;
	max-height: 40%;
}

img.logo
{
	margin: 20px;
	float: left;
	display: block;
	max-width: 90%;
	max-height: 45%;
	width: 250px;
}

img.ab18
{
	position: fixed;
	right: 0;
	bottom: 0;	
	height: 50px;
	display: block;
}

.dj
{
	width: 300px;
	display: block;
	position: fixed;
	margin: 0px;
	left: 350px;
	top: 10px;
	z-index: 99999;
}


#debug
{
	color: #FFF;
}

@media only screen and (max-width: 900px) 
{
	
	
.container
{
	position: relative;
	display: block;
	top:0;
	left:0;
	width: auto;
	height: auto;
	/*background-image: url('../pics/background_bw13.jpg');*/
	background-position: top right;
	background-repeat: no-repeat;	
	background-size: contain;	
}	
	
img.logo
{
	margin: 30px auto;
	float: none;
	clear: both;
	display: block;
	width: 300px;		max-width: 100%;
	max-height: 100%;
}	
	
.dj
{
	width: 300px;
	display: block;
	float: none;
	clear: both;
	margin:  30px  auto;		
	max-width: 100%;
	max-height: 100%;
	position: static;
}

img.datum
{
	margin:  30px  auto;
	float: none;
	clear: both;
	display: block;
	width: 300px;
	position: static;
	max-width: 100%;
	max-height: 100%;
}

img.ab18
{
	position: relative;
	left: 0;
	bottom: 0;	

	display: block;
	margin-top: 20px;
	max-width: 100%;
	height: auto;
}


}