a.navi    {
          display: block;
          margin:  0em 0em 0em 0em;   
          padding: 0em 0.4em 0em 0.4em;    
          border:  1px dotted #FFFFFF; /* dünne weiß gepunktete Linie zwischen den Einträgen! */
          }
a.navi:hover {
          border: 1px #000000;
          border-style: solid none;    /* oben + unten: solid, li+re: none!  */
          text-decoration: none;
          color: #000000;
          background-color: #FCDB72;
          }
a.leute    {
          display: block;
          margin:  0em 0em 0em 0em;   
          padding: 0em 0em 0em 0em;    
          border:  1px none #FFFFFF;
          }
a.leute:hover {
          text-decoration: none;
          color: #000000;
          background-color: #FCDB72;
          }
a:link    { text-decoration: none;      color: #0000CC; }
a:visited { text-decoration: none;      color: #0000CC; }
a:hover   { text-decoration: underline; color: #000000; }
body.web {
         background-image: url("pics/higru_vss.jpg");
         background-attachment: fixed;
         font-size: 1em;
         color: #000000;
         font-family: Verdana, ARIAL, Geneva, Helvetica, Helv, Swiss;
			/*  font-family: Arial,Helvetica,sans-serif;  */
}

div.navi {
         background-image: url("pics/higru_grau.jpg");
         border: 1px solid #AA3333;
         font-size:     0.9em;
         line-height:   2em;
         font-family: Verdana, ARIAL, Geneva, Helvetica, Helv, Swiss;
         color: #000000;
         margin-top:   3.2em;
         margin-left:    0em;
         margin-right: 0.8em;
         padding: 0em 0em 0em 0em;
}

div.rahmen {
/* Wird im internen Bereich genutzt, für Person und Nummer ändern / neu eingeben */
        border-top-style:    solid;
        border-bottom-style: solid;
        border-left-style:   solid;
        border-right-style:  solid;
        border-color: rgb(178,34,34); /* == #AA3333; */
        border-width:   3px;
        margin-left:    0em;
        padding-top:    0.3em;
        padding-bottom: 0.3em;
        padding-left:   0.3em;
        font-size:      1em;
        color: black;
        background-color: rgb(255,222,173); /*255,193,37); /* yellow; /*'#FCDB72'; /*#D4D4EE';*/
}

h1 {
    color: #000000;
    font-size: 1.5em;
    font-weight: 600;
    font-style: italic;
    font-family: Verdana, ARIAL, Geneva, Helvetica, Helv, Swiss;
    border-bottom: 1px solid #AA3333;
}

hr.gaestebuch {
              color: #AA3333;
              background-color: #AA3333;   
              height: 1px;
              border-style: none;
}

table.border th {
                border:0.1px solid #AA3333;
                padding: 0.6em 0.6em 0.6em 0.6em;
                background-color: #ABCDEF;
}

table.border td {
                border:0.1px solid #AA3333;
                padding: 0.3em 0.6em 0em 0.6em;
                background-color: #DDEEFF;
}

table.gaestebuch {
                 background-image: url("pics/higru_grau.jpg");
                 border-top-style:    solid;
                 border-bottom-style: solid;
                 border-left-style:   solid;
                 border-right-style:  solid;
                 border-color: #AA3333; /* rgb(178,34,34);*/
                 border-width:   1px;
                 margin-left:    0em;
                 padding-top:    0.3em;
                 padding-bottom: 0.3em;
                 padding-left:   0.3em;
                 padding-right:  0.3em;
                 font-size:      0.9em;
                 color: black;
}

td.titelimgaestebuch {
                     color: #AA3333;
                     font-weight: bold;
                     font-size:   1em;
         				line-height: 2.6em;                     
}

tr.liste {
         font-size:     0.7em;
         padding-right: 0.3em;
}
