body {
	
	background-color: black;
	margin: 0px;
	padding: 0px;
	
	overflow: hidden;
}


a {
	
	color: white;
	text-decoration: none;
	
	padding: 2px;
	
	cursor: hand;
	
	
}

a:hover {
	
	color: black;
	background-color: white;
	
	
	
}



#WARTEEMBLEM {
	
	position: absolute;
	opacity: 0;
	
	height: 100%;
	width: 100%;
	
	background-image: url(../bilder/warten.gif);
	background-position: center center;
	background-repeat: no-repeat;	
	
}


#UNTERLEGFARBE {
	
	position: absolute;
	opacity: 0;
	
	height: 100%;
	width: 100%;
	
}



#BEWEGTBILD, #BEWEGTBILD_2 { 
	
	position: absolute; 
	opacity: 0;
	
	bottom: 0px; 
	right: 0px; 
	
	min-width: 100%; 
	min-height: 100%; 
	
	width: auto; 
	height: auto; 
	
	overflow: hidden; 

	z-index: 1;
	

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

}

#BEWEGTBILD_2 { 
	

	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	
	z-index: 2;

}

	
#UEBERLEGFARBE {
	
	position: absolute;
	opacity: 0;
	
	height: 100%;
	width: 100%;
	
	background-color: black;
	
	z-index: 3;
	
}

	
	
#INHALT {
	
	font-family: Helvetica, Arial, sans-serif;	
	color: white;
	
	
	position: absolute;
	opacity: 0;
	
	height: 100%;
	width: 100%;
	
}



#WORTE {
	
	font-size: 42px;
	font-weight: bold;
	
	position: absolute;
	left: 10%;
	bottom: 15%;
	width: 65%;
	
	cursor: default;
	
	z-index: 4;
	
}


#UEBERSICHT {
	
	position: absolute;
	right: 10%;
	top: 15%;
	width: 200px;
	
	z-index: 4;
	
	display: none;
	
}