.buchstabe {
	background-color:#00b;
	border:1px solid #00b;
	width:1.2em;
	height:1.4em;
	text-align:center;
	float:left;
	margin:0.1em 0.1em 0.1em 0.1em;
	text-transform:uppercase;
	color:#fff;
}

.buchstabeaktiv {
	background-color:#ccc;
	border:1px solid #444;
	width:1.2em;
	height:1.2em;
	text-align:center;
	float:left;
	margin:0.1em 0.1em 0.1em 0.1em;
}

.buchstabe a, .buchstabe a:link, .buchstabe a:active, .buchstabe a:hover, .buchstabe a:visited,
.buchstabeaktiv a, .buchstabeaktiv a:link, .buchstabeaktiv a:active, .buchstabeaktiv a:hover, .buchstabeaktiv a:visited
 {
	text-decoration:none;
	color:#fff;
}

li {
	list-style-type:none;
	margin:2px 0px 3px -38px;
	padding:0px 0px 5px 0px;
	border-bottom:1px solid #ccc;
}