body {
  background-color: #B5B6BA;
  padding: 0px;
  margin: 0px;
}

body, table {
  font-family: arial;
  font-size: 12px;
}

div.container {
  border-left: 2px solid #ABA993;
  border-right: 2px solid #ABA993;
  width: 776px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 20px;
}

div.header {
  width: 776px;
}

h1, h2, h3 {
  text-decoration: underline;
}

div.header div.timeLine {
  background-color: #ABA993;
  color: white;
  text-align: right;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

form {
  width: 776px; 
  padding: 10px;
  margin: 0px;
  background-color: white;
  -moz-box-sizing:border-box;
}

table.bogen {
  margin-left: 20px;
}

table.bogen th {
  font-weight: normal;
  width: 90px;
}

table.bogen th.first {
  width: 170px;
}


table.bogen td {
  text-align: center;
}

table.bogen td.left {
  text-align: left;
}

textarea.bemerkung {
  width: 600px;
  height: 200px;
}

div.line {
  border-top: 1px solid #ABA993;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.footer {
  background-color: #ABA993;
  padding: 5px;
  color: white;
}

span.red {
  color: red;
}

div.info {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: white;
  text-align: center;
}

