 /* CSS - Datei für ballonfahrt */


 a:link { color: #FF0000  }
 a:visited { color: #FF0000}
 a:hover { color: #FFFFFF }



   p.eu  /* überschrift unterseite */
         {font-family:courier new ;
          font-size: 30pt;
          word-spacing:px;
          color:#FF0000;
          font-weight:bolder;
          text-align:right;
          vertical-align:middle;
                   }

    p.ek    {font-family:courier new ;
          font-size: 28pt;
          word-spacing:px;
          color:#FF0000;
          font-weight:bolder;
          text-align:right;
          vertical-align:middle;
                   }

    p.ballon /* bild ballon */
         {position: absolute;
           top: 180px;
            left: 300px;
             width: 400px;
                         }
    p.dat /* datum */
         {position: absolute;
           top: 25px;
            left: 75px;
             width: 120px;
             font-family:courier new ;
          font-size: 12pt;
          color:#FF0000;
                              }
    p.home /* home */
         {position: absolute;
           top: 650px;
            left: 75px;
             width: 100px;
             font-family:courier new ;
          font-size: 12pt;
          color:#FF0000;
                              }

    p.los /* naechste Seite */
         {position: absolute;
           top: 600px;
            left: 300px;
             width: 400px;
             font-family:courier new ;
          font-size: 20pt;
          font-weight:bolder;
          color:#FF0000;
           text-align:right;
                       }

     p.fahrt /* titel startseite */
         {position: absolute;
           top: 100px;
            left: 300px;
             width: 400px;
             font-family:courier new ;
          font-size: 30pt;
          text-align:left;
          font-weight:bold;
          color:#FF0000;
                                 }