/* ------------------------------------------- */
/* CSS Angaben fuer den Body Bereich */
body {
font-family: Verdana, Arial;
font-size: 12px;
color: #000000;
}

/* ------------------------------------------- */
/* CSS Angaben fur die Aussentabelle Randfarbe */

.outborder {
width:360px;
margin:25px;
}

/* CSS Angaben fur die Aussentabelle Innenfarbe  
Abstaende und Textfarben*/
.outinnen {
padding: 2px;
font-size: 11px;
color: #4a5871
}
/* ------------------------------------------- */
/* CSS Angaben fuer alle Tabellenraender der Gaestebuchausgabe
Tabellen */

.gbentry {
margin-bottom: 5px;
}

.gbentrytop, .gbentryout, .gbentrybottom {  
padding: 2px;
}

/* GB-Eintragstemplate oben */
.gbentrytop {
font-size: 13px;
color: #400000;
font-weight:bold;
}

/* GB-Eintragstemplate mitte */
.gbentryout {
font-size: 11px;
color: #000000;
}

/* GB-Eintragstemplate unten */
.gbentrybottom {
font-size: 11px;
color: #000000;
}

.gbentrytop a, .gbentryout a, .gbentrybottom a {  
font-size: 11px;
color: #800000;
text-decoration: none;
}
.gbentrytop a:hover, .gbentryout a:hover, .gbentrybottom a:hover {  
font-size: 11px;
color: #400000;
text-decoration: underline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer die Formularelemente */

.feld {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #CCCCCC;
height:15px;
padding:7px 5px 5px;
width:166px;
}
.textfeld {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #CCCCCC;
height:100px;
width:174px;
}
.los {
background:#FFFFFF none repeat scroll 0 0;
border:medium none;
color:#000000;
font-size:13px;
height:25px;
padding:0 important;
width:95px;
float:right;
}

form {
display: inline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer GB Navi zum Seitenweisen blaettern*/

.naviborder {
}

.tc {
font-family:Verdana, Arial;
font-size: 11px;
text-align: center;
padding: 2px;
width: 20px;
}

.tca {
font-family:Verdana, Arial;
font-size: 11px;
font-weight: bold;
padding: 2px;
width: 18px;
text-align: center;
}

.tci {
font-family:Verdana, Arial;
font-size: 11px;
padding: 2px;
color: #000000;
font-weight: bold;
text-align: center;
}

.tc a {
text-decoration: none;
color: #800000;
}
.tc a:hover {
text-decoration: none;
color: #000000;
}

/* ------------------------------------------- */
