/* --- Falsche Spalten ausblenden --- */
div#ContentBorder {
 display: none;
}
 
/* andere Spalten positionnieren */
div#ContentLeft{
	clear:both;
}

div#ContentRight {
	float:right;
	width: 320px;
}
div#ContentCenter {
	float:left;
	width: 320px;
}


