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


a:link { color: #FF7F00; text-decoration:none;  }
 a:visited { color: #FFDF00; text-decoration:none;}
 a:hover { color: #00FF00; text-decoration:none; }


body { background-color: #1F0000;
                  }


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



p.fotos  /* Fotos mit bildunterschrift */
    {position: absolute;
           top: 150px;
            left: 100px;
             width: 1000px;
             font-family: verdana; font-size: 10pt;
            font-weight:normal;
             color:#DFDFDF;
             text-align: left;

                            }






