*{
   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: #d0d4d5;
}

/* SEITENNAUFBAU */
#container-page {
	width: 959px;
	background-color:#FFF;
	position: relative;
	text-align:left;
	margin:auto;
	padding:0 1px 0 1px;
	min-height: 100%;  /* Maximale Höhe auf allen Bildschirmen */
	height: auto !important;
	height: 100%;
	display:block;
 }
 
 #container_leftside{ /* Floatende Container immer zuerst deklarieren */
 	float:left;
	width:225px;
	margin: 0px 20px 0px 0px;
 }
 
 #container_rightside{
	 float:right;
	 width:226px;
	 margin:0px 0px 0px 25px;
}

#container_middle{
	width:463px;
	position:relative;		
	/* Zur Positionierung des mittleren Containersm  muss dieser relativ positioniert  werden und ein margin in der Größe des linken Containers erhalten*/
	margin-left:245px;
	padding-bottom:40px; /* Lässt Raum für den Footer */
}
*html #container_middle{
	width:450px;
}

html:not([dummy]) #container_middle { 
	margin-top:62px; 
	} 	/* Mozilla und Safarie Hack */
	
#platzhalter{ /* Ausgleich zur linken Spalte und dessen unsichtbaren Elementen*/
	height:680px; 
	display:block;
}


/* Footer*/
#container_footer{
	width:100%;
	font-size:10px;
	position:absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 40px;
	text-indent:25%;
}
 
 #container-page:after { /* Wiederholt den Hintergrund des Container!*/
  clear: both;
  display: block;
  content: ".";
  height: 40px;	
  visibility: hidden;
	}
	
/* Marginalspalte */
.headline {
	height:19px;
	padding: 2px 0 0 11px;
	color:#FFF;
	background:url("../img/hg_bar_marginal.jpg"); 
}

.box {
	background:url("../img/hg_verlauf_marginal.jpg") repeat-x; 
	padding:10px 15px 20px 10px;
}

.box_flash {
	background:url("../img/hg_verlauf_marginal.jpg") repeat-x; 
	padding:10px 15px 20px 10px;
}