ftab_aktiv.a {
	color: #009551;
	font-weight: bold;
	text-decoration: none;
}
/* *****************************************************a.standard {
	font-weight: bold;
	text-decoration: underline;
}
a.standard:hover {
	text-decoration: underline;
}
a.standard:active {
	text-decoration: none;
}
***************************************************** */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a.button {
	cursor: pointer;
	padding: 3px 7px 3px 7px;
	border-top: 1px solid #c0c7d2;
	border-right: 1px solid #c0c7d2;
	border-bottom: 1px solid #c0c7d2;
	border-left: 1px solid #c0c7d2;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
a.button:hover {
	cursor: pointer;
	background: #ffe77b;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
a.button-special {
	cursor: pointer;
	padding: 3px 7px 3px 7px;
	border-top: 1px solid #c0c7d2;
	border-right: 1px solid #c0c7d2;
	border-bottom: 1px solid #c0c7d2;
	border-left: 1px solid #c0c7d2;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
a.button-special:hover {
	cursor: pointer;
	background: #ff0000;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
a.greybutton, button.greybutton {
	white-space: nowrap;
	text-decoration: none;
	border: 1px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 1;
	padding: 0.75rem .85rem;
	margin: 0 0.5rem 0.5rem 0;
	border-radius: 0.35rem;
}
a.greybutton span, button.greybutton span {
	display: block;
}
a.greybutton img, button.greybutton img {
	display: none;
}
button.greybutton {
	overflow: visible;
	padding: 1px 10px 3px 0pt;
	width: auto;
}
button.greybutton[type] {
	line-height: 17px;
	padding: 1px 12px 5px 0pt;
}
html:not([lang*=""]):not(:only-child) button.greybutton[type] {
	margin-left: -3px !important;
	padding: 0pt 9px 5px 0pt;
}
a.filled {
    padding: 4px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	background: #009900;
	color: #ffffff;
}
a.filled:hover {
    padding: 4px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	background: #006600;
	color: #ffffff;
}
a.disabled {
    background: #E1E1E1;
	color: #F2F2F2;
	text-shadow: none;
}
a.disabled:hover {
    background: #E1E1E1;
	color: #F2F2F2;
	text-shadow: none;
}
.pagination {
	display: flex;
	justify-content: space-between;
}
.pagination a,
.pagination .current {
	display: inline-block;
	padding: .3rem .65rem;
	margin: 0 0.25em;
	border-radius: .35em;
	color: #555;
}

.pagination .current {
	background: #ebebeb;
	color: #222;
}
.pagination .highlight {
	background: var(--brand_header_bg);
	color: var(--brand_menue_textcolor);
}
