/* ------------------------------------------- */
/* CSS Angaben fuer den Body Bereich */
body {
background:none;
}

/* ------------------------------------------- */
/* CSS Angaben fur die Aussentabelle Randfarbe */

.outborder {
background:none;
}

/* CSS Angaben fur die Aussentabelle Innenfarbe  
Abstaende und Textfarben*/
.outinnen {
background:none;
padding: 2px;
}
/* ------------------------------------------- */
/* CSS Angaben fuer alle Tabellenraender der Gaestebuchausgabe
Tabellen */

.gbentry {
background:none;
margin-bottom: 5px;
}

.gbentrytop, .gbentryout, .gbentrybottom {  
padding: 2px;
}

/* GB-Eintragstemplate oben */
.gbentrytop {
background:none;
border-bottom:1px solid #f8e096;
margin:10px 0 5px 0;
   font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
   font-weight:bold;
   font-size:15px;
   color:#208d2a;
}

/* GB-Eintragstemplate mitte */
.gbentryout {
font:13px/22px "Trebushet MS", Arial, Helvetica, sans-serif;
}

/* GB-Eintragstemplate unten */
.gbentrybottom {
font-size: 13px;
}

.gbentrytop a, .gbentryout a, .gbentrybottom a {  
color: #208d2a;
text-decoration: none;
}
.gbentrytop a:hover, .gbentryout a:hover, .gbentrybottom a:hover {  
color: #208d2a;
text-decoration: underline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer die Formularelemente */

.feld {
border:1px solid #79b35d;
background:#fff;
width: 300px; 
}
.textfeld {
border:1px solid #79b35d;
background:#fff;
width: 300px; 
}
.los {
background-color: #208d2a;
font-size: 13px;
font-weight:bold;
width: 100px; 
border:none;
color#fff;
}

form {
display: inline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer GB Navi zum Seitenweisen blaettern*/

.naviborder {
background-color: #f3c94d;
}

.tc {
background-color: #efefef;
padding: 2px;
width: 20px;
}

.tca {
font-weight: bold;
padding: 2px;
width: 18px;
text-align: center;
background-color: #f9e4a5;
}

.tci {
padding: 2px;
font-weight: bold;
text-align: center;
background-color: #f5d77b;
}

.tc a {
text-decoration: none;
color: #6f2d17;
}
.tc a:hover {
text-decoration: none;
color: #390e00;
}

/* ------------------------------------------- */
