/* (C) Copyright 2005-2010 Aero-Club Emden e.V. */


  /*
   *************************************************************************
   *
   * Style-Definitionen für die Index-Seite
   *
   */

  /************* Flugzeug-Hintergrund auf der Eingangs-Seite **************/
  #bg_aircraft {
    background-image: url(images/bg1.gif);
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 499px;
    min-height: 263px;
  }


  /* Willkommens-Text mittig positionieren */
  p.welcome {
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: 300;
    font-size: xx-large;
    position: relative;
    top: 75px;
  }


