 /* CSS - Datei für NAMIBIA Bildseiten */


 a:link { color: #00FFBF; text-decoration:none;  }
 a:visited { color: #00FFFF; text-decoration:none;}
 a:hover { color: #FFFF00; text-decoration:none; }


body { background-color: #000000;
                  }


p.ort   /* Überschrift Ort Thema */
         {position: absolute;
           top: 10px;
            left: 70px;
             width: 1000px;
             font-family: verdana; font-size: 30pt;
            font-weight:bold;
             color:#FF5F00;
             text-align: left;
                         }

p.unter   /* Unterschrift zu Ort und Thema */
         {position: absolute;
           top: 85px;
            left: 70px;
             width: 1000px;
             font-family: verdana; font-size: 12pt;
            font-weight:normal;
             color:#f8c888;
             text-align: left;
                         }


p.fotos  /* Fotos mit bildunterschrift */
    {position: absolute;
           top: 200px;
            left: 70px;
             width: 1030px;
             font-family: verdana; font-size: 10pt;
            font-weight:normal;
             color:#f6e1c4;
             text-align: left;

                            }




