@import url("http://www.beckmanns-hueckermoor.de/css/lightbox.css");
@import url("http://www.beckmanns-hueckermoor.de/css/layout.css");

/* ------------------------------------------- */
/* CSS Angaben fuer den Body Bereich */
body {
background-color: #faf1e0;
font-family: Verdana, Arial;
font-size: 12px;
color: #2b0901;
}

/* ------------------------------------------- */
/* CSS Angaben fur die Aussentabelle Randfarbe */

/* CSS Angaben fur die Aussentabelle Innenfarbe  
Abstaende und Textfarben*/
.outinnen {
padding: 2px;
font-size: 12px;
color: #2b0901;
}
/* ------------------------------------------- */
/* CSS Angaben fuer alle Tabellenraender der Gaestebuchausgabe
Tabellen */

.gbentry {
background-color: #faf1e0;
margin-bottom: 20px;
}

.gbentryout, .gbentrybottom {  
padding:2px;
}

/* GB-Eintragstemplate oben */
.gbentrytop {
background-color: #991a02;
font-size: 12px;
color: #ffffff;
padding:2px;
font-weight:bold;
}

/* GB-Eintragstemplate mitte */
.gbentryout {
background-color: #ffffff;
font-size: 12px;
color: #2b0901;
}

/* GB-Eintragstemplate unten */
.gbentrybottom {
font-size: 11px;
color: #2b0901;
}

.gbentrytop a  {  
font-size: 11px;
color: #ffffff;
text-decoration: underline;
}

.gbentryout a  {  
font-size: 11px;
color: #2b0901;
text-decoration: underline;
}

.gbentrytop a:hover {  
font-size: 11px;
color: #ffffff;
text-decoration: none;
}

.gbentryout a:hover, {  
font-size: 11px;
color: #2b0901;
text-decoration: none;
}

.gbentrybottom a {
font-size: 11px;
color: #2b0901;
text-decoration: underline;}

.gbentrybottom a:hover {
font-size: 11px;
color: #2b0901;
text-decoration: none;}


/* ------------------------------------------- */
/* CSS Angaben fuer die Formularelemente */

.feld {
background: #fffff;
font-family: Verdana, Arial;
font-size: 11px;
width: 200px; 
border:1px #5f4d35 dashed;
}

.feld:focus {
background: #faf1e0;
font-family: Verdana, Arial;
font-size: 11px;
width: 200px; 
border:1px #5f4d35 dashed;
}

.textfeld {
background-color: #fffff;
font-family: Verdana, Arial;
font-size: 11px;
border:1px #5f4d35 dashed;
width: 300px; 
}

.textfeld:focus {
background: #faf1e0;
font-family: Verdana, Arial;
font-size: 11px;
border:1px #5f4d35 dashed;
width: 300px; 
}

.los {
background-color: #991A02;
font-family: Verdana, Arial;
font-size: 11px;
color: #ffffff;
width: 100px; 
border:0;
}

form {
display: inline;
}
/* ------------------------------------------- */
/* CSS Angaben fuer GB Navi zum Seitenweisen blaettern*/

.naviborder {
background-color: #faf3e3;
}

.tc {
font-family:Verdana, Arial;
font-size: 11px;
text-align: center;
background-color: #faf3e3;
padding: 2px;
width: 20px;
}

.tca {
font-family:Verdana, Arial;
font-size: 11px;
font-weight: bold;
padding: 2px;
width: 18px;
text-align: center;
background-color: #faf3e3;
}

.tci {
font-family:Verdana, Arial;
font-size: 11px;
padding: 2px;
color: #2b0901;
font-weight: bold;
text-align: center;
background-color: #faf3e3;
}

.tc a {
text-decoration: underline;
color: #2b0901;
}
.tc a:hover {
text-decoration: none;
color: #2b0901;
}

/* ------------------------------------------- */
