
html { width:100%; height:100%; margin:0px; padding:0px;}
body {
	padding:0px;
	margin:0px;
	background: url("../images/balken.gif") repeat-x;
	background-color:white;
	text-align:center; /* CENTER FOR IE*/
}

/* Box-enclosing- and Guillotine-Hack. */
.clearfix:after { content: "."; display:block; height:0; clear:both; visibility:hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
/* End hide from IE-mac */

	#boxCenter {
		text-align:left; /* set back to left for inside content */
		margin:0 auto; /* CENTER FOR GECKO */
		padding:0;
		width:747px;
		/*background-color:#BDBFD7;*/
		position:relative; /* Für Anzeige eines Elements ausserhalb seines Elternelementes */
	}

		#boxHeader {
			margin:0;
			padding:0;
			width:747px; height:124px;
		}
			#box_logo {
				position:absolute;
				top:10px; left:8px;
			}
			#box_label {
				position:absolute;
				top:37px; left:105px;
			}
			#box_linkToMA {
				position:absolute;
				top:106px; left:192px;
				width:271px;
				background-color:white;
			}
			#box_cube {
				position:absolute;
				top:109px;	left:448px;
				z-index:100;
			}
			#box_hero {
				position:absolute;
				top:0; left:463px;
				width:284px; height:124px;
				background-color:#f1efe7;
			}

		#boxMenu {
			position:absolute;
			top:161px; left:-422px;
			width:614px; height:300px;
		}

		#box_spaceToHeader {
			margin:0; margin-left:192px;
			padding:0;
			width:553px; height:13px;
			font-size:1px;
		}

		#box_functions {
			background-color:#e6e1d3;
			margin:0; margin-left:192px;
			padding:0;
			width:553px; height:23px;
			border:1px solid #e6e1d3;
		}

		#boxContent {
			width:553px;
			padding:0; padding-bottom:15px;
			margin:0; margin-left:192px; margin-bottom:15px;
			border:1px solid #e6e1d3;
		}
			#boxContent-margin {margin-left:25px; margin-right:50px;}

		#boxBottomSpace {
			margin:0; margin-left:192px;
			padding:0;
			width:553px; height:20px;
		}
