@charset "utf-8";
/* CSS Document */



html, body { height:100%; background-color: #ffffff;}
body { margin:0; padding:0; 
	overflow:hidden;
	background-image: url(images/html_background_muster.png);
	background-repeat:repeat;
}

#indexContent, #flashContent, #privacy, #rahmen { 
	width: 600px;
	height: 800px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow:hidden;
	background-repeat:no;
	margin: auto;
	z-index: 3;
}

#rahmen{
	width: 690px;
	height: 900px;
	z-index: 2;
}

#flashContent {
	background-image: url(images/Start_Titel.jpg);
}

#privacy {
	background-image: url(images/web_bg.jpg);
	z-index: 1;
}

#no_flash {
	width: 200px;
	height: 100px;
	background-color: #FFF;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#no_flash img{
	position: absolute;
	margin: auto;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}


#apps {
	width: 300px;
	height: 200px;
	position: absolute;
	top: 20;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
	z-index: 4;
}

#apps img {
    width: 200px;
	height: auto; /* you can use % */
}

#text_btn{
	width: 300px;
	height: 60px;
	background-color: #ffffff;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat:no;
	margin: auto;
	margin-bottom:5%;
	z-index: 3;
	pointer-events: none;
	
}

#text_btn p{
	font-size:24px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	vertical-align:middle;
}

#privacy p, #privacy h3, #privacy img{
	margin:5%;
	font:Verdana, Geneva, sans-serif;
	font-family:Verdana, Geneva, sans-serif;
}

#privacy img {
	height:30%;
	width:auto;
}

a:active, a:focus {
	outline: none;
	border:hidden;
}

a {
	color:#000;
	text-decoration:none;
}



@media (max-width: 800px) {
	#flashContent, #privacy, #indexContent {
		width:100%;
		height:100%;
		max-width: 600px;
		max-height: 800px;
		margin-top:80px;
	}
	
	#flashContent {
		background-image: none;
	}

	#rahmen{
		width:100%;
		height:100%;
		margin-top:30px;
		max-width: 690px;
		max-height: 900px;
	}

	
	#flashContent img, #indexContent img, #rahmen img{
		width:100%;
		height:auto;
	}

	
	#apps {
		width: 100%;
		height: 80px;
	}
	
	#apps img {
		display: inline-block;
		width: 49%;
		max-width: 200px;
		height:auto;	
	}
	
}

@media (max-width: 690px) {
	#rahmen{
		visibility: hidden;
}

@media (max-width: 600px) {
	#apps {
		width: 100%;
		height: 160px;
		margin-top:600px;
	}

	
	#apps img {
		width: 80%;
		margin-top: -5%;
		margin-left: 10%;
		max-width: 600px;
		height:auto;
	}
	
	#flashContent, #privacy, #indexContent, #rahmen {
		margin-top:0px;
	}
	
	#apps a:first-child img{
		display:block;
	}

	#text_btn{
		visibility: hidden;
	}
	body {
		overflow: visible;
		height:110%;
		background-image: none;
	}
	
}
