.box-kopf {
	background-color: rgba(199,31,29,1);
	font-size: 100%;
	color: rgba(255,255,255,1);
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 6px 6px 0px 0px;
}
.gewerblich {
	background-color: rgba(34,93,167,1);
}


.box-fuss a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	display: block;
	width: 100%;
	background-color: rgba(127,127,127,1);
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 0px 0px 6px 6px;
	line-height: 120%;
	text-align: center;
	margin: 0px;
}

.box-fuss a:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
	background-color: rgba(199,31,29,1);
}

.box-fuss a:after {
	content: url(../Layout/pfeil-weiter.png);
	padding-left: 7px;
}
