.empfohlen_punkt {
	color: white;
	font-size: 13px;
	padding-left: 24px;
	padding-top: 2px;
	text-indent: -9px;
}
.neu_punkt {
	margin-top: 4px;
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
	color: #000078;
}
.leistung_punkt {
	margin-left: 10px;
	margin-top: 5px;
	vertical-align: middle;
}

p { font-size:14px; }
li { font-size:14px; }
body { font-size:14px; }
div { font-size:14px; }
b { font-size:14px; }
td { font-size:14px; }
a { font-size:14px; }

.button {
	align-items: center;
	appearance: button;
	background-color: #3f5b8b;
	border-radius: 8px;
	border-style: none;
	box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	flex-shrink: 0;
	font-family: "Arial",sans-serif;
	font-size: 13px;
	line-height: 1.15;
	margin: 0;
	padding: 5px 16px;
	text-align: center;
	text-transform: none;
	transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	font-style: italic;
	font-weight: bold;
}

.button:active {
	background-color: #8999b8;
}

.button:hover {
	background-color: #8999b8;
}
