/* CSS Document Tastenkombinationen */
.TastenUeberschrift1 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	background-color: #cccccc;
	width:150px;
	float: right;
	padding: 3px;
	margin-top: 0px;
	margin-right: 6px;
	margin-left: 6px;
}
.TastenUeberschrift2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	background-color: #cccccc;
	width:330px;
	float: right;
	padding: 3px;
	}
.TastenKombination {
	font-size: 14px;
	background-color: #fcf0be;
	float: right;
	width:156px;
	padding: 9px 0px 9px 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 6px;
	text-align: center;
}
.TastenErklaerung {
	background-color: #fcf0be;
	width:330px;
	float: right;
	padding: 3px;
	margin-bottom: 3px;
	height: 30px;
	}
.TastenKombination1 {
	font-size: 14px;
	font-weight: bold;
	background-color: #f5f4fa;
	text-align: center;
	border: 1px dashed #999999;
	padding: 3px;
	vertical-align: middle;
	text-indent: 2px;
}

