/* ------------------------------------------- */
/* CSS Angaben fuer den Body Bereich */
body {
background: #471888 url(../templates/T10026/bg1.jpg);
font-family: Comic Sans MS;
font-size: 20px;
color: #C465C0;
}

/* ------------------------------------------- */
/* CSS Angaben fur die Aussentabelle Randfarbe */
.outborder {

background: #8D54D5;
border: 1px solid #420C84;
padding: 8px;
}

.designtt {
margin-bottom: 10px;
background: #431383;
border: 1px solid #C465C0;
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: #370679;
font-family: Comic Sans MS;
font-size: 20px;
color: #C465C0;
}

/* GB-Eintragstemplate mitte */
.gbentryout {
background-color: transparent;
font-family: Comic Sans MS;
font-size: 20px;
color: #C465C0;
}
/* GB-Eintragstemplate unten */
.gbentrybottom {
background-color: #370679;
font-family: Comic Sans MS;
font-size: 20px;
color: #C465C0;
}

.gbentrytop a, .gbentryout a, .gbentrybottom a {  
font-family: Comic Sans MS;
font-size: 20px;
color: #C465C0;
text-decoration: none;
}
.gbentrytop a:hover, .gbentryout a:hover, .gbentrybottom a:hover {  
font-family: Comic Sans MS;
font-size: 20px;
color: #C465C0;
text-decoration: underline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer die Formularelemente */

.feld {
background-color: #DDCCF9;
font-family: Comic Sans MS;
font-size: 20px;
color: #C465C0;

border: 1px solid #030007;
width: 200px;
color: #000000; 
}
.textfeld {
background-color: #DDCCF9;
font-family: Comic Sans MS;
font-size: 20px;
color: #C465C0;

border: 1px solid #030007;
width: 300px;
color: #000000;  
}
.los {
background-color: #DDCCF9;
font-family: Comic Sans MS;
font-size: 20px;
color: #C465C0;

border: 1px solid #030007;
width: 100px; 
color: #000000; 
}

form {
display: inline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer GB Navi zum Seitenweisen blaettern*/

.naviborder {
background-color: #471888;
}
/* Links*/
.tc {
font-family: Comic Sans MS;
font-size: 20px;
color: #C465C0;
}
text-align: center;
background-color: #CFA0FF;
padding: 2px;
width: 18px;
}
/* aktuelle Seite*/
.tca {
font-family: Comic Sans MS;
font-size: 20px;
color: #C465C0;

font-weight: bold;
padding: 2px;
width: 18px;
text-align: center;
background-color: #B880FF;
}
/* Eintragsinfo*/
.tci {
font-family: Comic Sans MS;
font-size: 20px;
color: #C465C0;

padding: 2px;
color: #ffffff;
font-weight: bold;
text-align: center;
background-color: #9058D7;
}

.tc a {
text-decoration: none;
color: #000000;
}
.tc a:hover {
text-decoration: none;
color: #C465C0;
}

/* ------------------------------------------- */
