.fader {
	font-weight:							bold;
	padding:								2px;
	padding-left:							4px;
	background-image:						url('./shadow/fader.png');
	background-repeat:						repeat-y;
	background-color:						#9885a9; /* Blassviolett */
	width:									100%;
}

.key_l,
.key_m,
.key_r {
	background-color:						#cdcecd;
	border-top:								1px solid black;
	border-bottom:							1px solid black;
	vertical-align:							baseline;
}

.key_ll {
	border-left:							1px solid black;
}

.key_l,
.key_r {
	color:									#cdcecd;
}

.key_rr {
	border-right:							1px solid black;
}


.sh_or {
	background-image:		url('shadow/6px_or.gif');
	background-repeat:		no-repeat;
}

.sh_mr {
	background-image:		url('shadow/6px_mr.gif');
	background-repeat:		repeat-y;
}

.sh_ul {
	background-image:		url('shadow/6px_ul.gif');
	background-repeat:		no-repeat;
}

.sh_um {
	background-image:		url('shadow/6px_um.gif');
	background-repeat:		repeat-x;
}

.sh_ur {
	background-image:		url('shadow/6px_ur.gif');
	background-repeat:		no-repeat;
}

