/* Gaestebuch-CSS-Einstellungen */ /* ---------------------------- */ a { text-decoration: none; /*Unterstrich unter Links*/ color: #197B30; /*Farbe Links*/ cursor : pointer; } a:visited { color: #197B30; /*Farbe Links*/ text-decoration: none; /*Unterstrich unter Links*/ cursor : pointer; } a:aktiv { color: #197B30; /*Farbe Links*/ text-decoration: none; /*Unterstrich unter Links*/ cursor : pointer; } a:hover { color: #197B30; /*Farbe Links*/ text-decoration: underline; /*Unterstrich unter Links*/ cursor : pointer; } body { scrollbar-arrow-color : #002D5E; scrollbar-track-color: #ABB7D0; scrollbar-darkshadow-color: #ABB7D0; scrollbar-face-color: #ABB7D0; scrollbar-3dlight-color: #ABB7D0; scrollbar-highlight-color: #002D5E; scrollbar-shadow-color: #002D5E; } .txtgb { /* Text unter Seitenueberschrif*/ font-size:9pt; font-family :Arial; color: #000000; } .uhaupt { /* Seitenueberschrift */ font-size:10pt; font-weight:bold; color:#197B30; font-style:italic; text-align:left; } .u1gb { /* Ueberschrift Gaestebuch-Eintraege */ font-family :Arial; font-size: 10pt; font-weight : bold; color: #197B30; } .u2gb { /* Eintraege gesamt */ font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; } .zaehlerfeld { /*Anzeige Anzahl noch moeglicher Zeichen bei Textfeldeingabe */ background-color:transparent; vertical-align:bottom; border:0px; width:40px; height:23px; font-weight:normal; font-size:9pt; font-family: Arial, Helvetica, sans-serif; text-align:right; color: #000000; padding-top:2px; } .gbbutton { /* Schaltflaeche unter Gaestebuchformular */ height:25px; font-size:8pt; font-family: Arial, Helvetica, sans-serif; text-align:center; color: #197B30; } .gbtxtarea { /* Textfeld Gaestebuch*/ width:100%; font-weight:normal; font-size:9pt; font-family:Arial; color: #000000; height:80px; } .gbfeld { /* Eingabefelder Gaestebuch*/ width:100%; height:22px; font-weight:normal; font-size:9pt; font-family:Arial; color: #000000; padding-top: 2px; } .gbbez { /* Beschriftung Eingabefelder; Fragen Bilderupload;*/ font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color:#000000; font-weight: bold; } .gbtxt1 { /* Ausgabe Gaestebuch Kommentar */ font-family: Arial, Helvetica, sans-serif; font-style:italic; font-size: 9pt; color: #000000; } .gbtxt2 { /* Ausgabe Gaestebuch Name, Datum, Text; Text "von x Zeichen" */ font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; } .gbtxt3 { /* Fehlermeldungen */ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color:#F78000; } .gbtxt4 { /* Meldung "Danke fuer Ihre Nachricht"; Begruendung Fehlermeldung */ font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: bold; color: #F78000; } .gbtxt5 { /* Meldung Untertitel */ font-family: Arial, Helvetica, sans-serif; font-style:italic; font-size: 8pt; color: #000000; } .gbtxt6 { /* Ausgabe Gaestebuch Ueberschrift Kommentar */ font-family: Arial, Helvetica, sans-serif; font-style:italic; font-weight:bold; font-size: 8pt; color: #197B30; } .gbtxt7 { /* Ausgabe aller Fragen beim Bilderupload */ font-family :Arial; font-size: 9pt; font-weight : bold; color: #197B30; } .tabhaupt { /* Ausrichtung der Haupttabelle */ text-align:left; } .tabform { /* Formulartabelle */ text-align:left; width:70%; } .tabeintraege { /* Tabelle Ausgabe Gaestebucheintraege */ text-align:left; width:70%; } .trenngb { /* Trennlinie Formular - Eintraege */ width:100%; color:#000000; height:1px; text-align: left; border-left: 0px; border-right:0px; border-top:0px; border-bottom:1px dashed; } .trenneintrag { /* Trennlinie zwischen Name und Eintrag */ border-top:1px solid Black; padding-top:5px; padding-bottom:5px; } .trennkommentar { /* Trennlinie ober- und unterhalb eines Kommentars */ border-top:1px dashed Black; border-bottom:1px dashed Black; padding-top:2px; padding-bottom:2px; } .tabspalte { /* Breite 1.Spalte Haupttabelle */ width:2%; } .seiteaktiv { /* aktive Seite, wenn mehrere Anzeigeseiten */ font-family :Arial; font-size: 9pt; font-weight : bold; color: #000000; text-decoration:none; } .seiteinaktiv { /* Link zu anderen Seiten, wenn mehrere Anzeigeseiten */ font-family :Arial; font-size: 9pt; font-weight : bold; color: #197B30; text-decoration:none; } /* Zusatz Style fuer Vorschauseite Module */ .tabellek { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style:italic; color:#200077; height: 80pt; width: 180pt; /*background-color: #FCFADC;*/ border: thin solid #10003B; } .lref { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style:italic; color: #10003B; font-weight: bold; } .lback { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style:italic; color: #10003B; font-weight: bold; }