/* ------------------------------------------- */
/* CSS Angaben fuer den Body Bereich */
body {
background-color: #f7f7f7;
font-family: Verdana, Arial;
font-size: 12px;
color: #000000;
}

/* ------------------------------------------- */
/* CSS Angaben fur die Aussentabelle Randfarbe */

.outborder {
background:none;
}

/* CSS Angaben fur die Aussentabelle Innenfarbe  
Abstaende und Textfarben*/
.outinnen {
background:none;
padding: 2px;
font-size: 11px;
color: #4a5871
}
/* ------------------------------------------- */
/* CSS Angaben fuer alle Tabellenraender der Gaestebuchausgabe
Tabellen */

.gbentry {
background:none;
margin-bottom: 5px;
}

.gbentrytop, .gbentryout, .gbentrybottom {  
padding: 2px;
}

/* GB-Eintragstemplate oben */
.gbentrytop {
background-color: #d5b604;
font-size: 11px;
color: #e0f2fb;
}

/* GB-Eintragstemplate mitte */
.gbentryout {
background: none;
font-size: 11px;
color: #000000;
border:1px solid #B7C6CC;
}

/* GB-Eintragstemplate unten */
.gbentrybottom {
background-color: #d5b604;
font-size: 11px;
color: #000000;
}

.gbentrytop a, .gbentryout a, .gbentrybottom a {  
font-size: 11px;
color: #e0f2fb;
text-decoration: none;
}
.gbentrytop a:hover, .gbentryout a:hover, .gbentrybottom a:hover {  
font-size: 11px;
color: #e0f2fb;
text-decoration: underline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer die Formularelemente */

.feld {

background-color: #ffffff;
font-family: Verdana, Arial;
font-size: 11px;
border: 1px solid #b7c6cc;
width: 200px; 
font-style:italic;
}
.textfeld {

background-color: #ffffff;
font-family: Verdana, Arial;
font-size: 11px;
border: 1px solid #b7c6cc;
width: 300px; 
font-style:italic;
}
.los {

font-family: Verdana, Arial;
font-size: 11px;

width: 100px; 
}

form {
display: inline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer GB Navi zum Seitenweisen blaettern*/

.naviborder {
background-color: none;
}

.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: #364648;
font-weight: bold;
text-align: center;
background-color: #d5b604;
}

.tc a {
text-decoration: none;
color: #e0f2fb;
}
.tc a:hover {
text-decoration: none;
color: #000000;
}

/* ------------------------------------------- */
