/* alles nur fuer den IE */
#spalten {
	word-wrap: break-word; /* erlaubt den IE nach jedem Buchstaben umzubrechen! */
}

/* Text-Bild-Box */
.textbildbox {
	display: table;
	background-color: #ffa500;
}
.bildbox_rechts {
	width: 200px;
	height: 0;
	he\ight: auto;
	zoom: 1;
	background-color: #fff;
	display: inline;
	margin-left: -200px;
	vertical-align: middle;
}
.textbox_links {
	width: 310px;
	height: 0;
	he\ight: auto;
	zoom: 1;
	background-color: #ffa500;
	display: inline;
	margin-right: 200px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.bildbox_links {
	width: 200px;
	height: 0;
	he\ight: auto;
	zoom: 1;
	background-color: #fff;
	display: inline;
	margin-right: -200px;
	vertical-align: middle;
}
.textbox_rechts {
	width: 310px;
	height: 0;
	he\ight: auto;
	zoom: 1;
	display: inline;
	margin-left: 200px;
	vertical-align: middle;
	margin-bottom: 10px;
}
