.glossar-alphabet {
	height: 30px;
}

.glossar-eintrag {
	width: 470px;
	margin-bottom: 10px;
	background-color: #C0C0C0;
	padding: 5px;
}

.glossar-name {
	height: 25px;
	color: #B7328D;
	font-weight: bold;
}

.glossar-feld {
	width: 120px;
	float: left;
	font-weight: bold;
	height: 25px;
}

.glossar-feldwert {
	font-weight: normal;
	margin-bottom: 9px;
	float: right;
	width: 350px;
}