
/* Formatvorlage fuer glossar.php */
p {
	text-align:		justify;
	font-family:	Arial, Helvetica, sans-serif;
}

p.right {
	text-align:right;
}

.h1 {
 font-family:		Arial, Helvetica, sans-serif;
 font-size: 		1em;
 font-weight:		bold;
 text-decoration:	underline;
}


                 table#tbl_alphabet {    /* alphabetische Auflistung der Links zum Anzeigen der Scuhergebnisse */
                  float:			left;
                  width:			150px;
                  margin-left:		20px;
                  margin-right:		45px;
                  margin-bottom:		30px;
                  font-family:		Verdana;
                  font-size:		12px;
                  color:			#808080;
                 }

                 	a.alphabet { /* Links in der alphabetischen Darstellung */
	                  color:                 #000000;
	                  text-decoration:       none;
	                 }

	                 a.alphabet:hover {
	                  color:                 #800000;
	                  text-decoration:       underline;
	                 }


                 form {                  /* allg Formazierung fuer das Formular */
                  padding:		0px;
                  margin:		0px;
                 }

                 input#suchbegriff {     /* Eingabefeld fuer den Suchbegriff */
                  font-family:		Verdana, Arial;
                  font-size:		12px;
                  font-weight:		bold;
                  color:			#000000;
                  width:			250px;
                  border:		1px solid #808080;
                  padding:		2px;
                  margin-bottom:		5px;
                 }

                 div#ajax_result {   	/* Anzeige Suchergebnis ueber AJAX */
                  border:		0px solid #808080;
		 width:			320px;
                  height:		160px;
                  overflow:		auto;
                  font-family:		Arial;
                  font-size:		12px;
                 }

                 	div.ajax_beschreibung { /* Beschreibung in der AJAX-Anzeige */
                          padding-left:		15px;
                          width:			280px;
                          margin-bottom:		10px;
                 	}

                         a.ajax_link { /* Link in der AJAX-Anzeige */
                          color:			#000000;
                          text-decoration:	none;
                          font-style:		italic;
                         }

                         a.ajax_link:hover {
                          color:			#800000;
                          text-decoration:	underline;
                         }




                 div.begriff { /* Name des Begriffes */
                  font-family:		Verdana, Arial;
                  font-size:		12px;
                  font-style:		italic;
                 }

                 div.beschreibung { /* Beschreibung des Begriffes */
                  font-family:			Verdana, Arial;
                  font-size:			12px;
                  padding-left:			25px;
                  margin-bottom:		10px;
				  height:				1.2em;
				  overflow:				hidden;
				  text-align:			justify;
                 }

                 div.buchstabe { /* Unterteiulkung in Buchstaben */
                  font-family:		Verdana, Arial;
                  font-size:		12px;
                  font-weight:		bold;
                 }