html {
	width: 100%;
	height: 100%
}

body {
  background: #616161 url(../img/bg.png) no-repeat fixed;
  font-family: Verdana, sans-serif;
  margin: 30px 0 0 0;
}

h1 {
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 48px;
  color: #ffffff;
  margin: 0 0 0 0;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #ffffff;
  margin: 0 0 0 0;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  color: #ffffff;
  margin: 0 0 0 0;
}

#impressum p {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  color: #ffffff;
  margin: 0 0 0 0;
}

span {
  font-size: 10px;
  font-weight: normal;
  line-height: 12px;
  color: #ffffff;
}

a {
  text-decoration: underline;
  color: #ffffff;
}

#wrapper {
  margin: auto;
}

#content {
  width: 700px;
}

.spacer {
  position: relative;
  float: left;
  width: 800px;
  background: transparent url(../img/spacer.png) no-repeat;
  margin: 10px 0 5px -50px;
}

.screens {
  position: relative;
  float: left;
  width: 120px;
  text-align: center;
  margin: 40px 24px 20px 24px;
}

.btn {
  background: transparent url(../img/btn.png) repeat-x;
  border: 1px solid #FFF;
  width: 170px;
}

.textfield {
  width: 170px;
}

form {
 margin: 0;
 padding: 0;
}

#formCont p {
 color: #FFF;
 font-size: 10px;
 line-height: 12px;
 margin: 3px 0;
 padding: 0;
}

#formCont p input {
 display: block;
 float: left;
 margin: 0 5px 0 0;
}


#footer {
  position: relative;
  float: left;
  margin: 20px 0 20px 0;
}

#impressum {
  clear:both;
  position: relative;
  float: left;
  width: 700px;
  margin: 20px 0 0 0;
}

#impressum .closeBtn {
  font-size: 12px;
  display: block;
  position: relative;
  float: right;
  font-weight: bold;
  margin: 0 40px 0 0;
}

img {
 border:0;
}
