*{
	 margin:0;
   padding: 0;
}

html, body {
   height: 100%;	
	 text-align: center; /* Zentrierung des Layouts im IE 5 */
}

/* SEITENNAUFBAU */

#container-page {
   width: 845px;
	 background-image:url(../img/hg_page.jpg);
	 background-repeat:repeat-y;
   position: relative;
	 text-align:left;
	 margin:auto;
   min-height: 100%;  /* Maximale Höhe auf allen Bildschirmen */
   height: auto !important;
   height: 100%;
 }
 
 #container-content {
		height: auto !important; /* Maximale Höhe auf allen Bildschirmen */
    height: 100%;
		padding-top:65px;
 } 