/**
 * swoppen.com Content-Management-System
 *
 * copyright since 2000 by swoppen.com eCommerce GmbH - All rights reserved.
 */

#preloader {
  background: #4274aa url('../images/bg_1px.jpg') repeat-x top left;
  overflow: hidden;
  color: white;
  z-index: 9999;
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #4274aa;
  text-align: center;
  cursor: wait;
}

#preloader div {
  background: url('../images/bg_window.jpg') no-repeat;
  position: absolute;
  left: 50%;
  width: 350px;
  margin-left: -175px;
  top: 50%;
  height: 350px;
  margin-top: -175px;
  overflow: hidden;
}

#preloader div #content {
  background: url('../images/loading.gif') no-repeat top center;
  width: 350px;
  height: 350px;
}

#content tr #top {
  background: none;
  padding-top: 100px;
  width: 350px;
  height: 100px;
  vertical-align: top;
}

#top span {
  width: 320px;
  margin-left: 30px;
  text-align: left;
  float: left;
}

#top #swoppen {
  font-size: 22px;
  font-weight: bold;
}

#top #version {
  font-size: 14px;
  font-weight: bold;
  color: silver;
}

#content tr #bottom {
  background: none;
  height: 150px;
  vertical-align: top;
}
