intensivstation

Horizontal & vertikal zentrierte Box mit fixer Breite und Höhe.

ACHTUNG Diese Box verschwindet im linken oberen Browserrand.

Horizontally & vertically centered box with fixed height and width.

Warning This box disaperes in the left browsercorner.

section {
	width: 500px;
	height:500px;
	background-color: #ffffff;
	border: 1px solid #bbb;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0px 0px -300px;
	overflow:auto;
	}