.de_heilog_tpl_standard_main {
	display: table;
}
.de_heilog_tpl_standard_mainWrap {
	display: table-row;
}

.de_heilog_tpl_standard_mainLeft {
	display: table-cell;
	vertical-align: top;
}
.de_heilog_tpl_standard_mainCenter {
	display: table-cell;
	vertical-align: top;
}
.de_heilog_tpl_standard_mainRight {
	display: table-cell;
	vertical-align: top;
}
.de_heilog_tpl_standard_ieHack {
	display: none;
}

/* ------------------------------------ */
/* Hack IE7 kennt kein display: table;  */ 
/* ------------------------------------ */
*+html .de_heilog_tpl_standard_mainLeft {
	float: left;
}
*+html .de_heilog_tpl_standard_mainCenter {
	float: left;
}
*+html .de_heilog_tpl_standard_mainRight {
	float: right;
}
*+html .de_heilog_tpl_standard_footer {
	clear: both;
	margin-top: -1px;
}
*+html .de_heilog_tpl_standard_ieHack {
	display: block; 
    height: 1px; 
    clear: both; 
    visibility: hidden;
}

/* ------------------------------------ */
/* Hack IE6 kennt kein display: table;  */ 
/* ------------------------------------ */
* html .de_heilog_tpl_standard_mainLeft {
	float: left;
}
* html .de_heilog_tpl_standard_mainCenter {
	float: left;
}
* html .de_heilog_tpl_standard_mainRight {
	float: right;
}
* html .de_heilog_tpl_standard_footer {
	clear: both;
	margin-top: -1px;	
}
* html .de_heilog_tpl_standard_ieHack {
	display: block; 
    height: 1px; 
    clear: both; 
    visibility: hidden;
}