/* 
-----------------------------------------------------------------
Titel:
Import IE 7 Hacks
-----------------------------------------------------------------
*/

/* ----- Layoutanpassungen ---- */

div.module-banner div div,
div.module-smallbanner div div {
	background: url(../images/blank.gif) no-repeat left bottom;
}

/* ----- Globals ----- */
/* vertikaler Scrollbalken im IE nicht benötigt */
html { 
	height: auto;
	margin-bottom: 0;
}
body { 
	/* Correct layout scaling */
	position: relative;
}  
* html body {
	position: static;
}

/* Vermeidung horizontaler Scrollbalken */
html {
	margin-right: 1px;
}
* html {
	margin-right: 0;
}

/* Content floats IE-Versionen
http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/#comment28 
*/
/* speziell für IE7 */
.clearing { 
	display: inline-block;
}
/* für IE5,IE6,IE7 */
.clearing { 
	display: block;
}
