/* ------------------------------------------- */
/* CSS Angaben fuer den Body Bereich */
body {
background:none;
font-family: Arial;
font-size: 12px;
color: #5e6a6e;
}

/* ------------------------------------------- */
/* CSS Angaben fur die Aussentabelle Randfarbe */


/* CSS Angaben fur die Aussentabelle Innenfarbe  
Abstaende und Textfarben*/
.outinnen {
background-color: transparent;
padding: 2px;
color: #5e6a6e;
}
/* ------------------------------------------- */
/* CSS Angaben fuer alle Tabellenraender der Gaestebuchausgabe
Tabellen */

.gbentry {
background-color: #efeeed;
font-size: 12px;
margin-bottom: 5px;
color:#5e6a6e;
}

.gbentrytop, .gbentryout, .gbentrybottom {  
padding: 3px;
}

/* GB-Eintragstemplate oben */
.gbentrytop {
background-color: #cde4f7;
color: #5e6a6e;
}

/* GB-Eintragstemplate mitte */
.gbentryout {
background-color: #f7f6f5;
color: #5e6a6e;
padding:8px;
}

/* GB-Eintragstemplate unten */
.gbentrybottom {
background-color: #efeeed;
color: #5e6a6e;
}

.gbentrytop a, .gbentryout a, .gbentrybottom a {  
color: #3d4e54;
text-decoration: none;
}
.gbentrytop a:hover, .gbentryout a:hover, .gbentrybottom a:hover {  
color: #708e99;
text-decoration: none;
}
/* ------------------------------------------- */
/* CSS Angaben fuer die Formularelemente */

.feld {
background-image: url(http://www.motorradshuttle.com/images/layout/inputbg.gif);
background-color: #f3e8d6;
font-family: Arial;
border: 1px solid #d9d8d7;
width: 200px; 
}
.textfeld {
background-image: url(http://www.motorradshuttle.com/images/layout/inputbg.gif);
background-color: #f3e8d6;
font-family: Arial;
border: 1px solid #d9d8d7;
width: 300px; 
}
.los {
background-color: #cde4f7;
font-family: Arial;
border: 1px solid #cde4f7;
width: 100px; 
}

form {
display: inline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer GB Navi zum Seitenweisen blaettern*/


.tc {
font-family:Arial;
text-align: center;
background-color: #efefef;
padding: 2px;
width: 20px;
}

.tca {
font-family:Arial;
font-size: 12px;
font-weight: bold;
padding: 2px;
width: 18px;
text-align: center;
background:#cde4f7;
}

.tci {
font-family:Arial;
font-size: 12px;
padding: 2px;
color: #5e6a6e;
font-weight: bold;
text-align: center;
}

.tc a {
text-decoration: none;
color: #800000;
}
.tc a:hover {
text-decoration: none;
color: #000000;
}

/* ------------------------------------------- */
