body {
	font-family: 'Actor', sans-serif;
	height: 100%;
}
#banner {
	position:absolute;
	left:0;
	width:100%;
	top:50%;
	margin-top:-197px;
	color:#7f7f7f;
	font-family: 'Actor', 'Calibri', sans-serif;
	font-size:2em;
	line-height:1.5em;
	text-align:center;
	overflow:hidden;
	height:394px;
}
#bannercontainer {
	position:relative;
	width:100%;
	height:394px;
/*	background:#EEE;*/
}
.hide {
	opacity: 0;
}
.containerelement {
	position:absolute;
	width:100%;
	height:394px;
	top:0;
	left:0;
	display:none;
	/*text-shadow: 0 0 10px #ffffff;*/
}
.textwrap {
	display:table;
	height:394px;
	width:100%;
}
.textelement {
	display:table-cell;
	vertical-align:middle;
	height:394px;
	width:100%;
	padding:0 40px;
	text-align:center;
}
.textelement p {
	margin:0;
	padding:0;
	text-align:center;
	display:inline-block;
	width:auto;
}
.containerelement img {
	max-width:100%;
}
#bild1 {
	background:url(schauen1.jpg) no-repeat scroll center center;
	background-size:contain;
}
#bild2 {
	background:url(schauen2.jpg) no-repeat scroll center center;
	background-size:contain;
}
#bild1 img, #bild2 img { display:none; }
#text4b {
	color:#ff0000;
	position:relative;
}
#impressum {
	position:absolute;
	right:0;
	bottom:0;
	padding:5px;
	color:#aaaaaa;
	text-decoration:none;
	font-size:12px;
}
#impressum:hover {
	text-decoration:underline;
}
#hinweis {
	position:absolute; 
	text-align:center; 
	top:50%; 
	margin-top:220px; 
	width:100%;	
	color:#7f7f7f;
	font-family: 'Actor', 'Calibri', sans-serif;
	font-size:1.5em;
	line-height:1.5em;
}