 /* CSS - Datei für Marokko 3 Startseite 2016 */


 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.land   /* MAROKKO */
         {position: absolute;
           top: 20px;
            left: 100px;
             width: 1000px;
             font-family: verdana; font-size: 42pt;
            font-weight:bold;
             color:#00BF00;
             text-align: left;
                         }

p.foto   /* Startseite foto */
  {position: absolute;
            top: 150px;
            left: 650px;
            width: 550px;
                                      }



p.liste  /*   Auflistung */
    {position: absolute;
           top: 220px;
            left: 100px;
             width: 450px;
             font-family: verdana; font-size: 16pt;
            font-weight:bold;
             color:#00FFDF;
             text-align: left;
             line-height:190%;
                            }




p.dat   /* Startseite Datum Reise */
    {position: absolute;
           top: 725px;
            left: 100px;
             width: 250px;
             font-family: verdana; font-size: 12pt;
            font-weight:normal;
             color:#00BF00;
             text-align: left;
            }

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




