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 {
	/* font-weight: bold; deaktiviert durch SVEN */
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
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;
	background: transparent url(../images/buttons/button_right.gif) no-repeat scroll right top;
	border: 0pt none;
	color: #545454;
	cursor: pointer;
	display: block;
	float: left;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	margin-right: 6px;
	padding-right: 12px;
	text-decoration: none;
}
a.greybutton:hover, button.greybutton:hover {
	background: transparent url(../images/buttons/button_right_hover.gif) no-repeat scroll right top;
}
* html a.greybutton:hover, * html button.greybutton:hover {
	background: transparent url(../images/buttons/button_right.gif) no-repeat scroll right top;
}
a.greybutton span, button.greybutton span {
	background: transparent url(../images/buttons/button_left.gif) no-repeat scroll 0%;
	color: #545454;
	display: block;
	line-height: 33px;
	padding: 0 0 0 10px;
}
* html a.greybutton span, * html button.greybutton span {
	background: transparent url(../images/buttons/button_left.gif) no-repeat scroll 0%;
	color: #545454;
	display: block;
	line-height: 15px;
	padding: 6px 0 10px 10px;
}
a.greybutton span:hover, button.greybutton span:hover {
	background: transparent url(../images/buttons/button_left_hover.gif) no-repeat scroll 0%;
	color: #545454;
	display: block;
	line-height: 33px;
	padding: 0 0 0 10px;
}
a.greybutton img, button.greybutton img {
	border: medium none;
	margin: 0pt 6px -2px 0pt !important;
	padding: 0pt;
	width: 16px;
	height: 16px;
}
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;
}