/* Die Seite allgemein */
body    { color: #006; font-size: 10pt; font-family: "Century Gothic", arial, sans-serif; background-color: #f90 }

/* Überschriften */
h1    { color: #006; font-size: 15pt; font-family: "Century Gothic"; font-weight: bold; background-color: #fc6; text-align: center }

/* Tabellen */
table, tr, td      { color: #00006c; font-size: 10pt; font-family: "Century Gothic", Arial, sans-serif; background-color: #fc6 }

/* Tabellen Komentar*/
tablek, trk, tdk     { color: #00006c; font-size: 10pt; font-family: "Century Gothic", Arial, sans-serif; background-color: #fc6; border: solid 1pt #fff; outline: solid 1pt #fff }

/* Tabelle in eintrag.php und edit.php */
.form  { color: #00006c; text-align: center; margin-right: auto; margin-left: auto }

/* Tabellenspalte in der die Erklärungen stehen */
td.describtion  { color: #00006c; text-align: right; width: 50% }

/* Tabellenspalte in der die Eingabefelder stehen */
td.input {
text-align: left;
width: 50%;
}

/* Eingabefelder */
input, select  { color: #006;  background-color: #fc0; height: 13pt; border: solid 1px #ffa449 }

input.gb, select.gb {
width: 90%;
}

/* Textfeld */
textarea.gb  { color: #006; font-size: 9pt; font-family: "Century Gothic", arial, sans-serif; font-weight: bold; background-color: #fc0; width: 100%; border: solid 1px #ffa449 }

/* Links */
a:link  { color: #006; font-size: 10pt; font-family: "Century Gothic", arial, sans-serif ; text-decoration: none }

/* Links beim Überfahren mit der Maus */
a:link:hover   { color: #f30; font-size: 10pt; font-family:"Century Gothic", arial, sans-serif; text-decoration: none }

/* besuchte Links */
a:visited   { color: #006; font-size: 9pt; font-family: "Century Gothic", arial, sans-serif; text-decoration: none }

/* besuchte Links beim Überfahren mit der Maus */
a:visited:hover  { color: #f30; font-size: 9pt; font-family:"Century Gothic", arial, sans-serif; text-decoration: none }

/* Erfolgs- oder Fehlermeldung bei der Suche */
div.suchmeldung {
font-size: 12pt;
}


/* Der Suchbegriff */
span.suchwort {
font-weight: bold;
}

/* 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: #fc0; width: 23px; height: 23px; border: solid 1px #ffa449 }

/* Die kleinen Bilder (Page, Mail, ICQ, Bild) in gbuch.php */
img.gbuch  { width: 15px; height: 15px; border-color:  }

/* 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: solid 1px #fc0 }

/* Einträge mit ungerader Nummer (1, 3, 5, 7 usw.) */
div.ungerade  { border: solid 1px #fc0 }

/* ein Zitat */
div.zitat  { color: #00006c; margin: 10px; border: solid 1px black }

/* die zitierte Person */
div.zitat_person  { color: #00006c; font-weight: bold }

/* der zitierte Text */
div.zitat_text  { color: #00006c; font-style: italic }

/* ein Code */
div.code  { color: #00006c; margin: 10px; border: solid 1px black }

/* Dateiname */
div.code_datei  { color: #00006c; font-weight: bold }

/* der Code */
div.codetext   { color: #00006c; font-family: "Courier New", monospace; background-color: #fc0 }

/* ein Kommentar */
div.kommentar  { color: #00006c; margin: 10px; border: solid 1px black }

/* Text wie "Kommentar vom Webmaster" */
div.kommentar_beschr  { color: #006; font-weight: bold }

/* der Kommentar selbst */
div.kommentar_text  { color: #00006c; font-style: italic }

/* Der Besucher */
span.user  { color: #006; font-weight: bold }

/* die Nummer des Eintrags */
span.nummer  { color: #c30; font-family: "Century Gothic"; font-weight: bold }

/* die aktuelle Seite */
span.aktuelle_seite  { color: #00006c; font-weight: bold }

/* Text "..." bei der Seitenauswahl */
span.punkt  { color: #f30 }

/* 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)" ) ";
}

}