body {
  margin: 0;
  background: url(/img/index/indexBG.jpg) no-repeat 50% 5px #2d2118;
  color: silver;
  font: 12px Helvetica, sans-serif;
  height: 100%;
}

p, form {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

#topBar {
  height: 5px;
  background: url(/img/index/bgTopBar.png);
  overflow: hidden; /* may i say WTF? */
}

#bgIndex {
  position: relative;
  width: 964px;
  height: 925px;
  margin: 0px auto;
  background: url(/img/index/indexBG.jpg) 50% 0;
}

#content {
  position: absolute;
  left: 590px;
  top: 0px;
}

#contentTop {
  height: 41px;
}

#contentCenter {
  position: absolute;
  left: 44px;
  top: 42px;
  width: 278px;
}

#contentCenterPH {
  width: 330px;
  margin: 0 18px;
  background: #2e2118;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#contentBottom {
  position: relative;
  top: -99px;
  width: 366px;
  height: 398px;
  background: url(/img/index/bgBottom8.png);
}

#screensPH {
  position: absolute;
  left: 64px;
  top: 218px;
  width: 237px;
  height: 134px;
  background: url(/img/index/BoxFooterImg.jpg);
}

#screens {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 237px;
  height: 134px;
}

#index {
  display: block;
  position: absolute;
  left: 40px;
  top: 319px;
  width: 520px;
  height: 122px;
}


#register {
  display: block;
  position: absolute;
  left: 64px;
  top: 63px;
  width: 125px;
  height: 116px;
}

#legal {
  position: absolute;
  left: 0;
  top: 850px;
  width: 100%;
  text-align: center;
  color: white;
  font: 11px/16px Helvetica, sans-serif;
}

#legal .logo {
  display: block;
  height: 95px;
  background: url(/img/index/seal.png) no-repeat 50% 0;
}

#legal a:hover {
  color: silver;
}


#screenshots {
  display: none;
  position: absolute;
  border: solid 1px black;
}

#screenshots img {
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

#screenshots .prev, #screenshots .next {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  background: url(/img/x.gif);
}

#screenshots .prev:hover {
  background: url(/img/index/prev.png) no-repeat 10% 50%;
}

#screenshots .next:hover {
  background: url(/img/index/next.png) no-repeat 90% 50%;
}

#irtheblack {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
}

{* smaller than inside *}
#feedback div {
  display: none;
  position: absolute;
  left: 310px;
  top: 0;
  width: 300px;
  height: 55px;
  background: #2d2117;
  padding: 1px;
  border: solid 3px silver;
  opacity: 0.85;
  filter: alpha(opacity=85);
  box-shadow: 2px 6px 24px #222;
  -moz-box-shadow: 2px 6px 24px #222;
  -webkit-box-shadow: 2px 6px 24px #222;
}

#feedback span.x {
  float: right;
  width: 20px;
  height: 20px;
  background: url(/img/site/Table/close.png);
}

#feedback span.feil {
  display: block;
  position: absolute;
  right: -16px;
  top: 0;
  width: 12px;
  height: 20px;
  background: url(/img/index/feil.png);
}

#feedback em {
  float: left;
  width: 61px;
  height: 55px;
}

#feedback em.iconOk {
  background: url(/img/site/Table/statusOK.jpg);
}

#feedback em.iconStop {
  background: url(/img/site/Table/StatusSTOP.jpg);
}

#feedback p {
  margin: 4px 26px 4px 67px;
  font-weight: bold;
}

#feedback p.ok {
  color: lime;
}

#feedback p.stop {
  color: red;
}



#content p {
  color: #cabd93;
  font: small-caps 17px Helvetica, sans-serif;
  margin-bottom: 12px;
}

#content h3 {
  color: lime;
  font: small-caps 24px Helvetica, sans-serif;
  margin: 0 0 18px 0;
  text-align: center;
}

#content label.text, #content label.select {
  color: silver;
  font: small-caps 21px Times, serif;
  margin-left: 8px;
}

#content input.text {
  color: #cabd93;
  font: 18px/22px Helvetica, sans-serif;
  width: 250px;
  height: 22px;
  background: url(/img/index/eingabe.png) transparent;
  border: 0;
  padding: 7px 14px;
}

#content table.selectBg {
  background: url(/img/index/eingabe.png);
  width: 278px;
  height: 36px;
  border: 0;
  margin-bottom: 12px;
}

#content table.selectBg td {
  text-align: center;
  vertical-align: middle;
  padding: 0 9px;
}

#content select.select {
  color: #cabd93;
  font: 18px Helvetica, sans-serif;
  width: 100%;
  background: transparent;
  border: 0;
}

#content label.choice, input.choice {
  color: silver;
  font: small-caps 21px/36px Times, serif;
  margin-left: 4px;
}

#content label.choiceSmall, input.choiceSmall {
  color: silver;
  font: small-caps 17px/36px Helvetica, sans-serif;
  margin-left: 4px;
}

#content .button {
  padding: 5px 30px;
  background: url(/img/index/button.png) 50% 0;
  border: solid 1px white;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
