body {
  font:0.7em Verdana, Arial, Helvetica, sans-serif;}






/* CSS Angaben fur die Aussentabelle Innenfarbe  
Abstaende und Textfarben*/


.outinnen {
padding: 2px;
}



/* ------------------------------------------- */
/* CSS Angaben fuer alle Tabellenraender der Gaestebuchausgabe
Tabellen */

.gbentry {
background:#edb0b0;
color:#eee9e3;
margin-bottom: 5px;
}

.gbentrytop, .gbentryout, .gbentrybottom {  
padding: 2px;
}

/* GB-Eintragstemplate oben */
.gbentrytop {
background:#b40600;
color: #fff;
}

/* GB-Eintragstemplate mitte */
.gbentryout {
background:#cb0801;
color: #fff;
}

/* GB-Eintragstemplate unten */
.gbentrybottom {
/*test*/background:#b40600;
color: #fff;
}

.gbentrytop a, .gbentryout a, .gbentrybottom a {  
color:#ff6d26;
}

.gbentrytop a:hover, .gbentryout a:hover, .gbentrybottom a:hover {  
color:#ff6d26;
}
/* ------------------------------------------- */
/* CSS Angaben fuer die Formularelemente */

.feld {

border:1px solid #af7373;
width: 200px; 
}
.textfeld {
border:1px solid #af7373;
width: 300px; 
}
.los {
width: 100px; 
}

form {
display: inline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer GB Navi zum Seitenweisen blaettern*/



.tc {
text-align: center;
padding: 2px;
width: 20px;
}

.tca {
font-weight: bold;
padding: 2px;
width: 18px;
text-align: center;
}

.tci {
padding: 2px;
color: #ff6d26;
font-weight: bold;
text-align: center;
}


.tc a:hover {
text-decoration: none;
color: #000000;
}

/* ------------------------------------------- */

