/**
 * Style sheet Lexikon
 */
/* Register */
.mod_fe_glossaryregister .registerbutton
{
	width:3%;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}

/* Titel */
.mod_fe_glossaryregister .titel
{
	padding-top:10px;
	padding-bottom:5px;
	font-weight:bold;
	font-size:12px;
}

/* Inhalt */
.mod_fe_glossaryregister .inhalt
{
	text-align:justify;
	font-size:12px;
}

/* Bild */
.mod_fe_glossaryregister .image
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding:10px;
	background-color:#e0e0d0;
}
