/* ------------------------------------------- */
/* CSS Angaben fuer den Body Bereich */
body {
background: #B9BD9A url(../templates/T10027/bg1.jpg);
font-family: Verdana, Arial;
font-size: 12px;
color: #000000;
}

/* ------------------------------------------- */
/* CSS Angaben fur die Aussentabelle Randfarbe */
.outborder {
background: #E7EBDE;
border: 1px solid #B9BD9A;
padding: 8px;
}

.designtt {
margin-bottom: 10px;
background: #F4F5EB;
border: 1px solid #C3AD84;
padding: 8px;
}
/* ------------------------------------------- */
/* CSS Angaben fuer alle Tabellenraender der Gaestebuchausgabe
Tabellen */

.gbentry {
margin-bottom: 0px;
}

.gbentrytop, .gbentryout, .gbentrybottom {  
padding: 2px;
}

/* GB-Eintragstemplate oben */
.gbentrytop {
background-color: #C0CA96;
font-size: 11px;
color: #000000;
}

/* GB-Eintragstemplate mitte */
.gbentryout {
background-color: transparent;
font-size: 11px;
color: #000000;
}

/* GB-Eintragstemplate unten */
.gbentrybottom {
background-color: #C0CA96;
font-size: 11px;
color: #000000;
}

.gbentrytop a, .gbentryout a, .gbentrybottom a {  
font-size: 11px;
color: #800000;
text-decoration: none;
}
.gbentrytop a:hover, .gbentryout a:hover, .gbentrybottom a:hover {  
font-size: 11px;
color: #ffffff;
text-decoration: underline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer die Formularelemente */

.feld {
background-color: #ECE2BE;
font-family: Verdana, Arial;
font-size: 11px;
border: 1px solid #8E9D64;
width: 200px;
color: #000000; 
}
.textfeld {
background-color: #ECE2BE;
font-family: Verdana, Arial;
font-size: 11px;
border: 1px solid #8E9D64;
width: 300px;
color: #000000;  
}
.los {
background-color: #ECE2BE;
font-family: Verdana, Arial;
font-size: 11px;
border: 1px solid #8E9D64;
width: 100px; 
color: #000000; 
}

form {
display: inline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer GB Navi zum Seitenweisen blaettern*/

.naviborder {
background-color: #63713E;
}
/* Links*/
.tc {
font-family:Verdana, Arial;
font-size: 11px;
text-align: center;
background-color: #F5FCDD;
padding: 2px;
width: 18px;
}
/* aktuelle Seite*/
.tca {
font-family:Verdana, Arial;
font-size: 11px;
font-weight: bold;
padding: 2px;
width: 18px;
text-align: center;
background-color: #F7EBBB;
}
/* Eintragsinfo*/
.tci {
font-family:Verdana, Arial;
font-size: 11px;
padding: 2px;
color: #ffffff;
font-weight: bold;
text-align: center;
background-color: #C0CA96;
}

.tc a {
text-decoration: none;
color: #000000;
}
.tc a:hover {
text-decoration: none;
color: #594635;
}

/* ------------------------------------------- */
