/* ------------------------------------------- */
/* CSS Angaben fuer den Body Bereich */
body {
background-color: #FFFFFF;
font-family: trebuchet MS, arial, verdana;
font-size: 12px;
color: #515151;
}

/* ------------------------------------------- */
/* CSS Angaben fur die Aussentabelle Randfarbe */

.outborder {
background-color: #e5e5e5;
}

/* CSS Angaben fur die Aussentabelle Innenfarbe  
Abstaende und Textfarben*/
.outinnen {
background-color: #ffffff;
padding: 2px;
font-size: 11px;
color: #4a5871
}
/* ------------------------------------------- */
/* CSS Angaben fuer alle Tabellenraender der Gaestebuchausgabe
Tabellen */

.gbentry {
background-color: #006A9C;
margin-bottom: 5px;
}

.gbentrytop, .gbentryout, .gbentrybottom {  
padding: 2px;
}

/* GB-Eintragstemplate oben */
.gbentrytop {
background-color: #52A4CC;
font-size: 12px;
color: #FFFFFF;
}

/* GB-Eintragstemplate mitte */
.gbentryout {
background-color: #ffffff;
font-size: 11px;
color: #515151;
}

/* GB-Eintragstemplate unten */
.gbentrybottom {
background-color: #8CC3DC;
font-size: 11px;
color: #515151;
}

.gbentrytop a, .gbentryout a, .gbentrybottom a {  
font-size: 11px;
color: #006A9C;
text-decoration: none;
}
.gbentrytop a:hover, .gbentryout a:hover, .gbentrybottom a:hover {  
font-size: 11px;
color: #006A9C;
text-decoration: underline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer die Formularelemente */

.feld {
background-color: #ffffff;
font-family: trebuchet MS, arial, verdana;
font-size: 11px;
border: 1px solid #71B6D3;
width: 200px; 
}
.textfeld {
background-color: #ffffff;
font-family: trebuchet MS, arial, verdana;
font-size: 11px;
border: 1px solid #71B6D3;
width: 300px; 
}
.los {
background-color: #1088C1;
font-family: trebuchet MS, arial, verdana;
font-size: 13px;
color:#FFFFFF;
border: 1px solid #094E6F;
margin:8px;
width: 110px; 
}

form {
display: inline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer GB Navi zum Seitenweisen blaettern*/

.naviborder {
background-color: #DEDEDE;
}

.tc {
font-family:trebuchet MS, arial, verdana;
font-size: 12px;
text-align: center;
background-color: #efefef;
padding: 2px;
width: 20px;
}

.tca {
font-family:trebuchet MS, arial, verdana;
font-size: 11px;
font-weight: bold;
padding: 2px;
width: 18px;
text-align: center;
background-color: #ffffff;
}

.tci {
font-family:trebuchet MS, arial, verdana;
font-size: 11px;
padding: 2px;
color: #515151;
font-weight: bold;
text-align: center;
background-color: #ffffff;
}

.tc a {
text-decoration: none;
color: #800000;
}
.tc a:hover {
text-decoration: none;
color: #515151;
}

/* ------------------------------------------- */
