
#contents:after,
.meinContents:after,
.header:after,
.clearfix:after {
content: "."; 
display: block;
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix, #contents, .meinContents, .header{ display: inline-block;}

	/* IE-mac \*/
	*html .clearfix		{ height: 1%; }
	*html #contents 	{ height: 1%; }
	*html .meinContents { height: 1%; }
	*html .header		{ height: 1%; }
	.clearfix, #contents, .meinContents, .header { display: block; }
	/* End IE-mac */

.clearBoth { clear: both; }
.borderNone { border-width: 0px !important; }
.bgImageNone{ background-image: none !important; }

/* @@
---------------------------------------- */
.mb20px{ margin-bottom: 20px; }
.mr15{ margin-right: 15px; }