#spalte_links{
	width:100px;
	float:left;
}
#spalte_links_over{
	width:200px;
	position:relative;
	left:-100px;
	max-width:200px;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

#spalte_mitte{
	width:600px;
	float:left;
	position:relative;
	left:0px;
}
#spalte_rechts{
	width:100px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}


#spalte_rechts_over{
	width:200px;
}
