/*
 * Styles for Audi - VDDS
 */
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
  background-color: #FFFFFF;
}

body {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;
}

#logo {
  height: 35px;
  position: absolute;
  right: 7px;
  text-align: right;
  top: 23px;
  width: 250px;
}

#background {
  height: 700px;
  margin: auto;
  position: relative;
  width: 994px;
}

#content {
  position: relative;
  top: 30px;
}

#content #headline {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

#content #total {
  position: absolute;
  top: 50px;
  font-size: 16px;
  font-weight: bold;
}

#content #tables {
  position: absolute;
  top: 75px;
}

#content table {
  border: 1px solid black;
  margin-bottom: 10px;
}

#content .name {
  font-weight: bold;
  padding-right: 20px;
  padding-left: 10px;
  text-align: right;
  white-space: nowrap;
}

#content .description {
  padding-right: 20px;
}

#content .value {
  font-weight: bold;
  text-align: left;
  padding-right: 10px;
}

#content .green {
  font-weight: bold;
  color: #007a33;
  text-align: left;
}

#content .red {
  font-weight: bold;
  color: #cc0000;
  text-align: left;
}

#content .widthSmall {
  width: 25px;
}

#content .widthMiddle {
  width: 200px;
}

#content .widthLarge {
  width: 480px;
}

#content .even {
  background-color: #f1f1f1;
}

#content .odd {
  background-color: #ffffff;
}