/* Generell */

body.gaestebuch
{
  margin           : 10px;
  background-color : #CCCCCC;
}

img
{
  border           : 0px;
}

/* Seitenzahlen */

td.gaestebuch_mehrere_seiten
{
  text-align       : center;
  font-family      : Trebuchet MS, Verdana, Arial, sans-serif;
  font-size        : 14px;
  color            : #000000;
}

.gaestebuch_aktuelle_seite
{
  font-weight      : bold;  
}

a.gaestebuch:link, a.gaestebuch:visited, a.gaestebuch:active
{
  text-decoration  : underline;
  color            : #598AD3;
}
a.gaestebuch:hover
{
  text-decoration  : underline;
  color            : #080173;
}

/* Ausgabe der Eintraege */

table.gaestebuch_ausgabe
{
}

td.gaestebuch_zaehler, a.gaestebuch_zaehler:link, a.gaestebuch_zaehler:active, a.gaestebuch_zaehler:visited, a.gaestebuch_zaehler:hover
{
  text-align       : center;
  text-decoration  : none;
  color            : #FFFFFF;
  background-color : #080173;
  font-size        : 11px;
}

td.gaestebuch_ausgabe_ueberschrift
{
  font-family      : Verdana, Arial, sans-serif;
  background-color : #84A9DE;
  font-size        : 11px;
}

.gaestebuch_name
{
  font-size        : 13px;
  font-weight      : bold;
}

.gaestebuch_ort
{
  font-size        : 13px;
}

.gaestebuch_land
{
  font-size        : 13px;
}

.gaestebuch_zeit
{
  font-size        : 13px;
}

td.gaestebuch_homepage
{
  text-align       : center;
  background-color : #A5C7ED;
}

td.gaestebuch_email
{
  text-align       : center;
  background-color : #A5C7ED;
}

td.gaestebuch_icq
{
  text-align       : center;
  background-color : #A5C7ED;
}

td.gaestebuch_aim
{
  text-align       : center;
  background-color : #A5C7ED;
}

td.gaestebuch_text
{
  font-family      : Arial, sans-serif;
  background-color : #FFFFFF;
  font-size        : 13px;
}

td.gaestebuch_kommentar
{
  font-family      : Arial, sans-serif;
  background-color : #FFFFFF;
  font-size        : 13px;
}

.gaestebuch_kommentar_einleitung
{
  font-weight      : bold;
}

/* Eingabe eines neuen Eintrags */

p.gaestebuch_neuer_eintrag
{
  text-align       : center;
  font-family      : Trebuchet MS, Verdana, Arial, sans-serif;
  font-size        : 14px;
  color            : #000000;
}

.gaestebuch_fehler
{
  text-align       : center;
  color            : red;
}

td.gaestebuch_feldname
{
  font-family      : Arial, sans-serif;
  background-color : #080173;
  color            : #FFFFFF;
  font-size        : 13px;
}

td.gaestebuch_feld
{
  font-family      : Arial, sans-serif;
  background-color : #84A9DE;
  font-size        : 13px;
}

td.gaestebuch_pflichtangaben
{
  font-family      : Arial, sans-serif;
  background-color : #84A9DE;
  color            : #000000;
  font-size        : 11px;
}

/* Formularfelder */

input.text
{
  font-family      : Trebuchet MS, Verdana, Arial, sans-serif;
  font-size        : 14px;
  height           : 22px;
  width            : 350px;
  border           : 1px solid;
  padding-left     : 3px;
  padding-top      : 1px;
}

textarea
{
  font-family      : Trebuchet MS, Verdana, Arial, sans-serif;
  font-size        : 14px;
  width            : 350px;
  border           : 1px solid;
  padding-left     : 3px;
  padding-right    : 0px;
  padding-top      : 1px;
}

input.button
{
  font-family      : Trebuchet MS, Verdana, Arial, sans-serif;
  font-size        : 13px;
  width            : 80px;
  height           : 22px;
  padding-top      : -5px;
  border           : 1px solid;
}
