/* ------------------------------------------- */

/* CSS Angaben fuer den Body Bereich */

body {

background-color: #FDEECC;

font-family: Arial, Helvetica, sans-serif;

font-size: 12px;

color: #666666;

}


/* ------------------------------------------- */

/* CSS Angaben fur die Aussentabelle Randfarbe */



.outborder {

background-color: #FDEECC;

}



/* CSS Angaben fur die Aussentabelle Innenfarbe  

Abstaende und Textfarben*/

.outinnen {

background-color: #FDEECC;

padding: 0px;

font-size: 12px;

color: #666666

}

/* ------------------------------------------- */

/* CSS Angaben fuer alle Tabellenraender der Gaestebuchausgabe

Tabellen */



.gbentry {

background-color: #FDEECC;

margin-bottom: 5px;

}



.gbentrytop, .gbentryout, .gbentrybottom {  

padding: 2px;

}



/* GB-Eintragstemplate oben */

.gbentrytop {

background-color: #F6BF80;

font-size: 12px;

color: #EE7F01;
font-weight:bold;

}



/* GB-Eintragstemplate mitte */

.gbentryout {

background-color: #FDEECC;

font-size: 12px;

color: #666666;

}



/* GB-Eintragstemplate unten */

.gbentrybottom {

background-color: #FDEECC;

font-size: 12px;

color: #666666;

}



.gbentrytop a:active, .gbentrytop a:link, .gbentrytop a:visited, .gbentryout a:link, .gbentryout a:visited, .gbentryout a:active, .gbentrybottom a:link, .gbentrybottom a:active, .gbentrybottom a:visited {  
font-weight:bold;
font-size: 12px;
color: #EE7F01;
text-decoration: none;

}

.gbentrytop a:hover, .gbentryout a:hover, .gbentrybottom a:hover {  
font-size: 12px;
font-weight:bold;
color: #657B44;
text-decoration: none;

}

/* ------------------------------------------- */

/* CSS Angaben fuer die Formularelemente */



.feld {

//background-image: url(../templates/T10000/inputbg.gif);

background-color: #F6BF80;

font-family: Verdana, Arial;

font-size: 12px;

border: 1px solid #EE7F01;

width: 200px; 

}

.textfeld {

//background-image: url(../templates/T10000/inputbg.gif);

background-color: #F6BF80;

font-family: Verdana, Arial;

font-size: 12px;

border: 1px solid #EE7F01;

width: 300px; 

}

.los {

background-color: #F6BF80;

font-family: Verdana, Arial;

font-size: 12px;

border: 1px solid #EE7F01;

width: 100px; 

}



form {

display: inline;

}

/* ------------------------------------------- */

/* CSS Angaben fuer GB Navi zum Seitenweisen blaettern*/



.naviborder {

background-color: #FDEECC;

}



.tc {

font-family:Verdana, Arial;

font-size: 10px;

text-align: center;

background-color: #FDEECC;

padding: 2px;

width: 5px;

}



.tca {

font-family:Verdana, Arial;

font-size: 10px;

font-weight: bold;

padding: 2px;

width: 5px;

text-align: center;

background-color: #FDEECC;

}



.tci {

font-family:Verdana, Arial;

font-size: 10px;

padding: 2px;

color: #666666;

font-weight: bold;

text-align: center;

background-color: #FDEECC;

}



.tc a:link, .tc a:active, .tc a:visited {

text-decoration: none;
font-size:10px;
color: #EE7F01;
font-weight:bold;

}

.tc a:hover {

text-decoration: none;
font-size:10px;
color: #657B44;
font-weight:bold;

}



/* ------------------------------------------- */
