@charset "UTF-8";
body {
	text-align:center;
	background:#fff;
	margin: 20px auto;
	padding: 0;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
}
#wrapper {
	width: 760px;
	margin:auto;
	}
#leistungen {
	padding: 0;
	text-align: left;
}
#leistungen li {
	display: block;
	width: 175px;
	float:left;
	padding: 4px;
	margin: 2px 2px 0 0;
	list-style-position:inside;
	list-style-type: disc;
	border: #CCC 1px solid;
}
#leistungen li a {
	text-decoration: none;
	color:#000;
}
.clear {
	clear:both;
}
