/* #FFFFFF  weiss   - Kontrast
   #000000  schwarz - Schrift
   #D5BF77  beige   - Hintergrund
   #7E4799  lila    - Rahmen
   #E6C0D7  rosa weiß
   #4A8C9C  rgb(74, 140, 156)  Blau-Grün Fischerwirt als Schriftfarbe
   #FCF9DB  Gelb Fischerwirt
   #81BEF7  hellblau */

.body { background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D5BF77)); /* Chrome, Safari 4+ */
        background: -webkit-linear-gradient(top, #FFFFFF, #D5BF77); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
        background:    -moz-linear-gradient(top, #FFFFFF, #D5BF77); /* Firefox 3.6-15 */
        background:      -o-linear-gradient(top, #FFFFFF, #D5BF77); /* Opera 11.10-12.00 */
        background:         linear-gradient(to bottom, #FFFFFF, #D5BF77); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
        font-family: Verdana;
        color: #000000;
        font-size: 10pt;
        scrollbar-arrow-color: rgb(74, 140, 156);                       /*  NOCH FERTIG MACHEN !!!!! */
        scrollbar-base-color: rgb(255, 255, 255);
        scrollbar-dark-shadow-color: rgb(255, 255, 255);
        scrollbar-track-color: rgb(255, 255, 255);
        scrollbar-face-color: rgb(255, 255, 255);
        scrollbar-shadow-color: rgb(74, 140, 156);
        scrollbar-highlight-color: rgb(74, 140, 156);
        scrollbar-3d-light-color: rgb(255, 255, 255);}

.bgimg { background-image: url(images/index-BG-Leinwand-hellrosa.jpg);}

.gap { background: #D5BF77;}

p, ul, ol, li { margin-left: 6px;
                margin-right: 6px}

ul { list-style: square;
     color: #7E4799;}

ul span { color: #000000;}

ol { list-style: decimal;
     color: #7E4799;}

ol span { color: #000000;}

.ol2 { list-style: lower-alpha;}

.tabelle-navi-link { border-style: solid;
                     border-width: 2px;
                     border-color: #FFFFFF;
                     border-bottom-color: #7E4799;
                     background-color: #D5BF77;}

.tabelle-navi-link:hover { border-style: solid;
                           border-width: 2px;
                           border-color: #7E4799;
                           border-bottom-color: #FFFFFF;}

.tabelle-navi-aktiv { border-style: solid;
                      border-width: 2px;
                      border-color: #7E4799;
                      border-bottom-width: 0px;}

.tabelle-text { border-style: solid;
                border-width: 2px;
                border-top-width: 0px;
                border-color: #7E4799;
                /*  border-top-width: 0px;
                border-right-width: 2px;
                border-bottom-width: 2px;
                border-left-width: 2px;
                border-top-color: #00AFFF;
                border-right-color: #0070C0;
                border-bottom-color: #AF00FF;
                border-left-color: #FF9F00; */ }

a:link { color: #7E4799;;
         text-decoration: underline;
         font-weight: normal;}

a:visited { color: #7E4799;;
            text-decoration: underline;
            font-weight: normal;}

a:hover { color: #7E4799;;
          text-decoration: none;
          font-weight: normal;}

  a.navi:link { text-decoration: none;
                font-style: none;
                font-weight: bold;
                color: #7E4799;}

  a.navi:visited { text-decoration: none;
                   font-style: none;
                   color: #7E4799;}

  a.navi:active { text-decoration: none;
                  font-style: none;
                  color: #7E4799;}

  a.navi:hover { text-decoration: none;
                 font-style: none;
                 color: #7E4799;}