
#contentBG {
  background-image:url(/_Layout/backgrounds/schweinebraten.png);
  background-repeat:no-repeat;
  background-position:480px 70px;
}

.linesContent {
  position:absolute;
  height:29px;
  top:40px;
  width:430px;
  border-right-style: none;
  border-bottom-style: none;
  left:160px;
  }

.boxHeadline {
  font-weight:normal;
}

.box {
  width:500px;
}

.box1, .box2 {
  width:500px;
  margin-top:20px;
}
.box2 {
  margin-left:148px;
}

.box1 {
  background-image:url(/_Layout/backgrounds/box_banane_yellow.png);
  background-repeat:no-repeat;
  background-position:bottom left;
}
.box2 {
  background-image:url(/_Layout/backgrounds/box_banane_red.png);
  background-repeat:no-repeat;
  background-position:top right;
}

.boxContent {
  padding:10px;
}

td {
  width:90px;
  text-align:center;
  padding-bottom:5px;
  font-size:11px; /* IE */
}

.textfield1, .textfield2, .textfield3 {
  border:1px solid #8e0000;
  background-color:#ffefa2;
  width:150px;
  font-size:11px;
  font-weight:bold;
}
.textfield2 {
  width:250px;
  font-weight:normal;
  color:#8e0000;
}
.textfield3 {
  width:37px;
}

textarea {
  width:480px;
  background-color:#ffffff;
}

