#spalte1 {
	position: relative;
	width: 250px;
	margin-left: 290px;
}

#spalte1 ul {
	margin-left: 0px;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: none;
}

#spalte2 {
	position: absolute;
	top: 52px;
	width: 250px;
	margin-left: 590px;
}

#spalte2 ul {
	list-style-type: circle;
	list-style-position: outside;
}
