
/* ------------------------------------------- */
/* CSS Angaben fuer den Body Bereich */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}

html body #container #navi li a {
	padding: 7px 0 0 0;
	height: 24px;
}

* html body #container #navi li a {
	padding: 0;
	height: 31px;
}

*+html body #container #navi li a {
	padding: 0;
	height: 31px;
}

/* ------------------------------------------- */
/* CSS Angaben fur die Aussentabelle Randfarbe */

.outborder {
	width: auto;
}

/* CSS Angaben fur die Aussentabelle Innenfarbe  
Abstaende und Textfarben*/
.outinnen {
	padding: 2px;
	font-size: 11px;
	color: #4a5871
}

/* ------------------------------------------- */
/* CSS Angaben fuer alle Tabellenraender der Gaestebuchausgabe
Tabellen */

.gbentry {
	background-color: #c19d59;
	margin-bottom: 5px;
}

.gbentrytop,
.gbentryout,
.gbentrybottom {
	padding: 2px;
}

/* GB-Eintragstemplate oben */
.gbentrytop {
	background-color: #e4d0a3;
	font-size: 11px;
	color: #7C4F00;
}

/* GB-Eintragstemplate mitte */
.gbentryout {
	background-color: #ffffff;
	font-size: 11px;
	color: #000000;
}

/* GB-Eintragstemplate unten */
.gbentrybottom {
	background-color: #e6d9c1;
	font-size: 11px;
	color: #000000;
}

.gbentrytop a,
.gbentryout a,
.gbentrybottom a {
	font-size: 11px;
	color: #7C4F00;
	text-decoration: none;
}

.gbentrytop a:hover,
.gbentryout a:hover,
.gbentrybottom a:hover {
	font-size: 11px;
	color: #3E4421;
	text-decoration: underline;
}

/* ------------------------------------------- */
/* CSS Angaben fuer die Formularelemente */

.feld {
	background-image: url(../templates/T10000/inputbg.gif);
	background-color: #f3e8d6;
	font-family: Verdana, Arial;
	font-size: 11px;
	border: 1px solid #c19d59;
	width: 200px;
}

.textfeld {
	background-image: url(../templates/T10000/inputbg.gif);
	background-color: #f3e8d6;
	font-family: Verdana, Arial;
	font-size: 11px;
	border: 1px solid #c19d59;
	width: 280px;
}

.los {
	background-color: #e6be6c;
	font-family: Verdana, Arial;
	font-size: 11px;
	border: 1px solid #c19d59;
	width: 100px;
}

form {
	display: inline;
}

/* ------------------------------------------- */
/* CSS Angaben fuer GB Navi zum Seitenweisen blaettern*/

.naviborder {
	background-color: #c19d59;
}

.tc {
	font-family:Verdana, Arial;
	font-size: 11px;
	text-align: center;
	background-color: #efefef;
	padding: 2px;
	width: 20px;
}

.tca {
	font-family:Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	width: 18px;
	text-align: center;
	background-color: #e6d9c1;
}

.tci {
	font-family:Verdana, Arial;
	font-size: 11px;
	padding: 2px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	background-color: #e4d0a3;
}

.tc a {
	text-decoration: none;
	color: #7C4F00;
}

.tc a:hover {
	text-decoration: none;
	color: #3E4421;
}

/* ------------------------------------------- */

