/*
**
** Tritanium Guestbook - Standardstyle
** http://www.tritanium-scripts.de
**
*/



/* <body>-Eigenschaften */
body  { background-color: #e5d19c }

/* Der Text, der über dem Gästebuch engezeigt werden soll (falls in der settings.php angegeben) */
.tgbbannertext   { color: #cd853f; font-size: 15pt; font-family: "monotype corsiva", verdana; text-align: center }

/* "Eintragen"-Text */
.tgbnewentrytext {
	font-family:verdana;
	color:black;
	font-size:10pt;
}
a.tgbnewentrytext:link   { color: #ca6a30; font-weight: bolder; font-size: medium; text-decoration: none }
a.tgbnewentrytext:visited   { color: #ca6a30; font-weight: bolder; font-size: medium; text-decoration: none }
a.tgbnewentrytext:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a.tgbnewentrytext:active  { color: #a52a2a; font-weight: bolder; font-size: medium; text-decoration: underline }

/* Allgemein die Tabelle eines Eintrags */
table.tgbtable {

}

/* Die linke Zelle der Tabelle eines Eintrags */
td.tgbleftcell  { background-color: #d79f60; text-align: left; border: solid 1px black }

/* Name dessen, der sich eingetragen hat */
.tgbleftcellnametext  { font-weight: bold; font-size: 9pt; font-family: verdana }

/* Die restlichen Angaben der Person, die sich eingetragen hat */
.tgbleftcellothertext  { font-size: 9px; font-family: verdana }

/* Die rechte Zelle der Tabelle eines Eintrages */
td.tgbrightcell  { background-color: #cd853f; text-align: left }

/* Der Text in der rechten Zelle, also der eigentliche Eintrag */
.tgbrightcelltext {
	font-size:10pt;
	font-family:verdana;
}

/* Kommentar zu einem Eintrag */
.tgbcomment {
	font-family:verdana;
	font-size:9pt;
	font-weight:bold;
	color:black;
	background-color:#F8F8FF;
	border:black 1px solid;
	padding:2px;
}

/* Das Formular um sich ins Gästebuch einzutragen */

table.tgbform { /* Die Tabelle beim Eintragen */
	background-color:black;
}

td.tgbformleftcell{ /* Die linken Zellen */
	background-color:#D79F60;
}
.tgbformleftcell { /* Der Text in den linken Zellen */
	text-align:left;
	font-family:verdana;
	font-size:10pt;
}

td.tgbformrightcell{ /* Die rechte Zellen */
	background-color:#D79F60;
}
.tgbformrightcell { /* Text in den rechten Zellen (ist eig. keiner da :) */
	text-align:left;
}

td.tgberrorcell { /* Die Zelle, in der Fehler angezeigt werden (z.B. kein Name eingegeben) */
	background-color:#F5F5F5;
}
.tgberrorcell { /* Text in der Fehlerzelle */
	text-align:left;
	color:red;
	font-family:verdana;
	font-weight:bold;
	font-size:10pt;
}

textarea.tgbform { /* Die große TextBox, wo der eigentliche Eintrag rein kommt */
	border:black 2px solid;
	font-family:arial;
	font-size:10pt;
}
input.tgbform { /* Die kleinen Textfelder */
	border:black 1px solid;
	font-family:arial;
	font-size:10pt;
}
button.tgbform  { font-size: 10pt; font-family: arial; background-color: #e5d19c; border: solid 1px black }

/* Die Seitenauswahl */
.tgbpagechange  { font-size: 12px; font-family: verdana }
a.tgbpagechange:link   { color: #e5d19c; text-decoration: none }
a.tgbpagechange:visited {
	color:black;
	text-decoration:none;
}
a.tgbpagechange:hover   { color: #deb887; text-decoration: underline }
a.tgbpagechange:active {
	color:blue;
	text-decoration:underline;
}


/* 
** Das Copyright
** ACHTUNG: Das Copyright muss immer gut erkennbar sein!
** Man verstößt auch gegen die Lizenz, wenn die Farbe des
** Textes gleich oder sehr ähnlich der Hintergrundfarbe ist!
*/
.tgbcopyr  { color: #cd853f; font-size: 8px; font-family: verdana }
a.tgbcopyr:link  { color: #e5d19c; text-decoration: underline }
a.tgbcopyr:visited {
	color:gray;
	text-decoration:underline;
}
a.tgbcopyr:hover  { color: #e5d19c; text-decoration: underline }
a.tgbcopyr:active  { color: #e5d19c; text-decoration: underline }
