/* Die Seite allgemein */body {background-color: #ff00ff;color: #000000;font-family: arial, sans-serif;font-size: 9pt;}/* Überschriften */h1 {color: #000000;font-size: 17pt;font-weight:bold;text-align: center;}/* Tabellen */table, tr, td {color: #000000;font-family: arial, sans-serif;font-size: 12pt;}/* Tabelle in eintrag.php und edit.php */.form {margin-left: auto;margin-right: auto;text-align: center;width: 50%;}/* 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: #FFFFFF;color: #000000;border: 1px solid #000000;height: 13pt;font-weight: bold;}input.gb, select.gb {width: 80%;}/* Textfeld */textarea.gb {background-color: #FFFFFF;color: #000000;font-family: arial, sans-serif;font-size: 9pt;border: 1px solid #000000;font-weight: bold;}/* Links */a:link {color: #000000;font-family: arial, sans-serif;font-size: 12pt;text-decoration: none;}/* Links beim Überfahren mit der Maus */a:link:hover {color: #000000;font-family: arial, sans-serif;font-size: 12pt;text-decoration: none;}/* besuchte Links */a:visited {color: #000000;font-family: arial, sans-serif;font-size: 12pt;text-decoration: none;}/* besuchte Links beim Überfahren mit der Maus */a:visited:hover {color: #000000;font-family: arial, sans-serif;font-size: 12pt;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: center;}/* 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: #FFFFFF;width: 23px;height: 23px;border: 1px solid #000000;}/* 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 {background-color: #FFFFFF;font-size: 10pt;width: 70%;border: 4px solid #C0C0C0;}/* Einträge mit ungerader Nummer (1, 3, 5, 7 usw.) */div.ungerade {background-color: #FFFFFF;font-size: 10pt;width: 70%;border: 4px solid #C0C0C0;}/* ein Zitat */div.zitat {border: 1px solid black;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: #000000;}/* ein Kommentar */div.kommentar {border: 1px solid black;margin: 10px;}/* Text wie "Kommentar vom Webmaster" */div.kommentar_beschr {font-weight: bold;color: #808080;}/* der Kommentar selbst */div.kommentar_text {font-style: bold;color: #000000;}/* 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;}/* Text "..." bei der Seitenauswahl */span.punkt {color: #000000;}/* Der Betreff eines Eintrags */div.betreff {font-weight: bold;margin-top: 5px;}/* Die Einträge */div.eintragstext {margin-top: 10px;}/* 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)" ) ";}}
