.textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #855f28;
	padding: 2px;
}

.googie_window {
  font-size: 1.1em;
  font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  border: 1px solid #6E4914;
  background-color: #F3E6BC;
  margin: 0;
  position: absolute;
  visibility: hidden;
  z-index: 300;
  padding: 1px;
  width: 165px;
}

.googie_list {
  margin: 0;
  padding: 0;
}

.googie_list td {
  padding: 1px 0 1px 0;
  cursor: pointer;
  list-style-type: none;
  color: #6E4914; // Textfarbe Vorschläge
}

.googie_list_onhover {
  background-color: #dcd1ad; // überfahrener Link
}

.googie_list_onout {
  background-color: #F3E6BC; // Hintergrund wieder herstellen
}

.googie_list_selected {
  background-color: #000000; // ???
}

.googie_list_revert {
  color: #0000BF; // Link rückgängig
  font-weight: bold;
}

.googie_list_close {
  color: #b91414; // Schriftfarbe 'Schliessen'
}

.googie_link {
  color: #A40000; // fehlerhaftes Wort
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.googie_check_spelling_link {
  color: #A40000; // Link Rechtschreibprüfung aktivieren
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.googie_no_style {
  text-decoration: none;
}

.googie_resume_editing {
  color: #A40000; // Prüfung beenden
  text-decoration: underline;
  cursor: pointer;
}

.googie_check_spelling_ok {
  color: white;
  background-color: #A40000; //
  padding-left: 2px;
  padding-right: 2px;
  cursor: pointer;
}

.googie_lang_3d_click img {
  vertical-align: middle;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  border-right: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
}

.googie_lang_3d_on img {
  vertical-align: middle;
  border-top: 1px solid #b1b1b1;
  border-left: 1px solid #b1b1b1;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
}
