/* Die Seite allgemein */
body {
background-color: #C8E0A4;
color: #C8E0A4;
font-family: arial, sans-serif;
font-size: 8pt;
}

/* Überschriften */
h1 {
color: #000000;
font-size: 17pt;
font-weight:bold;
}

h2 {
color: #000000;
font-size: 8pt;
font-weight:bold;
}

/* Tabellen */
table, tr, td {
color: #000000;
font-family: Verdana,Arial;
font-size: 8pt;
}

/* Tabelle in eintrag.php und edit.php */
.form {
text-align: center;
width: 70%;
}

/* Tabellenspalte in der die Erklärungen stehen */
td.describtion {
text-align: right;
width: 50%;
}

/* Tabellenspalte in der die Eingabefelder stehen */
td.input {
text-align: left;
width: 50%;
}

/* Eingabefelder */
input, select {
background-color: #F6D676;
color: #000000;
border: 1px solid #4E7E0D;
height: 13pt;
}

input.gb, select.gb {
width: 90%;
}

/* Textfeld */
textarea.gb {
background-color: #F6D676;
color: #000000;
font-family: Verdana,Arial;
font-size: 8pt;
width: 100%;
border: 1px solid #4E7E0D;
}

/* Buttons */
button.gb {
background-color: #F6D676;
color: #F6D676;
font-family: Verdana,Arial;
font-size: 8pt;
border: 1px solid #4E7E0D;
height: 13pt;
}

/* Links */
a:link {
color: #2A4707;
font-family: Verdana,Arial;
font-size: 8pt;
font-weight: bold;
text-decoration: none;
}

/* Links beim Überfahren mit der Maus */
a:link:hover {
color: #33CC33;
font-family: Verdana,Arial;
font-size: 8pt;
font-weight: bold;
text-decoration: none;
}

/* besuchte Links */
a:visited {
color: #2A4707;
font-family: Verdana,Arial;
font-size: 8pt;
font-weight: bold;
text-decoration: none;
}

/* besuchte Links beim Überfahren mit der Maus */
a:visited:hover {
color: #33CC33;
font-family: Verdana,Arial;
font-size: 8pt;
font-weight: bold;
text-decoration: none;
}

/* 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: #F6D676;
width: 23px;
height: 23px;
border: 1px solid #4E7E0D;
}

/* Die kleinen Bilder (Page, Mail, ICQ, Bild) in gbuch.php */
img.gbuch{
border: 0px solid;
width: 15px;
height: 15px;
}

/* Text "(* Pflichtfelder)" */
div.pflichtfeld {
font-weight: bold;
text-align: center;
}

/* Fehlermeldung bei deaktiviertem Javascript */
div.nojs {
color: red;
font-weight: bold;
}

/* Einträge mit gerader Nummer (2, 4, 6, 8 usw.) */
div.gerade {
border: 1px solid #4E7E0D;
}

/* Einträge mit ungerader Nummer (1, 3, 5, 7 usw.) */
div.ungerade {
border: 1px solid #4E7E0D;
}

.dasepp {
vertical-align:top;
font-size: 10px;
width: auto;
height: auto;
color: #000000;
border: 1px solid #4E7E0D;
border-spacing:0px;
}

.gb {
vertical-align:top;
text-align: left;
font-size: 10px;
width: auto;
height: auto;
color: #000000;
background-color: #F6D676;
border: 1px solid #4E7E0D;
border-spacing:0px;
} 

/* ein Zitat */
div.zitat {
border: 1px solid black;
margin: 8px;
}

/* die zitierte Person */
div.zitat_person {
font-weight: bold;
}

/* der zitierte Text */
div.zitat_text {
font-style: italic;
}

/* ein Kommentar */
div.kommentar {
border: 1px solid black;
margin: 8px;
}

/* Text wie "Kommentar vom Webmaster" */
div.kommentar_beschr {
font-weight: bold;
color: #4E7E0D;
}

/* der Kommentar selbst */
div.kommentar_text {
font-style: italic;
}

/* Der Besucher */
span.user {
font-weight: bold;
}

/* die Nummer des Eintrags */
span.nummer {
font-weight: bold;
color: #000000;
}

/* die aktuelle Seite */
span.aktuelle_seite {
font-weight: bold;
}

/* Der Betreff eines Eintrags */
div.betreff {
vertical-align:top;
font-size: 10px;
width: auto;
height: auto;
color: #000000;
background-color: #4E7E0D;
border: 1px solid #4E7E0D;
border-spacing:0px;
border-bottom: none;
font-weight: bold;
}

/* 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;
}

BODY
{
scrollbar-DarkShadow-Color:#C8E0A4;
scrollbar-Track-Color:#C8E0A4;
scrollbar-Face-Color:#C8E0A4;
scrollbar-Shadow-Color:#C8E0A4;
scrollbar-Highlight-Color:#45740E;
scrollbar-3dLight-Color:#C8E0A4;
scrollbar-Arrow-Color:#45740E;
}