/* 	movingline.de 																*/
/* 	-------------------------------------------------------------------------- 	*/
#overlay{display: none;}


#overlayInfo{
	display: block;
	position: fixed;
	top: 0px;
	right: 0;
	left: 0;
	height: 100px;
	z-index: 9999;
	overflow: hidden;
	background-color: #f00;
}

#header{
	margin-top: 100px;
}
