/* Die Seite allgemein */
body {
background-color: #e8e1c9;
font-color: #000000;
font-family: verdana, arial, helvetica, tahoma, sans-serif;
font-size: 9pt;
}

/* Überschriften */
h1 {
color: #6b644e;
font-size: 17pt;
font-weight:bold;
text-align: center;
}

/* Überschriften */
h2 {
color: #6b644e;
font-size: 13pt;
font-weight:bold;
text-align: center;
}


/* Tabellen */
table, tr, td {
color: #000000;
font-family: verdana, arial, helvetica, tahoma, sans-serif;
font-size: 10pt;
text-align: left;
}

/* Tabelle in eintrag.php und edit.php */
.form {
font-family: verdana, arial, helvetica, tahoma, sans-serif;
font-color: #000000;
font-size: 10pt;
margin-left: 5px;
margin-right: 5px;
text-align: center;
}

/* Tabellenspalte in der die Erklärungen stehen */
td.describtion {
border: 1px solid #6b644e;
text-align: right;
width: 27%;
}

/* Tabellenspalte in der die Eingabefelder stehen */
td.input {
border: 1px solid #6b644e;
text-align: left;
width: 100%;
}

/* Eingabefelder */
input, select {
background-color: #e8e1c9;
border: 1px solid #6b644e;
height: 14pt;
font-weight: regular;
width: 100%;
}

input.gb, select.gb {
width: 100%;
}

/* Textfeld */
textarea.gb {
background-color: #e8e1c9;
color: #000000;
font-family: verdana, arial, helvetica, tahoma, sans-serif;
font-size: 9pt;
width: 100%;
border: 1px solid #6b644e;

}

/* allgemeine links im text */

a:link, a:visited, a:active{ font-size: 98%;
font-family: verdana, arial, helvetica, tahoma, sans-serif;
color: #6b644e;}

a:hover{ text-decoration:none;background-color:#6b644e;
color:#e8e1c9;}




/* Erfolgs- oder Fehlermeldung bei der Suche */
div.suchmeldung {
font-size: 12pt;
}


/* Der Suchbegriff */
span.suchwort {
font-weight: regular;
}

/* Die Regeln in der eintrag.php */
div.regeln {
text-align: left;
}

/* Der Button unter den Regeln in der eintrag.php */
form.regeln {
text-align: center;
}

/* Die Buttons in eintrag.php, über die die BBCodes eingefügt werden */
img.bbcode {
background-color: #e8e1c9;
border: 1px solid black;
width: 23px;
height: 23px;
border: 1px solid #6b644e;
}

/* Die kleinen Bilder (Page, Mail, ICQ, Bild) in gbuch.php */
img.gbuch {
border: 1px solid black;
width: 15px;
height: 15px;
}

/* Text "(* Pflichtfelder)" */
div.pflichtfeld {
font-weight: bold;
text-align: center;
color: #000000;
}

/* Fehlermeldung bei deaktiviertem Javascript */
div.nojs {
color: red;
font-weight: bold;
}

/* Einträge mit gerader Nummer (2, 4, 6, 8 usw.) */
div.gerade {
background-color: #b3ae9b;
font-color: #000000;
border: 1px solid #6b644e;
padding:8px;
}

/* Einträge mit ungerader Nummer (1, 3, 5, 7 usw.) */
div.ungerade {
background-color: #e8e1c9;
font-color: #000000;
border: 1px solid #6b644e;
padding:8px;
}

/* ein Zitat */
div.zitat {
border: 1px solid #6b644e;
margin: 10px;
}

/* die zitierte Person */
div.zitat_person {
font-weight: bold;
}

/* der zitierte Text */
div.zitat_text {
font-style: italic;
}

/* ein Code */
div.code {
border: 1px solid black;
margin: 10px;
}

/* Dateiname */
div.code_datei {
font-weight: bold;
}

/* der Code */
div.codetext {
font-family: "Courier New", monospace;
background-color: #e8e1c9;
}

/* ein Kommentar */
div.kommentar {
border: 1px solid black;
padding:4px;
margin: 10px;

}

/* Text wie "Kommentar vom Webmaster" */
div.kommentar_beschr {
font-weight: bold;
color: #6b644e;
}

/* der Kommentar selbst */
div.kommentar_text {
font-style: italic;
}

/* Der Besucher */
span.user {
font-weight: bold;
color: #6b644e;
}

/* die Nummer des Eintrags */
span.nummer {
font-weight: bold;
color: #6b644e;
}

/* die aktuelle Seite */
span.aktuelle_seite {
font-weight: bold;
font-size: 11pt;
color: #6b644e;

}

/* Text "..." bei der Seitenauswahl */
span.punkt {
color: #6b644e;
}

/* Der Betreff eines Eintrags */
div.betreff {
font-weight: bold;
margin-top: 5px;
}

/* Die Einträge */
div.eintragstext {
margin-top: 5px;
}


/* showimage.php: das hochgeladene Bild */
div.upimg {
text-align: center;
}

/* showimage.php: Text unter Bild */
p.upimgdesc {
text-align: center;
}

@media print {

.onlyscreen {
visibility: hidden;
height: 0px;
}

a.linkinfo {
text-decoration: none;
}

a.linkinfo:after {
content: " ("attr(title)" ) ";
}

}



/* scrolleiste internet explorer ab vers.5.5 */

body
{scrollbar-arrow-color: #737b66; scrollbar-base-color: #F5F8F3;
scrollbar-highlight-color : #737b66; scrollbar-shadow-color : #ffffff;
SCROLLBAR-TRACK-COLOR: #e6e6e6;}