<!--
a {
color:#990033;
font-family:"Verdana";
font-size:7pt;
text-decoration:underline;
}
body {
background-color:#FFFFCC;
font-family:"Verdana";
font-size:10pt;
text-align:left;
text-decoration:none;
   scrollbar-arrow-color:#000000;
   scrollbar-face-color:#FFeac0;
   scrollbar-highlight-color:#ececec;
   scrollbar-3dlight-color:#CCCCCC;
   scrollbar-shadow-color:#ccffff;
   scrollbar-darkshadow-color:#666666;
   scrollbar-track-color:#ececec;
}
input {
color:#000000;
font-family:"Verdana";
font-size:10pt;
text-align:center;
text-decoration:none;
}
td {
color:#000000;
border-color:#000000;
font-family:"Verdana";
font-size:10pt;
text-decoration:none;
}
th {
background-color:#ffefc6;
color:#000000;
border-color:#000000;
font-family:"Verdana";
font-size:10pt;
text-align:left;
font-weight:bold;
}
h1 {
color:#000000;
font-family:"Verdana";
font-size:18pt;
text-align:center;
text-decoration:none;
font-weight:bold;
}
h2 {
font-family:"Verdana";
font-size:11pt;
text-decoration:underline;
font-weight:bold;
}
hr {
color:#990033
}

/* Gästebuch */
/* "Eintragen"-Text */
.tgbnewentrytext {
	font-family:verdana;
	color:black;
	font-size:10pt;
}
a.tgbnewentrytext:link {
	color:#990033;
	text-decoration:none;
}
a.tgbnewentrytext:visited {
	color:#990033;
	text-decoration:none;
}
a.tgbnewentrytext:hover {
	color:#990033;
	text-decoration:underline;
}
a.tgbnewentrytext:active {
	color:#990033;
	text-decoration:underline;
}





/* Allgemein die Tabelle eines Eintrags */
table.tgbtable {

}

/* Die linke Zelle der Tabelle eines Eintrags */
td.tgbleftcell {
	background-color:#ffefc6;
	text-align:left;
	border:1px black solid;
}

/* Name dessen, der sich eingetragen hat */
.tgbleftcellnametext {
	font-weight:bold;
}

/* Die restlichen Angaben der Person, die sich eingetragen hat */
.tgbleftcellothertext {
	font-family:verdana;
	font-size:10px;
}

/* Die rechte Zelle der Tabelle eines Eintrages */
td.tgbrightcell {
	background-color:#FFFFCC;
	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;
	background-color:#ffefc6;
	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:#ffefc6;
}
.tgbformleftcell { /* Der Text in den linken Zellen */
	text-align:left;
	font-family:verdana;
	font-size:10pt;
}

td.tgbformrightcell{ /* Die rechte Zellen */
	background-color:#ffefc6;
}
.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:#FFFFCC;
}
.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 1px solid;
	font-family:verdana;
	font-size:10pt;
}
input.tgbform { /* Die kleinen Textfelder */
	border:black 1px solid;
	font-family:verdana;
	font-size:10pt;
}




/* Die Seitenauswahl */
.tgbpagechange {
	font-family:verdana;
	font-size:10px;
}
a.tgbpagechange:link {
	color:#990033;
	text-decoration:none;
}
a.tgbpagechange:visited {
	color:#990033;
	text-decoration:none;
}
a.tgbpagechange:hover {
	color:#990033;
	text-decoration:underline;
}
a.tgbpagechange:active {
	color:#990033;
	text-decoration:underline;
}
-->

