/* Generell */

body.gaestebuch
{
  margin           : 0px;
  background-color : #F6ECEA;
		background-image : url('/img/gaestebuch/aussen.jpg');
}

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            : #2A3257;
}
a.gaestebuch:hover
{
  text-decoration  : underline;
		color            : #B89572;
}

/* 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 : #212847;
}

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

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

.gaestebuch_ort
{
		font-size        : 14px;
}

.gaestebuch_land
{
		font-size        : 14px;
}

.gaestebuch_zeit
{
		font-size        : 14px;
}

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

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

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

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

td.gaestebuch_text
{
  font-family      : Arial, sans-serif;
		font-size        : 14px;
}

td.gaestebuch_kommentar
{
  font-family      : Arial, sans-serif;
		font-size        : 14px;
}

.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        : 16px;
		color            : #000000;
}

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

td.gaestebuch_feldname
{
  font-family      : Arial, sans-serif;
		background-color : #D7C5B1;
		color            : #000000;
		font-size        : 14px;
}

td.gaestebuch_feld
{
  font-family      : Arial, sans-serif;
  background-color : #E3D3D3;
		font-size        : 14px;
}

td.gaestebuch_pflichtangaben
{
  font-family      : Arial, sans-serif;
  background-color : #E3D3D3;
		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;
}
