/* =ie6 fixes (* html-fix)
--------------------------------------------------------------- */
* html ul li a {
	height: 1%;
	}
* html textarea, * html input {
	padding: 0; /* IE < 7 form fix */
	}
* html img {
	behavior: url(/jscript/global/navigation/iepngfix.htc); /* PNG-Fix */
	}
* html #mainnav ul {
	height: 38px;
	}
* html #volltextsuche {
	top: 11px;
	}
* html #footer {
	height: 100px;
	}
* html #switch li.active a {
	color: #fff !important;
	}
/* =ie fixes
--------------------------------------------------------------- */
legend {
	margin-bottom: 10px; /*IE form margin bug*/ 
	}
.clearfix {
	zoom: 1;
	display: block;
	}
