#homeoverlaytrans {
	position: absolute;
	width: 300px;
	height: 400px;
	top: 150px;
	left: 50%;
	margin-left: -150px;
	background-image: URL(/data/modules/home_overlay/hg_overlay.gif);
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
#homeoverlay {
	position: absolute;
	width: 300px;
	height: 400px;
	top: 150px;
	left: 50%;
	margin-left: -150px;
}

#overlayhead {
	margin-left: 10px;
	margin-top: 2px;
	font-size: 16px;
	font-weight: bold;
}

#overlaybutton {
	margin-top: 20px;
	margin-left: 20px;	
}

#close_overlay {
	margin-top: 8px;
	margin-left: 264px;
	width: 20px;
	height: 20px;
}

.overlaysubhead {
	margin-top: 6px;
	margin-left: 20px;
	font-weight: bold;
	color: #c02100;
}

.overlayantwort {
	margin-top: 1px;
	margin-left: 20px;
}