*{	 margin:0;   padding: 0;}html, body {   height: 100%;		 text-align: center; /* Zentrierung des Layouts im IE 5 */	 background-image:url(../img/hg_content.jpg);	 background-repeat: repeat-x;	 background-color: #FFF;}/* SEITENNAUFBAU */#container-page {	width: 977px;	background-image:url(../img/hg_page.jpg);	background-repeat:no-repeat;	position: relative;	text-align:left;	margin:auto;	min-height: 100%;  /* Maximale Höhe auf allen Bildschirmen */	height: auto !important;	height: 100%;	display:block; }  #mainnavigation{ 	background-image:url(../img/balken.jpg);	height:80px;	padding-left:166px;	padding-top:7px; }  #container_leftside{ 	float:left; }  #container_rightside{	 float:right;	 width:445px;	 margin:0px 0px 0px 18px;}#container_middle{	margin-left:166px;	margin-top:12px;}  #container-page:after { /* Wiederholt den Hintergrund des Container!*/  clear: both;  display: block;  content: ".";  height: -10px;	/* Padding des container_rightside nach unten */  visibility: hidden;	}