
body {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}

dt {
  font-weight: bold;
}

#body {
  width: 1030px;
}

#top {
  background-color: #F7924D;
  height: 100px;
  padding: 10px 0 0 150px;
  line-height: 35px;
}

#top span {
  vertical-align: middle;
}

#middle {
  width: 1030px;
  padding: 0 0 10px 20px;
  
}

#bottom {
  background-color: #F7924D;
  width: 100%;
  height: 40px;
  clear: both;
  line-height: 40px;
  padding-left: 20px;
}

#left {
  border-right: solid 1px;
  width: 400px;
  float: left; 
}

#right {
  float: left;
}

#anfrageformular table.anfrageformular {
  width: 580px;
  margin-left: 10px;
}

#anfrageformular th {
  text-align: left;
  width: 100px;
  padding: 5px;
  font-weight: normal;
  white-space: nowrap;
}

#anfrageformular textarea {
  width: 100%;
}

#kontakt {
  position: absolute;
  top: 5px;
  left: 800px;
  font-size: small;
}

#impressum {
  position: absolute;
  border: 1px solid red;
  background-color: white;
  width: 650px;
  height: 450px;
  top: 40px;
  left: 150px;
  padding: 20px 20px 0 60px;
  font-size: small;
}

#logo {
  position: absolute;
  top: 15px;
  left: 10px;
}

#lex {
  position: absolute;
  top: 85px;
  left: 10px;
}

#error {
  text-align: center;
  color: red;
}

.red {
  font-weight: bold;
  color: red;
}

