/* ------------------------------------------- */
/* CSS Angaben fuer den Body Bereich */
body {

background-color: #F7BC5B;
font-family: Verdana, Arial;
font-size: 12px;
color: #000000;
}

/* ------------------------------------------- */
/* CSS Angaben fur die Aussentabelle Randfarbe */

.outborder {
}

/* CSS Angaben fur die Aussentabelle Innenfarbe  
Abstaende und Textfarben*/
.outinnen {
background-color: #F7BC5B;
padding: 2px;
font-size: 11px;
color: #000000
}

/* CSS Angaben fur die abgerundete Tabelle aussen  */
.tel {
background-image: url(../templates/T10006/T10006_1.gif);
font-size: 2px;
}
.toc {
background-image: url(../templates/T10006/T10006_2.gif);
font-size: 2px;
}
.ter {
background-image: url(../templates/T10006/T10006_3.gif);
font-size: 2px;
}
.trl {
background-image: url(../templates/T10006/T10006_4.gif);
font-size: 2px;
}
.trc {
background-image: url(../templates/T10006/T10006_5.gif);
font-size: 2px;
}
.trr {
background-image: url(../templates/T10006/T10006_6.gif);
font-size: 2px;
}
.tul {
background-image: url(../templates/T10006/T10006_7.gif);
font-size: 2px;
}
.tuc {
background-image: url(../templates/T10006/T10006_8.gif);
font-size: 2px;
}
.tur {
background-image: url(../templates/T10006/T10006_9.gif);
font-size: 2px;
}




/* ------------------------------------------- */
/* CSS Angaben fuer alle Tabellenraender der Gaestebuchausgabe
Tabellen */

.gbentry {
margin-bottom: 5px;
}

.gbentrytop, .gbentryout, .gbentrybottom {  
padding: 2px;
}

/* GB-Eintragstemplate oben */
.gbentrytop {
background-color: #FDEBCC;
font-size: 11px;
color: #000000;
border-top: 1px solid #FBDDAA;
border-bottom: 1px solid #F7BC5B;
}

/* GB-Eintragstemplate mitte */
.gbentryout {
background-color: #FEF7E9;
font-size: 11px;
color: #000000;
}

/* GB-Eintragstemplate unten */
.gbentrybottom {
background-color: #FDEBCC;
font-size: 11px;
color: #000000;
border-top: 1px solid #FBDDAA;
border-bottom: 1px solid #F7BC5B;
}

.gbentrytop a, .gbentryout a, .gbentrybottom a {  
font-size: 11px;
color: #990000;
text-decoration: none;
}
.gbentrytop a:hover, .gbentryout a:hover, .gbentrybottom a:hover {  
font-size: 11px;
color: #000000;
text-decoration: underline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer die Formularelemente */

.feld {
background-image: url(../templates/T10006/inputbg.gif);
background-color: #FEF7E9;
font-family: Verdana, Arial;
font-size: 11px;
border: 1px solid #F7BC5B;
width: 200px;
color: #000000; 
}
.textfeld {
background-image: url(../templates/T10006/inputbg.gif);
background-color: #FEF7E9;
font-family: Verdana, Arial;
font-size: 11px;
border: 1px solid #F7BC5B;
width: 300px;
color: #000000;  
}
.los {
background-image: url(../templates/T10006/inputbg.gif);
background-color: #FEF7E9;
font-family: Verdana, Arial;
font-size: 11px;
border: 1px solid #F7BC5B;
width: 100px; 
color: #000000; 
}

form {
display: inline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer GB Navi zum Seitenweisen blaettern*/

.naviborder {
background-color: #F7BC5B;
}
/* Links*/
.tc {
font-family:Verdana, Arial;
font-size: 11px;
text-align: center;
background-color: #FBDDAA;
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: #FEF7E9;
}
/* Eintragsinfo*/
.tci {
font-family:Verdana, Arial;
font-size: 11px;
padding: 2px;
color: #000000;
font-weight: bold;
text-align: center;
background-color: #FBDDAA;
}

.tc a {
text-decoration: none;
color: #990000;
}
.tc a:hover {
text-decoration: none;
color: #000000;
}

/* ------------------------------------------- */
