/* CSS Document: Ernaehrungslexikon */

.Glossar-Begriff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 110%;
	font-weight: bold;
	color:#CC3300;
	margin-top: 24px;
	background-color:#FFFF99;
	padding:2px;
}

.Glossar-Synonym {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: red;
	margin-top: -8px;
	padding:2px;
}

.Glossar-Schlagwortliste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: black;
}

.Glossar-Nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: black;
	padding:5px;
	background-color: white;
}

