/*
  $Id: welcome.css,v 5.0.500 2006/09/13 19:00:00 Thomas Enders
                   v 1.26    2003/06/30 20:03:50 osCommerce

  Tauchsport-Kremer, osCommerce, Open Source E-Commerce Solutions
  http://www.tauchsport-kremer.de
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/* welcome page */
body {
  background: #053f99;
  color: #ffffff;
  margin: 0px;
}

h1, h2, h3, h4, h5, td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #053f99;
  color: white;
}

a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: white;
  text-decoration: none;
}

a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: white;
  text-decoration: underline;
}

td.areaSelection {
  background-color: #4a7d7b;
  background-image: url(../images/background_welcome_selection.jpg);
}

#line {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  background: #053f99;
  border-top: 1px solid #ffffff;
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}