hr{
background-color: #999999; /* Farbe für Opera und Firefox */
color: #999999; /* Farbe für Internet Explorer (IE) */
border: 0;
height: 1px;
}


	
#video_background {
	position: absolute;
	top: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}
#video_pattern {
	background-image: url('pattern.png');
	position: fixed;
	opacity: 0.5;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1
}

#wrapper {
	background: rgba(255,255,255,.7);
	width: 100%;
	min-height: 100px;
	margin: auto 10px;
	padding: 20px;
}