.silber {
	width: 3px;
	border: thin solid #FFFFFF;
	background-color: #000000;
	height: 3px;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #999999;
	background-repeat: repeat;
	background-attachment: fixed;
	white-space: nowrap;
}
.pink {
	width: 3px;
	border: thin solid #FFFFFF;
	background-color: #000000;
	height: 3px;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FF00FF;
	background-repeat: repeat;
	background-attachment: fixed;
	white-space: nowrap;
}
.gold {
	width: 3px;
	border: thin solid #FFFFFF;
	background-color: #000000;
	height: 3px;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFF00;
	background-repeat: repeat;
	background-attachment: fixed;
	white-space: nowrap;
}
.keytable {
	border: thin solid #666666;
}
.cyan {
	width: 3px;
	border: thin solid #FFFFFF;
	background-color: #000000;
	height: 3px;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #00FFFF;
	background-repeat: repeat;
	background-attachment: fixed;
	white-space: nowrap;
}
.txt_green_bold {
	font-weight: bold;
	color: #00FF00;
}
.txt_bold {
	font-weight: bold;
}
