/* ------------------------------------------- */
/* CSS Angaben fuer den Body Bereich */
body {
background:url(http://www.bos-spedition.de/images/gb_header.jpg) center top no-repeat #ffffff;
margin-top:175px;
font-family: Verdana, Arial;
text-align:left;
font-size: 12px;
color: #666666;
}

/* ------------------------------------------- */
/* CSS Angaben fur die Aussentabelle Randfarbe */

/* CSS Angaben fur die Aussentabelle Innenfarbe  
Abstaende und Textfarben*/
.outinnen {
padding: 2px;
font-size: 12px;
text-align:left;
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: 12px;
color: #666666;
}

/* GB-Eintragstemplate mitte */
.gbentryout {
background-color: #ffffff;
font-size: 12px;
color: #666666;
}

/* GB-Eintragstemplate unten */
.gbentrybottom {
font-size: 12px;
color: #666666;
}

.gbentrytop a, .gbentryout a, .gbentrybottom a {  
font-size: 12px;
color: #E7100D;
text-decoration: none;
}
.gbentrytop a:hover, .gbentryout a:hover, .gbentrybottom a:hover {  
font-size: 12px;
color: #2150A0;
text-decoration: underline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer die Formularelemente */

.feld {
font-family: Verdana, Arial;
font-size: 12px;
border: 1px solid #b3b3b3;
width: 200px; 
}
.textfeld {
font-family: Verdana, Arial;
font-size: 12px;
border: 1px solid #b3b3b3;
width: 300px; 
}
.los {
background-color: #BAC9E6;
font-family: Verdana, Arial;
font-size: 12px;
border: 1px solid #6184C5;
width: 100px; 
}

form {
display: inline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer GB Navi zum Seitenweisen blaettern*/

.naviborder {
background-color: #A1BCDF;
}

.tc {
font-family:Verdana, Arial;
font-size: 12px;
text-align: left;
background-color: #efefef;
padding: 2px;
width: 20px;
}

.tca {
font-family:Verdana, Arial;
font-size: 12px;
font-weight: bold;
padding: 2px;
width: 18px;
background-color: #D5DDF0;
text-align:center;
}

.tci {
font-family:Verdana, Arial;
font-size: 12px;
padding: 2px;
color: #000000;
font-weight: bold;
text-align: left;
background-color: #CDD8EC;
}

.tc a {
text-decoration: none;
color: #800000;
}
.tc a:hover {
text-decoration: none;
color: #666666;
}

/* ------------------------------------------- */
