/* ------------------------------------------- */
/* CSS Angaben fuer den Body Bereich */
body {
font-family: Verdana, Arial;
	line-height:24px;
}

table{
	letter-spacing:0.7px;
	}

/* ------------------------------------------- */
/* CSS Angaben fur die Aussentabelle Randfarbe */

.outborder {
}

/* CSS Angaben fur die Aussentabelle Innenfarbe  
Abstaende und Textfarben*/
.outinnen {
padding: 2px;

}
/* ------------------------------------------- */
/* CSS Angaben fuer alle Tabellenraender der Gaestebuchausgabe
Tabellen */

.gbentry {
margin-bottom: 5px;
font-size:12px;
}

.gbentrytop, .gbentryout, .gbentrybottom {  
padding:15px  2px ;
}

/* GB-Eintragstemplate oben */
.gbentrytop {

}

/* GB-Eintragstemplate mitte */
.gbentryout {

}

/* GB-Eintragstemplate unten */
.gbentrybottom {

}

.gbentrytop a, .gbentryout a, .gbentrybottom a {  

text-decoration: none;
}
.gbentrytop a:hover, .gbentryout a:hover, .gbentrybottom a:hover {  

text-decoration: underline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer die Formularelemente */

.feld {

font-family: Verdana, Arial;

border: 1px solid #607ca8;
width: 200px; 
}
.textfeld {
font-family: Verdana, Arial;

border: 1px solid #607ca8;
width: 300px; 
}
.los {
font-family: Verdana, Arial;

border: 1px solid #607ca8;
width: 100px; 
}

form {
display: inline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer GB Navi zum Seitenweisen blaettern*/

.naviborder {
}

.tc {
font-family:Verdana, Arial;

text-align: center;
padding: 2px;
width: 20px;
}

.tca {
font-family:Verdana, Arial;

font-weight: bold;
padding: 2px;
width: 18px;
text-align: center;
}

.tci {
font-family:Verdana, Arial;

padding: 2px;
font-weight: bold;
text-align: center;
}

.tc a {
text-decoration: none;
}
.tc a:hover {
text-decoration: none;
}

/* ------------------------------------------- */
