* html #left{
	/* hack für ie6 */
	position: relative;
	top:-30px;
}

* html #right{
	/* hack für ie6 */
	position: relative;
	top:-30px;
}

*html #m_list{ 
	/*Hack für ie6 und kleiner*/
	top:-32px;
} 

*+html #m_list{ 
	/*Hack für ie7*/
	top:-32px;
} 

.specialdiv
{
	/*Hack für innere elemente die im ie6 nicht umgebrochen werden, link an link ...*/
	width:520px;
}