@charset "utf-8";
/* CSS Document */


#overlay{
	width: 100%; 
	height: 100%; 
	top: 0px; 
	left: 0px;
	background-color: #FFFFFF; 
	z-index: 100;
	text-align:center;
	position: absolute;
	background-repeat:repeat-x;
	background-image:url(/res/img/common/verlauf_back.png);
}

#flash_container{
	width: 918px; 
	height: 670px; 
	z-index: 101; 
	position: relative;
}


