@charset "UTF-8";/* CSS Document */		.black_overlay{	display: none;	position: absolute;	top: 0%;	left: 0%;	width: 100%;	height: 100%;	background-color: black;	z-index:1001;	-moz-opacity: 0.8;	opacity:.60;	filter: alpha(opacity=60);		}		.white_content {	display: none;	position: absolute;	width: 600px;	padding: 0px;	z-index:1002;	top: 72px;	left: 36px;	margin: 0px;	height: 600px;	overflow: visible;		}.schliessen {	background-color: #000000;	height: 20px;	padding: 2px 5px 3px;	margin: 0px;	float: left;	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;}.logo_content {	display: none;	position: absolute;	width: 600px;	padding: 0px;	background-color: #000000;	z-index:1002;	overflow: auto;	top: 73px;	left: 36px;}.logo_overlay {	display: none;	position: absolute;	top: 0px;	left: 0%;	width: 100%;	height: 100px;	background-color: black;	z-index:1001;	-moz-opacity: 0.8;	opacity:.80;	filter: alpha(opacity=60);}
