#overlay {
	position: fixed;
	display:  none;
	z-index:100;
	top:    0px;
	left:   0px;
	height: 100%;
	width:  100%;
	background-color:black;
	-moz-opacity: 0.5;
	opacity:      0.5;
}
#ov_center {
	position: fixed;
	display:  none;
	z-index: 102;
	width:   100%;
	height:  100%;
}
#ov_center .ov_center_table {
	vertical-align: middle;
	width:  100%;
	height: 100%;
}
#ov_center table .td_center {
	width:  601px; /*hier die Breite des gesamten Divs angeben damit er auch zentriert ist*/
}