/* ------------------------------------------- */
/* CSS Angaben fuer den Body Bereich */
body {
background: #DAD4EE url(../templates/T10025/bg1.jpg);
font-family: Verdana, Arial;
font-size: 12px;
color: #000000;
}

/* ------------------------------------------- */
/* CSS Angaben fur die Aussentabelle Randfarbe */
.outborder {

background: #F4E6F5;
border: 1px solid #4170a9;
padding: 8px;
}

.designtt {
margin-bottom: 10px;
background: #E6E7F0;
border: 1px solid #4170a9;
padding: 8px;
}
/* ------------------------------------------- */
/* CSS Angaben fuer alle Tabellenraender der Gaestebuchausgabe
Tabellen */

.gbentry {
margin-bottom: 0px;
}

.gbentrytop, .gbentryout, .gbentrybottom {  
padding: 2px;
}

/* GB-Eintragstemplate oben */
.gbentrytop {
background-color: #D3D6E4;
font-size: 11px;
color: #000000;
}

/* GB-Eintragstemplate mitte */
.gbentryout {
background-color: transparent;
font-size: 11px;
color: #000000;
}

/* GB-Eintragstemplate unten */
.gbentrybottom {
background-color: #D3D6E4;
font-size: 11px;
color: #000000;
}

.gbentrytop a, .gbentryout a, .gbentrybottom a {  
font-size: 11px;
color: #2E375F;
text-decoration: none;
}
.gbentrytop a:hover, .gbentryout a:hover, .gbentrybottom a:hover {  
font-size: 11px;
color: #3E283E;
text-decoration: underline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer die Formularelemente */

.feld {
background-color: #F4E6F5;
font-family: Verdana, Arial;
font-size: 11px;
border: 1px solid #4170a9;
width: 200px;
color: #000000; 
}
.textfeld {
background-color: #F4E6F5;
font-family: Verdana, Arial;
font-size: 11px;
border: 1px solid #4170a9;
width: 300px;
color: #000000;  
}
.los {
background-color: #E2BFD3;
font-family: Verdana, Arial;
font-size: 11px;
border: 1px solid #4170a9;
width: 100px; 
color: #000000; 
}

form {
display: inline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer GB Navi zum Seitenweisen blaettern*/

.naviborder {
background-color: #4170a9;
}
/* Links*/
.tc {
font-family:Verdana, Arial;
font-size: 11px;
text-align: center;
background-color: #FFEEFF;
padding: 2px;
width: 18px;
}
/* aktuelle Seite*/
.tca {
font-family:Verdana, Arial;
font-size: 11px;
font-weight: bold;
padding: 2px;
width: 18px;
text-align: center;
background-color: #E2BFD3;
}
/* Eintragsinfo*/
.tci {
font-family:Verdana, Arial;
font-size: 11px;
padding: 2px;
color: #ffffff;
font-weight: bold;
text-align: center;
background-color: #C8B5CB;
}

.tc a {
text-decoration: none;
color: #000000;
}
.tc a:hover {
text-decoration: none;
color: #785968;
}

/* ------------------------------------------- */
