body {
	font-family: Arial;
	font-size: 13px;
	background-color: #000033;
	color: white;
}

td {
	font-family: Arial;
	font-size: 13px;
}

.margin_10 {
	margin: 10;
}

/* Gästebucheintrag */
.gb_eintrag {
	width: 600px;
	border: 1 solid white;
	text-align: left;
}

/* Titel der Gästebucheinträge */
.gb_titel {
	color: white;
	font-size: 15px;
	font-weight: bold;
}

/* Text der Gästebucheinträge (color sollte nicht ver-
wendet werden, da dies vom User bestimmt werden kann) */
.gb_guest_text {
}

/* Name und Mailadresse des 'Gastes' */
.gb_email {
	font-size: 11px;
}

/* Kommentar im Gästebuch */
.gb_admin_text {
	font-size: 13px;
	background-color: #16a0a0;
}

/* Links im Gästebuch Typ1, auch anderweitig verwendet */

a.gb1:link,a.gb1:visited {
	color: white;
	text-decoration: underline;
}

a.gb1:active,a.gb1:hover {
	color: red;
}

/* Links im Gästebuch Typ2 */

a.gb2:link,a.gb2:visited {
	color: white;
	text-decoration: none;
}

a.gb2:active,a.gb2:hover {
	color: red;
}

/* Texteingabe des Gästebuchs */
.gb_textfeld {
	border: 1 inset white;
	background-color: white;
	font-family: Arial;
	font-size: 13px;
	width: 500;
	color: #000033;
}

/* spezielle Styles für Titeleingabe */
#gb_titeleingabe {
	font-weight: bold;
	font-size: 15px;
}

/* spezielle Styles für Texteingabe */
#gb_texteingabe {
	height: 300px;
}

/* spezielle Styles für Namenseingabe */
#gb_nameeingabe {
}

/* spezielle Styles für Emaileingabe */
#gb_emaileingabe {
	width: 424px;
}

/* Styles für Optionsfeld */
.gb_optionsfeld {
	background-color: white;
}

/* Styles für Bildeingabe */
#gb_bildeingabe {
	width: 285;
}

/* neuer Gästebucheintrag */
.gb_eintrag_neu {
	width: 523px;
	border: 1 solid white;
}

/* Gästebuch-Buttons */
.gb_knopf {
	border: 1 solid lightgrey;
	background-color: white;
	color: #000033;
	cursor: hand;
}

/* Fehlermeldung im Gästebuch */
.gb_fehler {
	color: red;
}