/* ------------------------------------------- */
/* CSS Angaben fuer den Body Bereich */
html
{
 scrollbar-face-color:#F8C487;
 scrollbar-highlight-color:#F8C487;
 scrollbar-3dlight-color:#4A2A17;
 scrollbar-darkshadow-color:#F8C487;
 scrollbar-shadow-color:#4A2A17;
 scrollbar-arrow-color:#4A2A17;
 scrollbar-track-color:#F8C487;
}

body {
margin: 0px;
background-color: #F8C487;
font-family: Arial;
font-size: 12px;
color: #4A2A17;
background-image: url(http://www.landpension-fiala.de/images/hg_inhalt.jpg); 
background-repeat: no-repeat;
background-position: -157px -75px;
background-attachment: fixed;
}

/* ------------------------------------------- */
/* CSS Angaben fur die Aussentabelle Randfarbe */



/* CSS Angaben fur die Aussentabelle Innenfarbe  
Abstaende und Textfarben*/
.outinnen {

font-size: 12px;
color: #F8C487;
}
/* ------------------------------------------- */
/* CSS Angaben fuer alle Tabellenraender der Gaestebuchausgabe
Tabellen */

.gbentry {
margin-bottom: 5px;
}

/* GB-Eintragstemplate oben */
.gbentrytop {
font-size: 12px;
color: #4A2A17;
}

/* GB-Eintragstemplate mitte */
.gbentryout {
font-size: 12px;
color: #4A2A17;
}

/* GB-Eintragstemplate unten */
.gbentrybottom {
font-size: 12px;
color: #4A2A17;
}

.gbentrytop a, .gbentryout a, .gbentrybottom a {  
font-size: 12x;
color: #4A2A17;
text-decoration: none;
}
.gbentrytop a:hover, .gbentryout a:hover, .gbentrybottom a:hover {  
font-size: 12px;
color: #4A2A17;
text-decoration: underline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer die Formularelemente */

.feld {
        font-family: Arial;
        font-size: 12px;
	color: #4A2A17;
	padding: 1px;
	border: 1px solid #4A2A17;
	background-color:#F8C487;
 	width: 200px;       
}
.textfeld {
	font-family: Arial;
        font-size: 12px;
	color: #4A2A17;
 	padding:1px;
	border: 1px solid #4A2A17;
	background-color:#F8C487;
 	width: 200px;
}
.los {
	font: 12px/14px Arial, Helvetica, sans-serif;
 	font-weight: bold;
 	color: #ffffff;
 	border: 3px double #4A2A17;
 	background-color:#4A2A17;
 	width: 150px;
}

form {
display: inline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer GB Navi zum Seitenweisen blaettern*/

.tc {
	font-family: Arial;
        font-size: 12px;
	color: #4A2A17;
text-align: center;
width: 20px;
}

.tca {
font-family: Arial;
font-size: 12px;
color: #4A2A17;
font-weight: bold;
width: 18px;
}

.tci {
font-family: Arial;
font-size: 12px;
color: #4A2A17;
font-weight: bold;
}

.tc a {
text-decoration: none;
color: #4A2A17;
}
.tc a:hover {
text-decoration: none;
color: #4A2A17;
}

a {
text-decoration: underline;
color: #4A2A17;
}
/* ------------------------------------------- */
