/* ########### Main Layout / Zentrierung ############## */
html, body {
	margin: 0px; padding: 0px; border: 0;
	height: 100%; overflow:hidden; overflow:auto;
	}
/* Center Page & Max-Height Boxes */
.center_h {
	position:relative;
	margin:auto; height:100%;
	}
.center_v {
	position:absolute;
	top:0px; bottom:0px;
	left:0px; right:0px;
	}
/* ################ Anpassungen ##################### */
