/********************************************/
/* speziell für advanced-button-darstellung */
.nice img
{	margin-left: 10px; /* bullet, dummy-bild nach rechts verschieben */
}

.nice div /* button-images */
{	position: relative;
	left: -11px; /* buttons auf bullet, dummy verschieben */
	top: 1px;
	background-color: white; /* transparenz verdecken */
}

.button_col /* breite der ersten spalte, zu kombinieren mit .nice .label */
{	width: 250px;
	border-left: none;
}
.nice .label
{	float: right;
	text-align: left;
	width: 155px;
	margin-left: -8px; /* abstand zum bild */
}
.nice a:hover .label
{	color: #BE743E;
}
.nice .acts
{	color: #778289;
	text-decoration: underline;
}
.nice a:hover .acts
{	color: #BE743E;
	text-decoration: underline;
}
.nice .noacts
{	color: #778289;
}
.nice .abstand
{	float: right;
	text-align: left;
	width: 155px;
	margin-left: -8px; /* abstand button-title */
	color: #778289;
	text-decoration: underline;
}
.nice a:hover .abstand
{	float: right;
	text-align: left;
	width: 155px;
	margin-left: -8px; /* abstand button-title */
	color: #BE743E;
	text-decoration: underline;
}
