body                                 /* gesamtes Dokument */
    {
    text-align:center;
 
    }
h1                                   /* Ueberschriften (h1) */
    {
    font-family:sans-serif;
    color:#000000;
    padding-bottom:0.5em;
    }
h2                                   /* Ueberschriften (h2) */
    {
    font-family:Verdana,serif;
    color:#000000;
    padding-bottom:0.5em;
    }
td.Form                              /* Eintragsformular */
    {                                /* (Beschriftungen) */
    font-family:Verdana,serif;
    font-weight:bold;
    font-size: 10px;
    color:#000000;
    }
td.FormFeld                          /* Eintragsformular */
    {                                /* (Felder) */
    font-family:Verdana,serif;
    font-size: 10px;
    color:#000000;
    }
td.Warnung                           /* Info-Text fuer Gast */
    {                                /* (unter dem Eintrags- */
    font-family:Verdana,serif;           /* formular) */
    color:#000000;
    font-size: 10px;
    font-weight:bold;
    padding-top:1em;
    }
div.Eintrag                          /* Gaestebuch-Eintrag */
    {
    font-size: 10px;
    margin-top:1em;
    margin-bottom:0.5em;
    text-align:justify;
    width:300px;
    background-color:#FFF9AB;
    padding:1em;
   
    }
td.Nummer                            /* Eintrags-Nummer */
    {
    font-family:Verdana,serif;
    font-size:12px;
    font-weight:bold;
    }
td.Datum                             /* Datum */
    {
    font-family:Verdana,serif;
    font-size:10px;
    }
td.Kopf                              /* Angaben von Name, Ort, */
    {       font-size:12px;                           /* Email etc. */
    font-family:Verdana,serif;
    }
span.Vordruck                        /* Der Standardtext im */
    {      font-size: 12px;                              /* obigen "td.Kopf"-Feld */
    font-weight:bold;
    }
td.Beitrag                           /* Der eigentliche Beitrag */
    {
    font-family:Verdana,serif;
    text-align:justify;
    font-size: 12px;
    }
td.Kommentar                         /* Kommentar vom Webmaster */
    {
    font-style:italic;
    font-size:11px;
    text-align:justify;
    }
div.Eintrag a:link                   /* Links im */
    {                                /* Gaestebuch-Eintrag */
    color:#0000E0;
    }
div.Eintrag a:visited                /* besuchte Links im */
    {                                /* Gaestebuch-Eintrag */
    color:#000084;
    }
div.Eintrag a:hover                  /* Mouse-over-Effekt bei */
    {                                /* Links im */
    text-decoration:none;            /* Gaestebuch-Eintrag */
    background-color:#FFFFFF;
    }
div.Eintrag a:active                 /* aktive Links im */
    {                                /* Gaestebuch-Eintrag */
    color:#000000;
    }
div.Eintrag p                        /* Erklaerungskaestchen */
    {                                /* im Admin-Bereich */
    color:#000000;
    }
.INPUT2
{
font-family: Verdana,sans-serif,Verdana,Arial; 
font-weight: bold;
color: #444444; 
background-color: rgb(255,255,255); 
color: rgb(54,54,54); 
border: 1px ridge rgb(0,0,0);
background-image: url('/pics/input.gif'); font-style:normal; font-variant:normal; font-size:7pt;
}

/*-----------------------------------------------------------*/
/* Die restlichen Angaben beziehen sich auf Text und Links   */
/* ausserhalb des Formulars und der Eintraege:               */

p                                    /* restlicher Text */
    {
    font-family:sans-serif;
    color:#000000;
    }


.red:link                               /* Links */
    { font-size: 11px;  
    color:#FF0000;
    }
.red:visited                            /* besuchte Links */
    { font-size: 11px;  
    color:#FF0000;
    }
.red:hover                              /* Mouse-over-Effekt */
    { font-size: 11px;                                  /* bei Links */
    text-decoration:none;
    color:#000000;
    }
.red:active                             /* aktive Links */
    { font-size: 11px;  
    color:#000000;
    }

