/***********************************************/
/* 2 spaltiges Layout
	wird nur verwendet, wenn Spalte 1 Inhalt hat */
/***********************************************/ 


#mitteContent {
	width: 43%;
	float: left;
	margin-right: 0 !important;
}

* html #mitteContent {
	margin-left: 1em !important;
}

#mitte .text {
	/*width: 18em;*/
	clear: both;
}
