/* ------------------------------------------- */
/* CSS Angaben fuer den Body Bereich */
body {

background-color: #F7BC5B;
font:75%/1.5em Tahoma,"Lucida Grande",Arial,sans-serif;
color: #251008;
}


a {
	border-bottom:1px dashed #d98f30;
	color:#9D200E;
	text-decoration:none;
}

a:visited {
	border-bottom:1px solid #D0945F;
	color:#120E0B;
}

a:focus, a:hover {
	border-bottom:1px solid #9F5600;
	color:#9F5600;
}

a:active {
	color:#900;
}

td {
	font-size:0.8em;
}



/* ------------------------------------------- */
/* CSS Angaben fur die Aussentabelle Randfarbe */

.outborder {
}

/* CSS Angaben fur die Aussentabelle Innenfarbe  
Abstaende und Textfarben*/
.outinnen {
background-color: #F7BC5B;
padding: 2px;
color: #000000
}

/* CSS Angaben fur die abgerundete Tabelle aussen  */
.tel {
background-image: url(../templates/T10006/T10006_1.gif);
font-size: 2px;
}
.toc {
background-image: url(../templates/T10006/T10006_2.gif);
font-size: 2px;
}
.ter {
background-image: url(../templates/T10006/T10006_3.gif);
font-size: 2px;
}
.trl {
background-image: url(../templates/T10006/T10006_4.gif);
font-size: 2px;
}
.trc {
background-image: url(../templates/T10006/T10006_5.gif);
font-size: 2px;
}
.trr {
background-image: url(../templates/T10006/T10006_6.gif);
font-size: 2px;
}
.tul {
background-image: url(../templates/T10006/T10006_7.gif);
font-size: 2px;
}
.tuc {
background-image: url(../templates/T10006/T10006_8.gif);
font-size: 2px;
}
.tur {
background-image: url(../templates/T10006/T10006_9.gif);
font-size: 2px;
}




/* ------------------------------------------- */
/* CSS Angaben fuer alle Tabellenraender der Gaestebuchausgabe
Tabellen */

.gbentry {
margin-bottom: 5px;
}

.gbentrytop, .gbentryout, .gbentrybottom {  
padding: 2px;
}

/* GB-Eintragstemplate oben */
.gbentrytop {
background-color: #FDEBCC;
color: #251008;
border-top: 1px solid #FBDDAA;
border-bottom: 1px solid #F7BC5B;
}

/* GB-Eintragstemplate mitte */
.gbentryout {
background-color: #FEF7E9;
color: #251008;
}

/* GB-Eintragstemplate unten */
.gbentrybottom {
background-color: #FDEBCC;
color: #251008;
border-top: 1px solid #FBDDAA;
border-bottom: 1px solid #F7BC5B;
}

/* ------------------------------------------- */
/* CSS Angaben fuer die Formularelemente */

.feld {
background-image: url(../templates/T10006/inputbg.gif);
background-color: #FEF7E9;
font:1em Tahoma,"Lucida Grande",Arial,sans-serif;
border: 1px solid #F7BC5B;
width: 200px;
color: #251008; 
}
.textfeld {
background-image: url(../templates/T10006/inputbg.gif);
background-color: #FEF7E9;
font:1em Tahoma,"Lucida Grande",Arial,sans-serif;
border: 1px solid #F7BC5B;
width: 300px;
color: #251008;  
}
.los {
background-image: url(../templates/T10006/inputbg.gif);
background-color: #FEF7E9;
font:1em Tahoma,"Lucida Grande",Arial,sans-serif;
border: 1px solid #F7BC5B;
width: 100px; 
color: #251008; 
}

form {
display: inline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer GB Navi zum Seitenweisen blaettern*/

.naviborder {
background-color: #F7BC5B;
}
/* Links*/
.tc {
text-align: center;
background-color: #FBDDAA;
padding: 2px;
width: 18px;
}
/* aktuelle Seite*/
.tca {
font-weight: bold;
padding: 2px;
width: 18px;
text-align: center;
background-color: #FEF7E9;
}
/* Eintragsinfo*/
.tci {
padding: 2px;
color: #251008;
font-weight: bold;
text-align: center;
background-color: #FBDDAA;
}


/* ------------------------------------------- */
