/* ------------------------------------------- */
/* CSS Angaben fuer den Body Bereich */
body {
/* background-color: #f7f7f7; */
color: #000000;
}

/* ------------------------------------------- */
/* CSS Angaben fur die Aussentabelle Randfarbe */

.outborder {
/* background-color: #e5e5e5; */
padding-left:100px;
}

/* CSS Angaben fur die Aussentabelle Innenfarbe  
Abstaende und Textfarben*/
.outinnen {
/* background-color: #ffffff; */
padding: 2px;
color: #4a5871
}
/* ------------------------------------------- */
/* CSS Angaben fuer alle Tabellenraender der Gaestebuchausgabe
Tabellen */

.gbentry {

margin-bottom: 5px;
}

.gbentrytop, .gbentryout, .gbentrybottom {  
padding: 2px;
}

/* GB-Eintragstemplate oben */
.gbentrytop {
color: #400000;
}

/* GB-Eintragstemplate mitte */
.gbentryout {
color: #000000;
}

/* GB-Eintragstemplate unten */
.gbentrybottom {
color: #000000;
}

.gbentrytop a, .gbentryout a, .gbentrybottom a {  
color: #800000;
text-decoration: none;
}
.gbentrytop a:hover, .gbentryout a:hover, .gbentrybottom a:hover {  
color: #400000;
text-decoration: underline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer die Formularelemente */

.feld {
/* background-image: url(../templates/T10022/inputbg.gif); */
border: 1px solid #c19d59;
width: 200px; 
height:20px;
}
.textfeld {
/* background-image: url(../templates/T10022/inputbg.gif); */
border: 1px solid #c19d59;
width: 300px; 
}

input:focus {
border:1px solid #000;
}

form {
display: inline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer GB Navi zum Seitenweisen blaettern*/

.naviborder {

}

.tc {

text-align: center;

padding: 2px;
width: 20px;
}

.tca {

font-weight: bold;
padding: 2px;
width: 18px;
text-align: center;

}

.tci {
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;
}

/* ------------------------------------------- */

.los {				
	width:120px;
	padding:5px;
	color:#fff;
	font-weight:bold;
	font-variant:small-caps important;
	cursor:pointer;
	border:none;
	background-color: #403929;
}