.container{
  float: left;
  width: 100%;
}

.titel{
  vertical-align: middle;
  border: 1px solid #cccccc;
  font-size: 11px;
  -moz-box-sizing: border-box;
  min-height: 28px;
  height: 50px;
  border-bottom: 1px none;
  background-image: url(images/container_title.jpg);
  font-weight: bold;
  color: #000000;
  line-height: normal;
  background-color: #ededed;
  margin: 4px 4px 0;
  padding: 4px 5px 0 7px;
}

.row-start{
  background-image:url(images/row-start.jpg);
  vertical-align: top;
  border: 1px solid #cccccc;
  font-size: 10px;
  -moz-box-sizing: border-box;
  min-height: 20px;
  height: 37px;
  border-bottom: 0;
  color: black;
  margin-top:4px;
  margin-left:4px;
  margin-right:4px;
  padding: 6px;
}

.row{
  vertical-align: top;
  border: 1px solid #cccccc;
  font-size: 10px;
  -moz-box-sizing: border-box;
  min-height: 0;
  height: auto;
  border-top: 0;
  border-bottom: 0;
  color: black;
  margin-left:4px;
  margin-right:4px;
  padding: 6px;
}

.row-end{
  background-image:url(images/row-end.jpg);
  vertical-align: top;
  border: 1px solid #cccccc;
  font-size: 10px;
  -moz-box-sizing: border-box;
  min-height: 20px;
  height: 37px;
  border-top: 0;
  color: black;
  margin-left:4px;
  margin-right:4px;
  padding: 6px;
}
