 /* CSS - Datei für NAMIBIA Startseite 2019 */


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


body { background-color: #000000;
                  }


p.land   /* NAMIBIA */
         {position: absolute;
           top: 20px;
            left: 70px;
             width: 1000px;
             font-family: verdana; font-size: 45pt;
            font-weight:bold;
             color:#FF5F00;
             text-align: left;
             
                         }

p.map   /* Startseite karte  */
  {position: absolute;
            top: 152px;
            left: 70px;
            width: 450px;
                                      }



p.liste  /* Auflistung Orte*/
    {position: absolute;
           top: 80px;
            left: 730px;
             width: 500px;
             font-family: verdana; font-size: 16pt;
            font-weight:normal;
             color:#00FFDF;
             text-align: left;
             line-height:180%;
                            }

p.bildliste  /* Auflistung Orte-Bilder*/
    {position: absolute;
           top: 65px;
            left: 600px;
             width: 130px;
             font-family: verdana; font-size: 14pt;
            font-weight:normal;
             color:#00FFDF;
             text-align: left;
             line-height:170%;
                            }




p.dat   /* Startseite Datum Reise */
    {position: absolute;
           top: 620px;
            left: 70px;
             width: 250px;
             font-family: verdana; font-size: 11pt;
            font-weight:normal;
             color:#FF5F00;
             text-align: left;
            }

p.home   /* Startseite - zurück zu si */
     {position: absolute;
           top: 725px;
            left: 70px;
             width: 700px;
             font-family: verdana; font-size: 12pt;
            font-weight:normal;
             color:#00FFFF;
             text-align: left;
            }



