body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: #999;
  background-image: url("images/carbonbg.png");
  background-repeat: repeat-y;
  background-position: center;
}

body {
  font-family:'Arial',sans-serif;
}

#header {
  top: 0px;
  height: 190px;
  left: 50%;
  width: 950px;
  margin: 0;
  margin-left: -490px;
  text-align: left;
  padding: 0px 15px;
  border: 1px solid black;
  background-color: black;
  background-image: url("images/grill.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  cursor: hand;
}
#nav {
  bottom: 0em;
  height: 1.00em;
  left: 50%;
  width: 950px;
  margin: 0;
  margin-left: -490px;
  text-align: left;
  padding: 6px 15px;
  border: 1px solid black;
  background-color: #eee;
  position: absolute;
  text-align: center;
  font-family:'Times New Roman',Times, serif;
  font-weight: bold;
  color: black;
}

#nav .l { color: #e5d253; }
#nav a:link { text-decoration:none; color: black; }
#nav a:visited { text-decoration:none; color: black; }
#nav a:active { text-decoration:none; color: black; }
#nav a:hover { text-decoration:none; color: #e5d253; }

#content {
  top: 192px;
  bottom: 1.00em;
  left: 50%;
  width: 950px;
  margin: 0;
  margin-left: -490px;
  text-align: left;
  padding: 15px 15px;
  border: 1px solid black;
  background-color: #f59542;
  position: absolute;
  overflow: auto;
}

.fahrzeug1 {
  margin-right: 150px;
  text-align: right;
}

.fahrzeug2 {
  margin-left: 150px;
  text-align: left;
}

.Klasse {
  font-weight: bold;
}

h1 {
  font-weight: bold;
  font-size: larger;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h2 {
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

ol,ul {
  list-style: disc;
  margin-left: 1em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

p {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}